Re: Same MAC address in 2 different VLANs

2013-07-24 Thread Olivier Nicole
> I think you maybe ok. Ive just looked at my esx config and the esx
> management interfaces use their own generated macs, not the physical
> interfaces ones. All the vms obviously use generated macs as well.
>
> However I only looked over it at a superficial level.
>
> Have you considered using a tap or spare phyical interface on your flex box
> and not linking it to the network?

Thank you, that was a brilliant idea: Flex only needs that one
interface, with the specific MAC, exists on the host, it does not
specifically try to use that interface for managing licenses, so a tap
hanging to nowhere is the solution.

Best regards,

Olivier

>
>
> On 19 July 2013 10:29, Olivier Nicole  wrote:
>
>> Hello,
>>
>> Could any one comment about the use of the same MAC address in 2
>> separate VLANs?
>>
>> All my machines are connected to 2 VLANs (one public and one private)
>> with no routing in between the VLANs.
>>
>> I used to run a FLEX license manager to a physical machine. When I
>> virtualized that service, I had to use the MAC address of that physical
>> machine for the virtual machine (FLEX is linked to the MAc address and I
>> coul dnot issue new license as licensed the pproduct is not supported
>> anymore). The virtual NIC that has the old MAC address is connected to
>> the public VLAN.
>>
>> Now I want to reuse the physical machine as a VMware server. Dell nor
>> VMware offer a solution to change the MAC address (like
>> ifconfig em0 link xx:xx:xx:xx:xx:xx would do). So I plan to connect the
>> NIC with the incriminated MAC to the private VLAN.
>>
>> Most (if not all) my servers are FreeBSD. Most will access the virtual
>> machine running FLEX and may access the VMware server also. The servers
>> are not VLAN aware.
>>
>> Will this be an issue?
>>
>> Best regars,
>>
>> Olivier
>>
>> --
>> ___
>> 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"
>>
> ___
> 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"
___
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: TRIM and changing mount options

2013-07-24 Thread Alexandre Labarre
Le mercredi 24 juillet 2013, aurfalien a écrit :

>
> On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:
>
> > In the last episode (Jul 23), aurfalien said:
> >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
> >>> In the last episode (Jul 23), aurfalien said:
>  At any rate, could some one;
> 
>  a) Explain how I am loading my file system as I'm used to fstab?
>  b) How to run tunefs on my zroot
>  c) How to determine if I actually have the needed TRIM support in my
>  kernel
> >>
> >>> I'm not sure if there's a way to query TRIM status on arbitrary geom
> >>> providers, but you can see whether zfs successfully sent any TRIM
> >>> requests by watching the output of "sysctl kstat.zfs.misc.zio_trim".
>  If
> >>> .zio_trim.success increments and .unsupported (or .failed) doesn't,
> then
> >>> you know that it's working.
> >>
> >> Looks like I don't have it.
> >>
> >> I keep reading that I must download the patch and make it which is not
> an
> >> issue.
> >>
> >> But I can't seem to find it.
> >>
> >> I've dl'd the 9.2 beta in hopes to check its src and see if its there.
> >>
> >> Looks like all I really need is the current rel.
> >
> > ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
> > but will be available in 9.2:
> >
> > http://svnweb.freebsd.org/base?view=revision&revision=251419
>
>
> I actually got the 9.2 src and found what i was looking for  so many
> thanks.
>
> Gonna figure out what step are required to compile this in to my current
> 9.1 rel.
>
> Thanks again.
>
> - aurf
>
Hi,
Why you do not track 9/Stable or wait 9.2-Release?
We are at the first Beta stage of 9.2. (9.2-Beta 1). You cannot use
"freebsd-update" to upgrade your 9.1-Release to 9.2-Beta 1 because there
was a problem, but this will be resolved for 9.2-Beta 2 in the next days or
weeks.
Just my .2 cents

Kind regards,
Alexandre
___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote:

