Re: best way to replicate system

2011-07-23 Thread krad
On 21 July 2011 09:13, Aryeh Friedman aryeh.fried...@gmail.com wrote:

 I have set up a machine that is 100% configred and now needs to be
 duplicated to an arbitrary number of other machines (23 currently)...
 none of the machines have optical drives (or floppies) so it has to be
 a USB install... what is the best way to do this all I can think of is
 make release or make a diskimage and dd it
 ___
 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



A quick and dirty way is to get a working freebsd on a usb stick or cdrom,
run a script that slices up the disks, newfs, and mounts them then rsyncs
all the files across from the original server. Ive used this method many
times for doing backup restores.
___
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


skype

2011-07-23 Thread Aryeh Friedman
I have a number of clients that prefer Skype over IM last time I
tried to build it from ports I was unable to get to anywhere past the
account login page (no matter what I tried it said it could not log me
in and when I registered for an account it never registered)
___
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


Fwd: skype

2011-07-23 Thread Aryeh Friedman
-- Forwarded message --
From: Aryeh Friedman aryeh.fried...@gmail.com
Date: Sat, Jul 23, 2011 at 7:43 AM
Subject: Re: skype
To: claudiu vasadi claudiu.vas...@gmail.com


not quiet webcamd sees my webcam but not skype

On Sat, Jul 23, 2011 at 7:42 AM, claudiu vasadi
claudiu.vas...@gmail.com wrote:
 Try it now. It works


___
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: skype

2011-07-23 Thread Frank Shute
On Sat, Jul 23, 2011 at 06:16:28AM -0400, Aryeh Friedman wrote:

 I have a number of clients that prefer Skype over IM last time I
 tried to build it from ports I was unable to get to anywhere past the
 account login page (no matter what I tried it said it could not log me
 in and when I registered for an account it never registered)

It works for me. See:

20110516

in /usr/ports/UPDATING


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html




pgpa6mR5X4Cls.pgp
Description: PGP signature


re: skype

2011-07-23 Thread Aryeh Friedman
Still no video here is the output of the command that the UPDATE
entery says to run (notice that I have a copy of 8.2 that is less then
a week old):

FreeBSD aryeh 8.2-STABLE FreeBSD 8.2-STABLE #7: Sun Jul 17 19:39:35
EDT 2011 root@aryeh:/usr/obj/usr/src/sys/GENERIC  i386
compat.linux.oss_version: 198144
compat.linux.osrelease: 2.6.16
# pcm-oss plugin configuration

pcm.oss {
type oss
device /dev/dsp
hint {
description Open Sound System
}
}

ctl.oss {
type oss
device /dev/mixer
hint {
description Open Sound System
}
}



-- Forwarded message --
From: Frank Shute fr...@shute.org.uk
Date: Sat, Jul 23, 2011 at 7:52 AM
Subject: Re: skype
To: Aryeh Friedman aryeh.fried...@gmail.com
Cc: FreeBSD Mailing List freebsd-questions@freebsd.org


On Sat, Jul 23, 2011 at 06:16:28AM -0400, Aryeh Friedman wrote:

 I have a number of clients that prefer Skype over IM last time I
 tried to build it from ports I was unable to get to anywhere past the
 account login page (no matter what I tried it said it could not log me
 in and when I registered for an account it never registered)

It works for me. See:

20110516

in /usr/ports/UPDATING


Regards,

--

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


pgpPQCtNnKklR.pgp
Description: PGP signature
___
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: groff UTF-8

2011-07-23 Thread Christian Weisgerber
Matthias Apitz g...@unixarea.de wrote:

 The critical part seems to be: the text is UTF-8 and converting this
 to ISO 8859-1 is not an option. It's a Library Management System we
 just ported to Unicode, and we don't want to fall back in printing :-)
 
 I've checked groff 1.21 from the ports but it seems to understand
 only making UTF-8 output with its driver -Tutf8. Is there a way to make
 it understand UTF-8 as input

Use the preconv(1) command included with groff 1.21, or use the -k
or -K encoding options with groff to automatically call preconv.

-- 
Christian naddy Weisgerber  na...@mips.inka.de

___
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: Sendmail not accepting connections on port 25

2011-07-23 Thread Bill Tillman


--- On Thu, 7/21/11, Bernt Hansson b...@bananmonarki.se wrote:


From: Bernt Hansson b...@bananmonarki.se
Subject: Re: Sendmail not accepting connections on port 25
To: ssgriffonuser ssgriffonu...@gmail.com
Cc: freebsd-questions@freebsd.org
Date: Thursday, July 21, 2011, 3:31 AM


