CEO Workstation Nakatomi Socrates in beastie.4th

2013-08-25 Thread Joe Altman
Seriously, don't scare me like that. But JIC: I don't need to worry? Right? Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-que

Re: VIMAGE

2013-05-30 Thread Joe
Pietro Paolini wrote: On May 30, 2013, at 2:29 PM, Joe wrote: Pietro Paolini wrote: Hello all, I am a new bye on the FreeBSD and I am looking at the VIMAGE features experiencing some problems. I added the options : VIMAGE if_bridge and I removed STCP then I recompiled my kernel and install

Re: VIMAGE

2013-05-30 Thread Joe
Pietro Paolini wrote: Hello all, I am a new bye on the FreeBSD and I am looking at the VIMAGE features experiencing some problems. I added the options : VIMAGE if_bridge and I removed STCP then I recompiled my kernel and install it. After that, following this tutorial http://imunes.tel.fer.h

looking for command to display default route ip address

2013-05-29 Thread Joe
Hello list How do I find the ip address of the default route? thanks ___ 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"

netgraph network for jail(8) vnet jail unable to reach internet

2013-05-23 Thread Joe
Hello list. Trying to get my script to work that creates a netgraph network for a jail(8) vnet jail. Every thing seems to work, but from inside of the started vnet jail I can not ping the public internet. The host can ping the public internet so the problem has to be in the netgraph script. The

Re: netgraph network setup for jail(8) vnet jails.

2013-05-23 Thread Joe
gave the jail a unique MAC address. I tried to generate my own network map, but having problem. ngctl dot > file.dot works. dot -Tsvg -o file.svg < file.dot gives me "command dot not found". Tried ngctl dot -Tsvg -o file.svg < file.dot and -T is illegal option. What a

Re: ngctl list ?

2013-05-20 Thread Joe
e vetjail${jid} Does the mkpeer syntax allow doing this? Thanks Joe ___ 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: graphics/shotwell port don't compile right

2013-05-20 Thread Joe Altman
pr.cgi?pr=ports/177913 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178014 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177568 You may wish to attach your report to one of them. Best regards, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.

ngctl list ?

2013-05-19 Thread Joe
When I issue "ngctl list" command on the host it only shows the socket for ngctl. I thought it would also show the real NIC interface device names. Am I wrong in thinking that? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

does ifconfig see netgraph bridges?

2013-05-19 Thread Joe
I create a ng bridge but issuing ifconfig does not show the bridge. Running 9.1-RELEASE. Is this a bug? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebs

Re: netgraph network setup for jail(8) vnet jails.