> Le mercredi 24 juillet 2013, aurfalien a écrit :
> 
> On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:
> 
> > In the last episode (Jul 23), aurfalien said:
> >> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
> >>> In the last episode (Jul 23), aurfalien said:
>  At any rate, could some one;
> 
>  a) Explain how I am loading my file system as I'm used to fstab?
>  b) How to run tunefs on my zroot
>  c) How to determine if I actually have the needed TRIM support in my
>  kernel
> >>
> >>> I'm not sure if there's a way to query TRIM status on arbitrary geom
> >>> providers, but you can see whether zfs successfully sent any TRIM
> >>> requests by watching the output of "sysctl kstat.zfs.misc.zio_trim".  If
> >>> .zio_trim.success increments and .unsupported (or .failed) doesn't, then
> >>> you know that it's working.
> >>
> >> Looks like I don't have it.
> >>
> >> I keep reading that I must download the patch and make it which is not an
> >> issue.
> >>
> >> But I can't seem to find it.
> >>
> >> I've dl'd the 9.2 beta in hopes to check its src and see if its there.
> >>
> >> Looks like all I really need is the current rel.
> >
> > ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
> > but will be available in 9.2:
> >
> > http://svnweb.freebsd.org/base?view=revision&revision=251419
> 
> 
> I actually got the 9.2 src and found what i was looking for  so many thanks.
> 
> Gonna figure out what step are required to compile this in to my current 9.1 
> rel.
> 
> Thanks again.
> 
> - aurf
> Hi,
> Why you do not track 9/Stable or wait 9.2-Release?
> We are at the first Beta stage of 9.2. (9.2-Beta 1). You cannot use 
> "freebsd-update" to upgrade your 9.1-Release to 9.2-Beta 1 because there was 
> a problem, but this will be resolved for 9.2-Beta 2 in the next days or weeks.
> Just my .2 cents

Thanks for the money :)

I'll wait, spending too much time futzing with this versus learning FreeBSD.

- aurf
___
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: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:15:09 -0500
Mark Felder articulated:

> Can your machine email the PDF? That's how I'd solve it... have it
> send to a mailbox on your local machine and have a script that grabs
> the attachment and puts it in a directory shared on the network.

That is a novel idea and yes it does have the ability to send a scanned
document via email; however, I think that is way more trouble than it
is worth. I have the problem solved by sharing the directories on the
MS machines. It isn't perfect, but it does work. Porting the Brother
scanner software to FreeBSD would probably be ideal, but I have neither
the time, a spare machine nor probably the skill to do it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:

> In the last episode (Jul 23), aurfalien said:
>> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
>>> In the last episode (Jul 23), aurfalien said:
 At any rate, could some one;
 
 a) Explain how I am loading my file system as I'm used to fstab?
 b) How to run tunefs on my zroot
 c) How to determine if I actually have the needed TRIM support in my
 kernel
>> 
>>> I'm not sure if there's a way to query TRIM status on arbitrary geom
>>> providers, but you can see whether zfs successfully sent any TRIM
>>> requests by watching the output of "sysctl kstat.zfs.misc.zio_trim".  If
>>> .zio_trim.success increments and .unsupported (or .failed) doesn't, then
>>> you know that it's working.
>> 
>> Looks like I don't have it.
>> 
>> I keep reading that I must download the patch and make it which is not an
>> issue.
>> 
>> But I can't seem to find it.
>> 
>> I've dl'd the 9.2 beta in hopes to check its src and see if its there.
>> 
>> Looks like all I really need is the current rel.
> 
> ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
> but will be available in 9.2:
> 
> http://svnweb.freebsd.org/base?view=revision&revision=251419


I actually got the 9.2 src and found what i was looking for  so many thanks.

Gonna figure out what step are required to compile this in to my current 9.1 
rel.

Thanks again.

- aurf
___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:

> In the last episode (Jul 23), aurfalien said:
>> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
>>> In the last episode (Jul 23), aurfalien said:
 At any rate, could some one;
 
 a) Explain how I am loading my file system as I'm used to fstab?
 b) How to run tunefs on my zroot
 c) How to determine if I actually have the needed TRIM support in my
 kernel