2011-07-20 06:24, ssgriffonuser skrev:

 I still can't telnet in from an external network.

To me, that sounds like your external network might be blocking outgoing 
traffic on port 25.

Can you connect to any other mailservers on port 25?

%telnet gmail-smtp-in.l.google.com 25
Trying 74.125.77.27...
telnet: connect to address 74.125.77.27: Connection refused
telnet: Unable to connect to remote host

My isp is blocking outgoing traffic on port 25.
___
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

 
I am not surprised. Like in my previous reply, every ISP I've ever worked with 
blocks ports 25. They have this done by their 3rd tier techs because when you 
call them for help they will be clueless as to what you're talking about. The 
thing I've found with Comcast is they do what's called black listing your IP 
address with some service. They will claim that your server has been sending 
spam. When it actuality all they are doing is forcing you to go to their sales 
people and pay extra if you want to run a mail server on your LAN. Gone are the 
days when I could run my own mailserver at home.
___
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: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-23 Thread Chad Perrin
On Fri, Jul 22, 2011 at 11:05:40AM -0400, Jerry wrote:
 On Fri, 22 Jul 2011 06:58:26 -0600 Chad Perrin articulated:
  
  In fact, the NetworkManager set of network management tools has in
  some ways outdone the stupidities of MS Windows network management.
  Hey, this is stupid, but it's not stupid enough.  We can do
  'better'.
  
  This is the kind of crap I do *not* want to see make its way into
  FreeBSD from the Linux world, and it's why I said I'm okay with tools
  like NetworkManager being released under restrictive licensing that
  makes it less likely to be harvested for ideas by OS projects like
  FreeBSD.  The day some asinine automated network selection line of
  crap like NetworkManager makes its way into the FreeBSD base system
  is probably the day I stop using it.
 
 Stop using what, FreeBSD or NetworkManager?

Seriously?  It should be obvious that the day FreeBSD pushes me to use
NetworkManager is the day I stop using FreeBSD -- because I already try
to avoid NetworkManager at every opportunity.


 
 You do realize that no one is forcing you to use any networking tool in
 either MS Windows or FreeBSD? By default there is none available in
 FBSD, and the Window's applications can either be configured to your
 own liking (well maybe not you own specifications since you have not
 specified any) or simply deactivated. You could start here:
 http://windows.microsoft.com/en-US/windows7/Enable-or-disable-network-discovery.

Do you realize that some Linux distributions have actually gutted the
support for their non-automated network configuration capabilities as the
world moves toward NetworkManager?

Do you realize that MS Windows has nothing equivalent to rc.conf or
/etc/network/interfaces?

I suspect you do not realize this, or you wouldn't have asked me such a
stupid question.

. . . and do you realize that I never said automated network management
tools were available on FreeBSD by default at all?  Of course not.  You
are not reading my emails to understand them.  You're skimming them for
excuses to attack straw men that have little or nothing to do with what I
actually said.

Disabling network discovery in MS Windows does not disable all the
stupid assumptions the network management system makes about how people
use networking, by the way -- and, as I said in an earlier email,
disabling a poorly designed automated system does not solve the problem
of it being poorly designed.  It just eliminates the supposed benefits of
using systems with poorly designed automated systems along with the
detriments.


 
 Chad, I have read through several of your posts and agreeing with some.
 However, I have come to the conclusion that you seem to exhibit a form
 of Forward Bias in regards to newer technology. What if, and that is
 a big IF, a suitable tool and I am not specifying NetworkManager
 either were to be written for or ported to FBSD that would make the
 discovery of networks as simple and remove the tedious and often faulty
 process of manually configuring a network? If the tool was not on by
 default as Microsoft's is, how could that possible offend you?

I do not dislike new technology.  I love new technology, when it's
technology that solves a problem and does so without creating additional
problems.  NetworkManager is not such a new technology.  It's basically
just a new, user-obsequious, expert-hostile interface to very old
technology.  I have found myself in the unenviable position of having to
use NetworkManager because the core networking tools of old on a given
Linux-based OS do not work properly any longer, neglected in the wake of
the arrival of NetworkManager as the preferred default network management
toolset.  The problem is that in the past I was able to write a couple of
simple scripts to automate network management in a way that suited my
needs, but now NetworkManager has actually made things much worse.

