restore various level dump files

2008-04-04 Thread C Thala
If i have 3 dump(1)-files from a filesystem and restore them via
restore -i -f dump-file, how do I layer them together?

That is, how do I tell restore that I want to restore a level 0, 1, and 2?

Do I run "restore -i -f dump-0" and then "restore -i -f dump-1" and
then "restore -i -f dump-2" in that order?

Is there some way I can tell restore that more than one level is available?

"restore -i -f dump-0 -f dump-1 -f dump-2" doesn't work.

If I restore a level 0 and then a level 1, will the level 1 delete
files that were removed when the level 1 was taking (like rsync -a
--delete) or do I get a bunch of stale files lying around?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: state of flash on FreeBSD 7?

2008-03-18 Thread C Thala
On Sun, Mar 16, 2008 at 11:17 AM, LtCdData <[EMAIL PROTECTED]> wrote:
>  After a long time of putting up with crashing browsers and lack of access to
>  flash content I need, I am now using firefox / opera with flash for window$
>  under WINE, and the only thing I am thinking is, why did I not do this
>  sooner...

Thanks for the tip. I just installed wine-0.9.56,1 from ports and
installed the win32 version for Firefox, installed Adobe Flash, and
everything seems to work mostly fine on my FreeBSD 7.0 box.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


state of flash on FreeBSD 7?

2008-03-15 Thread C Thala
Like Javascript, with regards to Flash, what was once a nuisance has
more or less become a necessity.

I turned off JS on my browsers for several years and avoided most
popup/web issues that people had. Nowadays, I can leave it on because
Firefox plus some plugins do a good job of blocking most of the crap
and because it doesn't destabilize the browser like it once used to.

So what's the deal with Flash? Occasionally, I will get a link on
YouTube/Google Video that looks interesting, but for the most part,
I've ignored them. Over the years, I have occasionally tried the
mozilla flash plugin, but that has always crashed my browser within
the first 10 minutes of use.

So for those of you using FreeBSD 7, what is the current state of
Flash? Can it be used regularly? Is it ready for the BSD desktop?
Caveats? Comments? Advice?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: archiving all IMAP mail?

2008-02-14 Thread C Thala
>  > From the sound of it, it seems like you have control of your MTA and
>  > the backend of your IMAP server. I have neither.
>
>  You don't own the server? you don't have an IMAP server of your own?
>  where do you backup your email then??

I use fetchmail/getmail to grab my email off the IMAP server, and copy
it to various places
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: archiving all IMAP mail?

2008-02-14 Thread C Thala
On Thu, Feb 14, 2008 at 10:43:38AM +0100, Wael Nasreddine wrote:
> First I have postfix installed with sasl/mysql backend
>
> fetchmail spits the mail out to procmail which do all
> the filtering and deliver the email to /home/wael/.mail folder

>From the sound of it, it seems like you have control of your MTA and
the backend of your IMAP server. I have neither.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: archiving all IMAP mail?

2008-02-14 Thread C Thala
On Thu, Feb 14, 2008 at 02:38:46AM -0600, Jack Barnett wrote:
> This is the setup I use:
>
> external accounts (pop, imap, etc) <->fetchmail -> procmail ->
> filter&archive -> imap
> local accounts -> procmail -> filter&archive -> imap
>
> Then my imap clients connect to the imap server.

Please explain what you mean by "local accounts".

If I'm not mistaken from reading your reply, this implies one of two
things:

1. That I have two IMAP servers, one where I get all my mail, and a
   second one where I push mail after I have filtered/archived it.
   The first one should only by used by fetchmail, the second one is
   read by my various IMAP MUAs.

2. That I somehow have write access to the backend of my IMAP
   server, so I can pull all the mail from INBOX, do my
   archiving/filtering, and then repush to various folders and read
   from there.

Is that correct?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


archiving all IMAP mail?

2008-02-14 Thread C Thala
I need to strictly archive all mail sent to me.

For some time I've been using fetchmail/getmail from ports to suck down
(every 5 minutes or so) the IMAP mail sent by my ISP and send it through
procmail where I make a copy and then archive it (I also do my filtering
into various mailboxes in procmail).

I then use my mail user agent to read the mail from a local machine.

This has worked fine all these years, but now I am switching to the
paradigm where I am checking mail from multiple clients, so I plan on
using IMAP-aware user agents.

As I understand it, these IMAP-aware user agents operate directly on the
IMAP spool. How can I archive my mail before it reaches them? Also, how
do I do my filtering to various mailboxes?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


restore(1) dumpfile to directory rather than filesystem -- possible?

2008-01-28 Thread C Thala
On a 6.2 system, I am making some backups using dump(1)

I would like to test the integrity of these dumpfiles by using
restore(1) to restore them.

However, I don't have an actual live filesystem available to test this
oncan I just restore to a directory on an existing fs to be sure?
Is this even possible?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: restore(1) dumpfile to directory rather than filesystem -- possible? -- SOLVED

2008-01-28 Thread C Thala
> However, I don't have an actual live filesystem available to test this
> oncan I just restore to a directory on an existing fs to be sure?
> Is this even possible?