>> 
>>> I'm not sure if there's a way to query TRIM status on arbitrary geom
>>> providers, but you can see whether zfs successfully sent any TRIM
>>> requests by watching the output of "sysctl kstat.zfs.misc.zio_trim".  If
>>> .zio_trim.success increments and .unsupported (or .failed) doesn't, then
>>> you know that it's working.
>> 
>> Looks like I don't have it.
>> 
>> I keep reading that I must download the patch and make it which is not an
>> issue.
>> 
>> But I can't seem to find it.
>> 
>> I've dl'd the 9.2 beta in hopes to check its src and see if its there.
>> 
>> Looks like all I really need is the current rel.
> 
> ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
> but will be available in 9.2:
> 
> http://svnweb.freebsd.org/base?view=revision&revision=251419

Thanks for the link.

Is it something I can simply compile in to my 9.1?

If so, would you know how do I get the patches?

- aurf
___
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: Saving scanned document

2013-07-24 Thread Mark Felder
Can your machine email the PDF? That's how I'd solve it... have it send
to a mailbox on your local machine and have a script that grabs the
attachment and puts it in a directory shared on the network.
___
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: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:22:46 -0400
Lowell Gilbert articulated:

> Jerry  writes:
> 
> > On Tue, 23 Jul 2013 15:50:00 -0400
> > Lowell Gilbert articulated:
> >
> >> Jerry  writes:
> >> 
> >> > Does anyone know of a way of getting the scanner to "see" the
> >> > FreeBSD machine and saving a file to it?
> >> 
> >> I'm not sure I correctly understand your intention, but maybe
> >> Samba is what you're looking for?
> >
> > Samba is working fine and all of the other computers on the network
> > can see each other and the printer/scanner. The problem is that the
> > scanner does not see the FreeBSD machine.
> 
> I'm going to make some guesses here, because your information is still
> sketchy. Specifically, I'm assuming that you have Samba running on the
> FreeBSD machine, and that the other (Windows) computers can write
> files to the Samba shares on the FreeBSD machine, but that some kind
> of GUI comes up when you scan, and offers Windows machines as possible
> destination, but doesn't offer the FreeBSD machine.
> 
> Assuming all of that is correct, this is a Samba-tuning question, and
> you may need a Samba expert. But first you can check whether the
> machines agree on the master browser, and whether there's an Active
> Directory lookup occurring in each (Windows machine vs.
> printer-scanner) case. Are these hosts all on the same IP subnet?

Yes, they are all on the same IP subnet and there is no active
directory. I believe the problem to be that the software needed by the
scanner is not running on the FreeBSD machine, nor is it likely to in
the near future. Brother makes the software for *.nix, MAC and Windows,
but that is it.

I seriously doubt that i am going to spend anymore time on this issue.
I have all ready shared the directories that the scanner saves files
into on the Windows machines, and can mount and access them from the
FreeBSD one. Spending hours to save a few minutes work of time is not a
good use of my time or energy. If it was only a matter of a tweak here
or there I would do it; however, it has become apparent to me that it
goes further than that.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: TRIM and changing mount options

2013-07-24 Thread Dan Nelson
In the last episode (Jul 23), aurfalien said:
> On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
> > In the last episode (Jul 23), aurfalien said:
> >> At any rate, could some one;
> >> 
> >> a) Explain how I am loading my file system as I'm used to fstab?
> >> b) How to run tunefs on my zroot
> >> c) How to determine if I actually have the needed TRIM support in my
> >> kernel
> 
> > I'm not sure if there's a way to query TRIM status on arbitrary geom
> > providers, but you can see whether zfs successfully sent any TRIM
> > requests by watching the output of "sysctl kstat.zfs.misc.zio_trim".  If
> > .zio_trim.success increments and .unsupported (or .failed) doesn't, then
> > you know that it's working.
> 
> Looks like I don't have it.
> 
> I keep reading that I must download the patch and make it which is not an
> issue.
> 
> But I can't seem to find it.
> 
> I've dl'd the 9.2 beta in hopes to check its src and see if its there.
> 
> Looks like all I really need is the current rel.

ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
but will be available in 9.2:

http://svnweb.freebsd.org/base?view=revision&revision=251419


-- 
Dan Nelson
dnel...@allantgroup.com
___
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: Saving scanned document

2013-07-24 Thread Lowell Gilbert
Jerry  writes:

> On Tue, 23 Jul 2013 15:50:00 -0400
> Lowell Gilbert articulated:
>
>> Jerry  writes:
>> 
>> > Does anyone know of a way of getting the scanner to "see" the
>> > FreeBSD machine and saving a file to it?
>> 
>> I'm not sure I correctly understand your intention, but maybe Samba is
>> what you're looking for?
>
> Samba is working fine and all of the other computers on the network
> can see each other and the printer/scanner. The problem is that the
> scanner does not see the FreeBSD machine.

I'm going to make some guesses here, because your information is still
sketchy. Specifically, I'm assuming that you have Samba running on the
FreeBSD machine, and that the other (Windows) computers can write files
to the Samba shares on the FreeBSD machine, but that some kind of GUI
comes up when you scan, and offers Windows machines as possible
destination, but doesn't offer the FreeBSD machine.

Assuming all of that is correct, this is a Samba-tuning question, and
you may need a Samba expert. But first you can check whether the
machines agree on the master browser, and whether there's an Active
Directory lookup occurring in each (Windows machine vs. printer-scanner)
case. Are these hosts all on the same IP subnet?
___
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"


In This Issue: Asthma? Allergies? Here's Why, Recipes for Gut Bustin' Salads, Fit Club blog, Urban Fashion Blog

2013-07-24 Thread TheUrbanShopper

Untitled Document









  
  

  Having trouble reading this email?
Clickhttp://www.theurbanshopper.com";> Here to go direct to 
  TheUrbanShopper.com.To ensure delivery, please add u...@theurbanshopper.com to your Safe Sender List
or 
  Address Book. 
  
http://www.theurbanshopper.com";>http://www.theurbanshopper.com/newsletter/2013/July/static_wk3.jpg";>
  
You have received this update as a subscriber to
TheUrbanShopper.com. Ensure inbox delivery by adding 
  u...@theurbanshopper.com to your SAFE SENDER or email CONTACTS list. If
you'd like to mailto:unsubscr...@theurbanshopper.com";>unsubscribe 
  . For more information, please read our http://theurbanshopper.com/doc/privacy_policy.pdf";>Privacy
Policy 
  . ©2013 All Rights Reserved 

___
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: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Jason Hellenthal
Use -laggport portN

-- 
 Jason Hellenthal
 Inbox: jhellent...@dataix.net
 Voice: +1 (616) 953-0176
 JJH48-ARIN


On Jul 24, 2013, at 5:14, Alex Liptsin  wrote:

> Hi.
> 
> I have lagg interface created on my server:
> 
> [root@h-qa-094 ~]$ ifconfig lagg0
> lagg0: flags=8802 metric 0 mtu 1500
>
> options=401bb
>ether 00:02:c9:19:82:80
>nd6 options=21
>media: Ethernet autoselect
>status: active
>laggproto failover lagghash l2,l3,l4
>laggport: igb1 flags=0<>
>laggport: mlxen1 flags=0<>
>laggport: mlxen0 flags=5
> 
> Now, I want to removr igb1 interface from that lag.
> How can I do it?
> 
> 
> 
> 
> Regards,
> Alex Liptsin
> Software Quality Assurance Engineer | Mellanox Technologies Ltd.
> Office: +972 (74) 7236141
> Mobile: +972(54) 7833986
> Fax: +972(74) 7236161
> Email: al...@mellanox.com
> Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel
> 
> ___
> freebsd-...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