Now, I have to install special tools that sit on top of NetworkManager to
give me a reasonably scriptable interface to NetworkManager, because I
then have to write much more complex scripts that futz around with
NetworkManager's BS in order to force it to do what I actually want my
network to do -- and the end result is that, for my purposes, it is
*less* automated overall than the simpler scripts I used to use, and
requires a metric tone of extra garbage libraries and applications
installed.

A suitable tool would be great, but *nobody* is writing suitable tools.
Everyone is writing horribly unsuitable tools, then neglecting or even
deprecating the tools that actually work in a reliable, easily scriptable
manner in favor of these newer, less suitable tools.

The tool may not be on by default, but from what I've seen the tendency
is to make shit simply not work even as well without the stupid-ass tool
as they do *with* it -- which is shockingly poorly.


 
 By the way, both I and I would believe the named developers would be
 offended by your Fallacy of sweeping generalization 

Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-23 Thread Bruce Cran

On 23/07/2011 22:58, Chad Perrin wrote:

Do you realize that MS Windows has nothing equivalent to rc.conf or
/etc/network/interfaces?


It does: it's in the registry. 
HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces 
contains a list of interfaces and their settings.


%SystemRoot%\System32\drivers\etc contains several BSD configuration 
files for DNS settings, protocols etc.


--
Bruce Cran
___
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: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-23 Thread Chad Perrin
On Sat, Jul 23, 2011 at 11:25:10PM +0100, Bruce Cran wrote:
 On 23/07/2011 22:58, Chad Perrin wrote:
 Do you realize that MS Windows has nothing equivalent to rc.conf or
 /etc/network/interfaces?
 
 It does: it's in the registry. 
 HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces 
 contains a list of interfaces and their settings.

Calling a registry key the equivalent of rc.conf or
/etc/network/interfaces is a bit like calling a Rube Goldberg device the
equivalent of my smartphone.  No thanks.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgpHzSSOVnqwu.pgp
Description: PGP signature


Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-23 Thread Jerome Herman

On 24/07/2011 00:25, Bruce Cran wrote:

On 23/07/2011 22:58, Chad Perrin wrote:

Do you realize that MS Windows has nothing equivalent to rc.conf or
/etc/network/interfaces?


It does: it's in the registry. 
HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces 
contains a list of interfaces and their settings.


Yeap, just a small detail, it doesn't bind the configuration to a 
device, but to a connection interface, which in turn is bound either to 
a control interface or to another service interface.
Which in turns can be bound either to a final control interface, to 
another service interface or even to another connection interface.


All these bearing names in form of their class id + uid : 
{----}\{----}
You basically turn around in circle for hours, looking for the next 
clue, if you do not use windows tools to do the job. Sure you can write 
WSH/WPS to do the mapping for you, but that is still using windows tools.


And I definitly would not edit those manually except for very simple 
changes, the imbrication of layers of control sets/interfaces/devices 
can result in unexpected results (for example in the likely case where 
you have a firewall, a tunnel, a VPN or anything at all also using the 
interface you are editing).


I remember crying tears of blood when I had to remove (not disable, 
destroy) from one tunnel connection all the 7 different version of IPv6 
windows put on each and every network interface.




%SystemRoot%\System32\drivers\etc contains several BSD configuration 
files for DNS settings, protocols etc.




___
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: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-23 Thread Jerry
On Sat, 23 Jul 2011 15:58:07 -0600
Chad Perrin articulated:

 You are clearly an asshole who has no interest in having a reasonable
 discussion.  Newer methods do not frighten me, you stupid asshole.

Thanks Chad. At one time I thought you were intelligent with
conflicting views. However, the more of your posts I have read over the
past several months, the more I have become convinced that you are
suffering from Paranoia.

A fellow poster, Bruce Cran made a reference to the Windows registry.
Although he was quite correct in his remarks, you choose to belittle
his contribution.

You have serious mental health issues Chad. Get help!

-- 
Jerry ✌
jerry+f...@seibercom.net

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

http://www.catb.org/~esr/faqs/smart-questions.html
___
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: best way to replicate system

2011-07-23 Thread ill...@gmail.com
On 23 July 2011 04:54, krad kra...@gmail.com wrote:
 On 21 July 2011 09:13, Aryeh Friedman aryeh.fried...@gmail.com wrote:

 I have set up a machine that is 100% configred and now needs to be
 duplicated to an arbitrary number of other machines (23 currently)...
 none of the machines have optical drives (or floppies) so it has to be
 a USB install... what is the best way to do this all I can think of is
 make release or make a diskimage and dd it

 A quick and dirty way is to get a working freebsd on a usb stick or cdrom,
 run a script that slices up the disks, newfs, and mounts them then rsyncs
 all the files across from the original server. Ive used this method many
 times for doing backup restores.