Never mind...to answer my own question, I had to use the "add" feature
in the interactive shell, i.e.:

$ restore -i -f dump
restore > add etc
restore > extract
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Netgear WG111T Wireless USB support?

2007-12-14 Thread C Thala
Does FreeBSD support the Netgear WG111T Wireless USB device?

I purchased it based on the fact that it uses an Atheros chipset,
which according to the 6.2R hardware notes:
"The ath(4) driver supports all Atheros Cardbus or PCI cards", I guess
that excludes USB?

Thomas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


need Linux help (watch and LVS)

2007-11-03 Thread C Thala
Can someone tell me the FreeBSD equivalent of the Linux command "watch".

In Linux, watch is like top, but you can run it against any command
and have it refresh every N seconds. There is a watch command in
FreeBSD but it does something else entirely.

Also, does FreeBSD have an equivalent for Linux LVS? Is it HAProxy?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X on ThinkPad crashes after sleeping (zzz'ing)

2007-10-10 Thread C Thala
> > Sleeping still works fine, but when I bring it back from sleep, X
> > Windows seems to have crashed.
>
> I suspect it's a problem similar to one I've been having, and am
> investigating.  I upgraded to X.org 7.3, and have since then had problems
> with ACPI events screwing up my X session (to the point that it make the
> OS as a whole pretty much stop working except via SSH for remote access).

Hmm, I have X.org 7.2, but I do vaguely recall that a systemwide ports
upgrade was the start of the problem.

Thomas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X on ThinkPad crashes after sleeping (zzz'ing)

2007-10-01 Thread C Thala
On 10/1/07, Aryeh Friedman <[EMAIL PROTECTED]> wrote:
> > Sleeping still works fine, but when I bring it back from sleep, X
> > Windows seems to have crashed.
>
> If this has always been true then it is a known issue (happens on both
> desktops [p4 w/ 6.2 and dual-core w/ 7-current amd64] I have also)

That is the weird part, sleeping always worked on my laptop before, I
don't know what cause this to break after months of running perfectly.

I did upgrade to p7 at some point, but I don't think that was it,
because it worked for a few weeks after that just fine. My suspicion
is that I upgraded some ports at the time (X.org?) that caused this to
break, but I don't know what.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


X on ThinkPad crashes after sleeping (zzz'ing)

2007-09-30 Thread C Thala
Hardware: IBM ThinkPad T41
OS: FreeBSD 6.2-RELEASE-p7

My laptop recently started exhibiting very weird behavior.

Sleeping still works fine, but when I bring it back from sleep, X
Windows seems to have crashed. Whatever is on the screen (fvwm,
xscreensaver, etc.) will still be there, but there is a few lines of
weird red symbols accross the top. It will be in a frozen state, and
there is nothing I can do to get the machine to respond apart from
doing a cold boot.

Any ideas why this is happening or how to debug it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


switching between WAPs

2007-09-19 Thread C Thala
I have two primary WAPs that I connect to on my FreeBSD desktop, my
rc.conf contains these entries:

   ifconfig_ipw0="ssid wap1 DHCP"
   ifconfig_ipw0="ssid wap2 DHCP"

The problem is that depending on which place I am at, I have to boot
up, have networking fail, edit the rc.conf file, comment out the WAP I
am not using and uncomment the WAP I am using and either restart netif
or reboot.

I have to do this everytime I go to the other wap.

That OS from the NorthWestern US seems to keep a list of WAPs and will
detect whenever you are in the vicinity of one and use the available
one. How can I get FreeBSD to do the same?

C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: vlc won't play region encoded DVDs (fixed)

2007-09-02 Thread C Thala
On 8/16/07, Chandhee Thala <[EMAIL PROTECTED]> wrote:
> Most of the American DVDs I try to play gets a region encoding error
> and quits. I have no problems with foreign DVDs (from other
> countries).

Well, it turned out that this region encoding error was a huge red
herring. I was about to flash the firmware on my machine's built-in
DVD drive to change the encoding when I decided to try an external DVD
drive that I know for sure played Region 1 DVDs (or at least, it did
in Windows).

Lo and behold, it had the same problem.

Turns out that the perms on the drive were 640, making it 666 fixed the problem.

Weird.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: vlc won't play region encoded DVDs (still doesn't work)

2007-08-18 Thread C Thala
> > Definitely something is wrong with your VLC (probably an older version)
> > since I can play US DVDs with VLC .
>
> That's pretty much what I thought. I'm upgrading VLC now on the machine.

Well, that didn't work. I have the latest VLC in ports, and here is
the error I get:

libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS
authentication
libdvdread: Could not open /dev/acd0 with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading
libdvdread: Device /dev/acd0 inaccessible, CSS authentication not available.
libdvdnav: Can't read name block. Probably not a DVD-ROM device.
libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 1
libdvdnav: Suspected RCE Region Protection!!!
libdvdnav: Suspected RCE Region Protection!!!
[0265] main playlist: nothing to play


:(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"