smime.p7s
Description: S/MIME cryptographic signature


Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Maciej Milewski

On 24.07.2013 11:14, Alex Liptsin wrote:

Hi.

I have lagg interface created on my server:

[root@h-qa-094 ~]$ ifconfig lagg0
lagg0: flags=8802 metric 0 mtu 1500
 
options=401bb
 ether 00:02:c9:19:82:80
 nd6 options=21
 media: Ethernet autoselect
 status: active
 laggproto failover lagghash l2,l3,l4
 laggport: igb1 flags=0<>
 laggport: mlxen1 flags=0<>
 laggport: mlxen0 flags=5

Now, I want to removr igb1 interface from that lag.
How can I do it?

man lagg:
Child interfaces can be added using the laggport
 child-iface option and removed using the -laggport child-iface option.

so
|ifconfig lagg0 -laggport /igb1/|

should be working.


Regards,
Alex Liptsin
Software Quality Assurance Engineer | Mellanox Technologies Ltd.
Office: +972 (74) 7236141
Mobile: +972(54) 7833986
Fax: +972(74) 7236161
Email: al...@mellanox.com
Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel

___
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"



--
Pozdrawiam,
Maciej Milewski

___
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"


How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Alex Liptsin
Hi.

I have lagg interface created on my server:

[root@h-qa-094 ~]$ ifconfig lagg0
lagg0: flags=8802 metric 0 mtu 1500

options=401bb
ether 00:02:c9:19:82:80
nd6 options=21
media: Ethernet autoselect
status: active
laggproto failover lagghash l2,l3,l4
laggport: igb1 flags=0<>
laggport: mlxen1 flags=0<>
laggport: mlxen0 flags=5

Now, I want to removr igb1 interface from that lag.
How can I do it?




Regards,
Alex Liptsin
Software Quality Assurance Engineer | Mellanox Technologies Ltd.
Office: +972 (74) 7236141
Mobile: +972(54) 7833986
Fax: +972(74) 7236161
Email: al...@mellanox.com
Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel

___
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 8.2 as wifi client

2013-07-24 Thread Fabian Keil
Laszlo Danielisz  wrote:

> Yesterday I've received a usb wifi card.
> I've successfully connected to my home network with wpa-psk but I couldn't 
> make it to connect via boot.
[...]
> I've also added the following lines to my rc.conf:
> 
> wlans_run0="wlan0"
> wpa_supplicant_enable="YES"
> ifconfig_wlan0="192.168.1.201"

The previous line seems to be missing the 'WPA' attribute:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html#network-wireless-wpa-wpa-psk

Fabian


signature.asc
Description: PGP signature


Re: FreeBSD website is not up to date

2013-07-24 Thread Patrick Lamaiziere
Le Wed, 24 Jul 2013 10:27:38 +0200,
David Demelier  a écrit :

> Hi,
> 
> There is a problem between :
> 
> http://www.freebsd.org/where.html
> 
> and
> 
> http://www.freebsd.org/fr/where.html
> 
> On the second one, 9.1-RELEASE is available for ia64 while it's not
> for the english version.
> 
> Sorry if this is not the best lists for that question.

Hi David, the good list for this is freebsd-...@freebsd.org

Regards
___
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"


FreeBSD website is not up to date

2013-07-24 Thread David Demelier
Hi,

There is a problem between :

http://www.freebsd.org/where.html

and

http://www.freebsd.org/fr/where.html

On the second one, 9.1-RELEASE is available for ia64 while it's not
for the english version.

Sorry if this is not the best lists for that question.

Regards,

-- 
Demelier David
___
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: Saving scanned document

2013-07-24 Thread Mike Clarke
On Tuesday 23 Jul 2013 23:37:45 Jerry wrote:

> . There is a application that controls printing,
> scanning, faxing and copying but that is only available on a Windows or
> Mac machine.

Might it work with wine?

-- 
Mike Clarke
___
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"