2013-05-18 Thread Joe
Teske, Devin wrote: Sorry for top-post, but just wanted to add a quick note: The output of "ngctl dot" would be very helpful to others in debugging your setup. graph netgraph { edge [ weight = 1.0 ]; node [ shape = record, fontsize = 12 ] { "1" [ label = "{rl0

netgraph network setup for jail(8) vnet jails.

2013-05-18 Thread Joe
Hello list I cant get to the internet using this netgraph setup script. I sure would appreciate giving this console log a look over for errors. My netgraph knowledge level is not sufficient to see what is wrong. The goal is to run this script to setup and break down a netgraph network for a singl

check variable content size in sh script

2013-05-16 Thread Joe
Hello Have script that has max size on content in a variable. How to code size less than 51 characters? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "

SCTP: transport protocol and vimage jails

2013-05-14 Thread Joe
All the info on vimage jails say to nooption SCTP when compiling vimage into your kernel. Reason given is that sctp is not vimage aware. If that is ture, then why can't I find a PR on SCTP or vimage about this problem? ___ freebsd-questions@freebsd.org

what commands show memory usage

2013-05-14 Thread Joe
When stopping vnet jails get message about lost memory pages. What console commands show available memory pages so I can determine the lost memory pages after 100 stopped jails? Want to find out if that lost memory page message is bogus or not. Thanks ___

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-14 Thread Joe
David Demelier wrote: 2013/5/14 Joe : David Demelier wrote: Le lundi 13 mai 2013 16:32:01 Joe a écrit : David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jail

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread Joe
David Demelier wrote: Le lundi 13 mai 2013 16:32:01 Joe a écrit : David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread Joe
David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf only foo in the jail_list parameter, but when I try to start the jail it s

Re: enter single user mode from boot menu

2013-04-29 Thread Joe
Teske, Devin wrote: On Apr 28, 2013, at 3:44 PM, Joe wrote: running 9.1 and can not figure how to get into single user mode or safe mode from the BOOT menu. After hitting the 5 or 6 keys to select those options, what do you do next to continue? Based on your description it sounds like you

enter single user mode from boot menu

2013-04-28 Thread Joe
running 9.1 and can not figure how to get into single user mode or safe mode from the BOOT menu. After hitting the 5 or 6 keys to select those options, what do you do next to continue? Hitting enter key just boots the system without regard to options selected. Can not find usage of boot menu

Re: loading ipfw at boot time

2013-04-28 Thread Joe
Polytropon wrote: On Sat, 27 Apr 2013 21:23:58 -0400, Joe wrote: I know ipfw can be loaded at boot time by adding statements to /boot/loader.conf. Problem is I dont know what the ipfw module names are. How do I find the ipfw names to use? There are two ways. The first is to do a &qu

Re: loading ipfw at boot time

2013-04-28 Thread Joe
Andreas Mueller wrote: Hello there. I know ipfw can be loaded at boot time by adding statements to /boot/loader.conf. Problem is I dont know what the ipfw module names are. How do I find the ipfw names to use? Not using ipfw by myself, but according to the handbook, the modules are loaded a

loading ipfw at boot time

2013-04-27 Thread Joe
I know ipfw can be loaded at boot time by adding statements to /boot/loader.conf. Problem is I dont know what the ipfw module names are. How do I find the ipfw names to use? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Why is "pkg_glob" no longer working for me?

2013-04-27 Thread Joe Altman
rtupgrade as you, for many ports, and have always seen failures printed to my terminal at the end of the mass upgrade with an alert to that effect; just like for a single port. It seems that you are not seeing that report? Best regards, Joe ___ freebsd-

Stop ifconfig high intensity message from master console

2013-04-24 Thread Joe
When I do a ifconfig bridge create or ifconfig epair create commands I get some high intensity messages on the hosts F1 session master console. I would like to suppress these messages. Is there any way to do that? Thanks ___ freebsd-questions@freebsd

jail(8) vimage epair bridge

2013-04-22 Thread Joe
Hello questions list I am using jail(8) trying to get a functional vimage environment on my 9.1-RELEASE system. My PC only has a single real NIC facing the public internet. My goal is to be able to have multiple vimage jails, each with their own epairXa epairXb and bridgeX where the "X" is the

How to manually start firewall after system completed boot.

2013-04-17 Thread Joe
I have special purpose situation where I need to wait until the boot process has completed the starting of the system and then start the firewall (ipfw or pf). Commenting out the firewall statements from the hosts /etc/rc.conf does stop the firewall from starting at boot time. Is there some fo

using pax command for archive & restore

2013-04-04 Thread Joe
I archive using the pax command like this pax -wzXt -x cpio -f ${archive_path_file} ${ip_path_file} ${ip_path_dir} and restore pax -rz -pe -f ${archive_path_file} and it restores the contents back to the same location it came from which is what I want. Now I would like to restore that archiv

Re: use of the kernel and licensing

2013-04-01 Thread Joe
snip How do you explain all the forks of UNIX each claiming their own copyright. They all provide the same concept, use the same names for their commands, use the same programming language, have a filesystem as their base. Just where is the line drawn between a fork and a rewrite? ___

shotwell fails to build

2013-03-31 Thread Joe Altman
Stop in /usr/ports/graphics/shotwell. uname -a FreeBSD whisperer.chthonixia.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r248932: Sat Mar 30 18:08:33 EDT 2013 r...@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 Thanks, Joe ___ freebsd-questions@freebsd.org mailin

Re: use of the kernel and licensing

2013-03-31 Thread Joe
kpn...@pobox.com wrote: On Sat, Mar 30, 2013 at 09:22:22AM -0400, Maikoda Sutter wrote: If I use the kernel as a basis for my own system and modify the kernel should I still maintain the licensing of the kernel bits, or could release it under it's own license? For example: I would like to rewri

/etc/sudoers

2013-03-27 Thread Joe
I have been moving this file forward since about release 5.0. Today is tried the do a man sudoers and got no page found. The su man page does not reference it. Has the file been removed? Does it maybe belong to some port? Any ideas? Thanks ___ freebsd-

Re: snd_hda and front headphones jack

2013-03-12 Thread Joe Altman
t to Rear Digital (pcm 3) for speakers. HTH, Joe ___ 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: who am i logged in as

2013-01-27 Thread Joe Altman
On Sun, Jan 27, 2013 at 11:01:46AM -0500, Fbsd8 wrote: > > I know there is a command that will give me the name > of the account I am logged in on. > > But I can not recall the name of this command. > > What is the name of this command? whoami ___ free

Re: Upgrading 8.2 to 9.1, Gnome issue

2013-01-21 Thread Joe Altman
t; Please help me how to come out from this Makefile broken and "shared object > libz.so.5 not found freebsd". and I'd do that before trying to solve fixing the libz.so.5 issue. Joe ___ freebsd-questions@freebsd.org mailing list http://l

Re: FreeBSD 9.1-RELEASE w/ SanDisk ImageMate S11202

2013-01-19 Thread Joe Altman
must one specify all? DESCRIPTION The xhci driver provides support for the USB eXtensible Host Controller Interface, which allows use of USB 1.0, 2.0 and 3.0 devices on the same USB port. Such that xhci can handle *all* such USB devices? Also, ahci has a number of sysctl kno

Re: tar & compression

2013-01-17 Thread Joe Altman
On Fri, Jan 18, 2013 at 03:59:39AM +0100, Ralf Mardorf wrote: > > It doesn't archive permissions. Which is why, if it is used, one *must* (or *should*) use tar. Best, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: tar & compression

2013-01-17 Thread Joe Altman
ce you've mentioned mtree) the man page on tar provides an example on mtree. Could this be applied to your needs? Best regards, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: Regarding: Script "configure" failed unexpectedly.

2013-01-13 Thread Joe Altman
nvironment. I can do that that so a proper bug report is opened unless you think it unnecessary. Best regards, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &

Re: SPAM-flag on FBSD list

2013-01-13 Thread Joe Altman
On Sun, Jan 13, 2013 at 04:48:06PM +0100, Christopher J. Ruwe wrote: > > Hello, > > while testing a new mail configuration on freebsd-test@, I noticed a > very interesting part in the header, which I just paste > > Old-X-HE-Spam-Score: -2.3 > Old-X-HE-Spam-Report: Content analysis details: (-

Re: Regarding: Script "configure" failed unexpectedly.

2013-01-12 Thread Joe Altman
On Sat, Jan 12, 2013 at 06:21:28PM -0800, Waitman Gobble wrote: >> Hi, > > If the email contact is as listed it seems there is not a specific person > who has taken the port. I found your email to the ports list with the > attached config.log. I will take a look at the problem and probably find a

Regarding: Script "configure" failed unexpectedly.

2013-01-12 Thread Joe Altman
@" is used? I imagine this sort of problem is common. Regards, Joe Altman ___ 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-update: fale?

2013-01-04 Thread Joe Altman
On Thu, Jan 03, 2013 at 03:50:44PM +0100, Martin Laabs wrote: > Hi, > > On 01/02/13 01:21, Joe Altman wrote: > > Greetings, list. I have the following error; though I can load > > update5.FreeBSD.org in a browser: > > [...] > > maybe you use a release that i

Re: is csup broken?

2013-01-02 Thread Joe Altman
a user or a developer; but I do know that at least a cursory reading of the Handbook is a good idea, since the OP question seems to be directly addressed in the Handbook. Regards, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

freebsd-update: fale?

2013-01-01 Thread Joe Altman
... failed. Fetching public key from update3.FreeBSD.org... failed. No mirrors remaining, giving up. Am I missing something in this process? Regards, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: freebsd-texlive port

2012-10-10 Thread Joe Gain
in texlive site as I have. > ___ > 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" -- joe gain

Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
tray. Right now I'll happily pay $50 to to anyone who can provide me with an ISO of 8.3 stable in a location that I can provide to the person in missouri so he can download it and create the DVD. I'm serious. Paypal is at the ready. - Original Message - From: "Rick Miller&q

Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
Which ISO? The driver didn't make it into 8.3-RELEASE. Do you have a stable/8 iso that was made sometime after the 8.3 release? No, I was trying to install from 8.3 RELEASE. Where do I get a .iso of 8.3 STABL:E that will include the new mfi driver? I can't find one on the ftp site.

Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
Oh. http://support.freenas.org/ticket/1244 - Original Message - From: "Joe Mays" To: "Rick Miller" Cc: Sent: Thursday, October 04, 2012 8:53 PM Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i Thanks. It sounds like the same problem, but we're using

Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
Thanks. It sounds like the same problem, but we're using a dvd burned from an iso downloaded from freebsd.org just today. It sounds like the commits you are talking about should already be in there. Is there something else I need to be doing? - Original Message - From: "Rick Miller"

Upgrading emacs; Glib-warning, SIGCHLD, SIG_IGN and ECHILD

2012-08-08 Thread Joe Altman
nfig which sets GTK3 and unsets GTK2 seems to be the fix. Best regards, Joe ___ 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: Why Clang

2012-06-21 Thread Joe Gain
s gcc compiled in daily use-- for example as a server? Anyone can cherry pick a couple of binaries, but how important is this for the performance of FreeBSD world? -- joe gain jacob-burckhardt-str. 16 78464 konstanz germany +49 (0)7531 60389 (...otherwise in ???) ___

Re: CLANG vs GCC tests of fortran/f2c program

2012-06-19 Thread Joe Gain
> 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" -- joe gain jacob-burckhardt-str. 16 78464 konstanz germany +49 (0)7531 60389 (

Re: Why Clang?

2012-06-19 Thread Joe Gain
_ > 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" -- joe gain jacob-burckhardt-str. 16 78464 konstanz ger

Re: Why Clang

2012-06-18 Thread Joe Gain
tions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- joe gain jacob-burckhardt-str. 16 78464 konstanz germany +49 (0)7531 60389 (...otherwise in ???) ___ freebsd-questions@freebsd.org mailing list http:

Re: Why Clang

2012-06-18 Thread Joe Gain
, you do, but probably nobody is listening. http://www.drdobbs.com/cpp/240001128 > > ___ > 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&q

Re: Why Clang

2012-06-06 Thread Joe Gain
course, getting rid of GPL is an added benefit ;) > After reading all those complaints, I just had to respond and thank > everyone involved very much for importing clang and libc++. Great job > well done! > > Best regards, > 文鳥 > ___ &

Re: Why am I, Still subscribed and reading this list ?

2012-06-02 Thread Joe Gain
d.org > freebsd-thre...@freebsd.org > freebsd-...@freebsd.org > freebsd...@freebsd.org > freebsd...@freebsd.org > freebsd-apa...@freebsd.org > freebsd-...@freebsd.org > freebsd-...@freebsd.org > freebsd-driv...@freebsd.org > freebsd-virtualizat...@freebsd.org > fr

Re: starting xfce4 reboots machine

2012-05-31 Thread Joe Gain
a thinkpad laptop with intel on-board graphics chip. My problems started when I updated the cairo port, and at the time I couldn't really believe that cairo was the cause of _the_ problem, because of the way X was crashing. What was even more frustrating was that the Xorg log file was n

Re: no X after updating ports [Intel i945GME]

2012-05-23 Thread Joe Gain
>> >> also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1 >> >> Any advice, comments or suggestions are greatly appreciated. >> >> Best Regards, >> >> >> Antonio >> ___ >> freebsd-questio

Questions on adaptive mutexes and trylock

2012-05-09 Thread Joe Marcus Clarke
are not handled by trylock)? I imagine Linux is not doing this since the code doesn't abort on Linux as it does on FreeBSD. Should we be silently allowing trylock to perform a no-op on adaptive mutexes, or should we be handling adaptive mutexes with trylock? Thanks. Joe -- PGP Key :

Wterm and FreeBSD 9

2012-05-07 Thread Joe Altman
-p1 #0. Does anyone know? Thanks, and best regards, Joe ___ 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: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-04-02 Thread Joe Greco
> On 4/2/2012 11:43 AM, Joe Greco wrote: > > As a user, you can't win. If you don't report > > a problem, you get criticized. If you report a problem but can't figure > > out how to reproduce it, you get criticized. If you can reproduce it > >

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

2012-04-02 Thread Joe Greco
> On 03/30/2012 07:41, Joe Greco wrote: > >> On 3/29/2012 7:01 AM, Joe Greco wrote: > >>>> On 3/28/2012 1:59 PM, Mark Felder wrote: > >>>>> FreeBSD 8-STABLE, 8.3, and 9.0 are untested > >>>> > >>>> As much as I'm sens

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

2012-03-30 Thread Joe Greco
> On Fri, 30 Mar 2012 09:44:47 -0500, Joe Greco wrote: > > Have you migrated these hosts, or were they installed in-place and > > never moved? > > fwiw the apparent integrity of things on the VM is consistent with > > our experience too. > > VMMotion and Storag

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

2012-03-30 Thread Joe Greco
> On Thu, 29 Mar 2012 19:27:31 -0500, Joe Greco wrote: > > > It also doesn't explain the experience here, where one VM basically > > crapped out but only after a migration - and then stayed crapped out. > > It would be interesting to hear about your datastore, how bu

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

2012-03-30 Thread Joe Greco
> On 3/29/2012 7:01 AM, Joe Greco wrote: > >> On 3/28/2012 1:59 PM, Mark Felder wrote: > >>> FreeBSD 8-STABLE, 8.3, and 9.0 are untested > >> > >> As much as I'm sensitive to your production requirements, realistically > >> it's not li

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

2012-03-29 Thread Joe Greco
t's some sort of corruption with the vmfs3 and thin provisioned disk format, but it'd be interesting to know if that's totally off-track. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "We call it the 'one bite at the apple' rule. G

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

2012-03-29 Thread Joe Greco
> On Thursday 29 March 2012 17:49:30 Joe Greco wrote: > > > On Thursday 29 March 2012 15:42:42 Joe Greco wrote: > > > > > Hi, > > > > > > Do both 32- and 64-bit versions of FreeBSD crash? > > > > We've only seen it happen on one vir

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

2012-03-29 Thread Joe Greco
> On Thursday 29 March 2012 15:42:42 Joe Greco wrote: > > > Hi, > > Do both 32- and 64-bit versions of FreeBSD crash? We've only seen it happen on one virtual machine. That was a 32-bit version. And it's not so much a crash as it is a "disk I/O hang". Th

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

2012-03-29 Thread Joe Greco
ly told him to run a newer version without any such version being realistically available. WTF? You want people not to use releases that "came out over a year ago"? The generally sensible solution to that is to release RELEASEs more than once every fourteen or fifteen months. ...

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

2012-03-29 Thread Joe Greco
at having been said, if anyone has any brilliant ideas about what would constitute useful further steps to isolate this, I can look at recovering the faulty VM from backup and seeing if it still exhibits the problem. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.

RE: How much space do I need on "/" for a 7.4 to 8 stable upgrade?

2012-02-22 Thread Joe Moore
-Original Message- From: Dan Nelson [mailto:dnel...@allantgroup.com] Sent: Wednesday, February 22, 2012 12:33 PM To: Joe Moore Cc: freebsd-questions@freebsd.org Subject: Re: How much space do I need on "/" for a 7.4 to 8 stable upgrade? In the last episode (Feb 22), Joe Moore

RE: How much space do I need on "/" for a 7.4 to 8 stable upgrade?

2012-02-22 Thread Joe Moore
From: Adam Vande More [mailto:amvandem...@gmail.com] Sent: Wednesday, February 22, 2012 12:16 PM To: Joe Moore Cc: freebsd-questions@freebsd.org Subject: Re: How much space do I need on "/" for a 7.4 to 8 stable upgrade? On Wed, Feb 22, 2012 at 11:47 AM, Joe Moore wrote: I have 65

How much space do I need on "/" for a 7.4 to 8 stable upgrade?

2012-02-22 Thread Joe Moore
I need to upgrade a server from 7.4 stable to 8.x stable. I running buildworld as I write this, and plan to build a GENERIC kernel. The root disk partition is 248 MB which was probably the auto default size when the server was originally built. I remember having to do some scrambling during the

Re: Error in building documentation from source

2012-01-09 Thread Joe Altman
; Be sure that the source are up to date too. Yes, they are. > You can ask on doc@ or fill or a bug report within the doc section. > (I would ask doc@ because it works for me, not sure if there is a > bug) I'll ask there; thanks. Joe ___

Error in building documentation from source

2012-01-08 Thread Joe Altman
that a bug report should go to the doc project mailing list; is that correct? Regards, Joe ___ 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 Kernel Internals Documentation

2012-01-02 Thread Joe Gain
buntu in > particular have made huge strides in making computers easier to use and > opening up the path for better, easier and more advanced software to be > installed. > > There is a commonly held truism, "If you are not the lead dog of the > pack, the view never changes."

Re: FreeBSD Kernel Internals Documentation

2011-12-31 Thread Joe Gain
tten? > > Do you know that manpages exist for a lot of kernel-mode functions? > > Do you understand that with all that *external* documentation, there is > little need to replicate it inside the source files? > > > > ___ > freeb

Re: The ports are really funcional?

2011-10-31 Thread Joe Gain
Andra moi ennepe, Mousa, ... > ___ > 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: Upgrading libxul, dependency on Firefox 3

2011-10-22 Thread Joe Altman
On Sat, Oct 22, 2011 at 09:28:40PM +0200, Beat G?tzi wrote: > On Oct 22, 2011, at 2:54 AM, 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

Upgrading libxul, dependency on Firefox 3

2011-10-21 Thread Joe Altman
the dependency on FF3 a bug in libxul? If it is a bug, who should receive a report: gecko@ or the Mozilla project? FYI: I'm pretty sure it was portsclean -D (and not me) that deleted FF3...yet libxul tried to pull it in during the portupgrade. Best regards,

Re: net/netatalk afpd causes abort on amd64?

2011-08-08 Thread Joe Marcus Clarke
ahi_daemon_enable="YES" and avahi_dnsconf_enable="YES" to rc.conf and reboot (or run the two rc.d scripts). Alternatively, you can rebuild netatalk without Zeroconf support. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNod

Link exchange with your site

2011-07-28 Thread Joe
have a great day :) Thanks, Joe Note: If you do not respond to this email you will not receive any additional emails from us. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

pkg-add - package insists on old version of Perl

2011-06-27 Thread Joe in MPLS
I am trying to install the Amanda server package. I am running FreeBSD 8.2 with Perl 5.12.3. The package lists Perl 5.10.1 as a dependency and since my newer version of Perl conlicts with the older version the install fails. pkg_add with "-f" just tries to force the installation of the older P

LTO3 tape drive not detected

2011-06-23 Thread Joe in MPLS
I have FreeBSD 8.2-RELEASE running on an HP DL360 G5. I recently added an (HP branded) LSI Logic single channel SCSI 320 card and attached an HP Ultrium 920 LTO3 tape drive. The system sees the SCSI controller as mpt0, and it seems to know there's something at SCSI ID 4, but I get an "AutoSe

Re: Building misc/freebsd-doc-en fails

2011-05-29 Thread Joe Altman
On Sun, May 29, 2011 at 02:32:37PM +, Joe Altman wrote: > > There is this thread from 2009, and it looks like the same issue as > the one in this message: > > http://lists.freebsd.org/pipermail/freebsd-questions/2009-December/209892.html > > It looks like I'll need

Re: Building misc/freebsd-doc-en fails

2011-05-29 Thread Joe Altman
error *** Error code 1 1 error *** Error code 2 There is this thread from 2009, and it looks like the same issue as the one in this message: http://lists.freebsd.org/pipermail/freebsd-questions/2009-December/209892.html It looks like I'll need to open a bug report with the D

Building misc/freebsd-doc-en fails

2011-05-28 Thread Joe Altman
== Any clues on how to fix this? I chose only split HTML as the output. Please feel free to Cc: me as I'm not on the list; but I will check the web interface for the list. Thank you for any help, and best regards, Joe ___ freebsd-qu

Re: Fuse > 2.7.4?

2011-04-06 Thread Joe Auty
Should I ask about this to the ports list? I'd really like to get an up-to-date s3fs port installed on my FreeBSD machines... > Joe Auty <mailto:j...@netmusician.org> > April 5, 2011 1:56 PM > > > Hello, > > What is the status of the fusefs-libs port? I'

Fuse > 2.7.4?

2011-04-05 Thread Joe Auty
Hello, What is the status of the fusefs-libs port? I'd like to try the newer s3fs builds with FUSE, but they require 2.8.4 or higher. I was unable to get FUSE 2.8.5 to build with the current patches included in the port. Are these patches still necessary? -- Joe Auty, NetMusician NetMus

pop-up

2011-01-29 Thread Joe & Millie
I keep getting a pop-up on my computer that reads unexpected error has occurred ESOAPHTTP exception a connection w/ server could not be established Url:http bootstrap developement how can i remove as pop up thank you JJkenyon ___ freebsd-qu

Re: py26-dbus

2010-12-26 Thread Joe Marcus Clarke
pecific to py(26)-dbus. Just > Python, which is what I was following. You need to reinstall devel/pth. Joe > > FreeBSD ziggy.xaerolimit.net 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #8: Sun > Oct 2401:53:03 EDT 2010 r...@ziggy.xaerolimit.net:/usr/obj/usr/src/sys/ZIGGY > i386 > &

Re: cpio misunderstanding?

2010-12-24 Thread Joe Kraft
ere based on FBSD 6.2 and maybe never ran into this issue. I don't quite get why this works this way though. I understand the immutable flag will keep the file itself from being changed, deleted or moved. But I don't see in any documentation t

cpio misunderstanding?

2010-12-24 Thread Joe Kraft
n anyone point me in the right direction for a better understanding of what's going on, or even just call me an idiot and tell me the simple thing I've missed? Either will be appreciated. Joe. I'm using 8.1-STABLE FreeBSD 8.1-STABLE #2, and freesbie-2.0.20070710 from ports. I

ipfw and outbound IP rules

2010-10-27 Thread Joe Auty
these secondary IP into my main IP? This will help make setting up firewalls on machines that receive this traffic more predictable... Is there a name for what I want to do so that I can Google this sort of thing in the future? -- Joe Auty, NetMusician NetMusician helps musicians, bands and artists c

Re: IP aliasing and Postfix

2010-10-26 Thread Joe Auty
Коньков Евгений wrote: > > # OUTGOING MAIL FROM IP > smtp_bind_address= > > Thanks, this is exactly what I needed! -- Joe Auty, NetMusician NetMusician helps musicians, bands and artists create beautiful, professional, custom designed, career-essential websites that are easy to

IP aliasing and Postfix

2010-10-26 Thread Joe Auty
ing onto the first address it finds associated with my em0 interface, which if the ifconfig and its IP order means anything, is address1? Does this make sense? Anyway to set the default here? -- Joe Auty, NetMusician NetMusician helps musicians, bands and artists create beautiful, professional

Re: /usr/local/lib/compat and /usr/local/lib/compat/pkg

2010-10-21 Thread Joe Auty
Dan Nelson wrote: > In the last episode (Oct 21), Joe Auty said: >> The other night I spent some frustrating time discovering that after >> updating from 7.2 to 8.1, for some reason some of the libraries in >> /usr/local/lib/compat/pkg were 32 bit on my 64 bit system which w

/usr/local/lib/compat and /usr/local/lib/compat/pkg

2010-10-21 Thread Joe Auty
rgot to do)? -- Joe Auty, NetMusician NetMusician helps musicians, bands and artists create beautiful, professional, custom designed, career-essential websites that are easy to maintain and to integrate with popular social networks. www.netmusician.org <http://www.netmusician.org> j...

  1   2   3   4   5   6   7   8   9   10   >