Yes, rsync with --rsh=ssh -C (unless you're just
transferring already compressed data (*.jpg, *.avi,
*.tar.gz, etc)).


-- 
--
___
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: Sendmail not accepting connections on port 25 (solved)

2011-07-23 Thread ssgriffonuser

On 07/23/11 13:51, Bill Tillman wrote:

--- On Thu, 7/21/11, Bernt Hanssonb...@bananmonarki.se  wrote:


From: Bernt Hanssonb...@bananmonarki.se
Subject: Re: Sendmail not accepting connections on port 25
To: ssgriffonuserssgriffonu...@gmail.com
Cc:freebsd-questions@freebsd.org
Date: Thursday, July 21, 2011, 3:31 AM


2011-07-20 06:24, ssgriffonuser skrev:


I still can't telnet in from an external network.

To me, that sounds like your external network might be blocking outgoing 
traffic on port 25.

Can you connect to any other mailservers on port 25?

%telnet gmail-smtp-in.l.google.com 25
Trying 74.125.77.27...
telnet: connect to address 74.125.77.27: Connection refused
telnet: Unable to connect to remote host

My isp is blocking outgoing traffic on port 25.
___
freebsd-questions@freebsd.org  mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail tofreebsd-questions-unsubscr...@freebsd.org

  
I am not surprised. Like in my previous reply, every ISP I've ever worked with blocks ports 25. They have this done by their 3rd tier techs because when you call them for help they will be clueless as to what you're talking about. The thing I've found with Comcast is they do what's called black listing your IP address with some service. They will claim that your server has been sending spam. When it actuality all they are doing is forcing you to go to their sales people and pay extra if you want to run a mail server on your LAN. Gone are the days when I could run my own mailserver at home.

___
freebsd-questions@freebsd.org  mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail tofreebsd-questions-unsubscr...@freebsd.org


Just to clarify I have a VPS that I want to run a mail server on.  The 
problem ended up being that I had the priorities of the MX record 
backwards.  However, I also learned that my home ISP blocks outbound 
traffic on port 25 (I thought it only blocked inbound) so I could not 
telnet to port 25 on my VPS. I want to say thanks again for all the 
comments and help.

___
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: Sendmail not accepting connections on port 25 (solved)

2011-07-23 Thread Robert Bonomi

 Date: Sat, 23 Jul 2011 11:03:26 -0700
 From: ssgriffonuser ssgriffonu...@gmail.com
 Subject: Re: Sendmail not accepting connections on port 25 (solved)

[[..  sneck  ..]]

 However, I also learned that my home ISP blocks outbound 
 traffic on port 25 (I thought it only blocked inbound) so I could not 
 telnet to port 25 on my VPS. I want to say thanks again for all the 
 comments and help.

Note:  Blocking _outbound_ traffic to 'port 25' (except for the provider-
operated mail-server) is -very- common for residential (eyeball-based) 
networks.  It prevents virtually all bot-originated spam from going 
anywhere.  Blocking _inbound_ traffic to 'port 25' is *very* rare. If you
just want to _receive_ mail directly, the ISP generally doesn't care.



___
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


what is /usr/sbin/nmbd

2011-07-23 Thread RAM
Why is it running on my mac?  I just got hacked with Trojan infection  
for first time ever.  What should I do with 'usr/sbin/nmbd'?


___
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: what is /usr/sbin/nmbd

2011-07-23 Thread Outback Dingo
nmbd  - NetBIOS name server to provide NetBIOS over IP naming services to
clients

generally related to samba services

reinstall everything


On Sun, Jul 24, 2011 at 12:01 AM, RAM bobm...@comcast.net wrote:

 Why is it running on my mac?  I just got hacked with Trojan infection for
 first time ever.  What should I do with 'usr/sbin/nmbd'?

 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org 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: what is /usr/sbin/nmbd

2011-07-23 Thread Outback Dingo
meaning if your sure you have a trojan, id do a frwsh reinstall of
everything... im not saying it was caused by nmbd

though you might want to figure out how you got exploited..

On Sun, Jul 24, 2011 at 12:01 AM, RAM bobm...@comcast.net wrote:

 Why is it running on my mac?  I just got hacked with Trojan infection for
 first time ever.  What should I do with 'usr/sbin/nmbd'?

 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org 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