Re: USB WD HDD 1.5Tb read/write for files larger than 2048mb

2011-11-22 Thread Tony Abernethy
Vitali wrote:



I had some big movie files, development directories and so on which I

...



Vital information missing:  File system on the USB drive



Guessing: 

The USB Drive is FAT32 which has a size limit of 2G on individual files




Re: USB WD HDD 1.5Tb read/write for files larger than 2048mb

2011-11-22 Thread Vitali
Sorry I told nothing about the USB drive.

At work the boss found me a notebook GD-Itronix GoBook VR-1 with a
broken HDD to make it clear if the notebook could be used at all.

I removed HDD from it, bought a new 1.5Tb USB WD HDD, installed
OpenBSD-4.9 on it, and used the notebook for some time as usual but
without internal HDD only with a big HDD beside on the table. :)
Later the notebook died anyway (burned video card) and I took the hard
drive home.

So the file system on that USB HDD - UFS2.


On Tue, Nov 22, 2011 at 8:59 AM, Tony Abernethy t...@servasoftware.com wrote:
 Vitali wrote:

I had some big movie files, development directories and so on which I
 ...

 Vital information missing:  File system on the USB drive

 Guessing:
 The USB Drive is FAT32 which has a size limit of 2G on individual files



-- 
### Coonardoo - The Well In The Shadow ###



Where do manpages come from?

2011-11-22 Thread Kristaps Dzonsons

Hi (warning: off-topic morning coffee-time message),

Recently, while working on mandoc goodies, it seemed that the many 
Internet accounts of UNIX manpage history were at times inconsistent 
with roff.7:


 http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man7/roff.7

This resulted in some detective-work to find primary sources.  I figure 
maybe a few others here might be interested in the results:


 http://manpages.bsd.lv/history.html

...Some fun trivia (yes, this is fun--you just don't realise it yet):

 - The grand-father of roff is RUNOFF, written in 1964 by J. Saltzer in 
the MAD language.  Saltzer used RUNOFF to format his MIT doctoral thesis 
proposal.  (Inspired by RUNOFF, B. Kernighan wrote his own port for his 
doctoral thesis at Princeton in 1969.  In Fortran!  Wait... you didn't 
write your own formatter for your thesis?)


 - Most imagine that the first UNIX roff(1) was in C.  It wasn't: it 
was in PDP-11 assembly, written by D. Ritchie.  Even then, in 1971, 
RUNOFF had already been re-written in BCPL, PDP-7 assembly, Fortran, 
CP67/CMS, and GE-635 assembly (the last is speculative).


 - In '91, H. Spencer wrote an roff interpreter in AWK.  Say again: 
AWK.  Damn.


 - Our modern manual sections (my favourite is section 6, although I'm 
yet to beat factor(6)), manpage layout, and man(1) output font style 
descend from the First Edition UNIX Programmer's Manual.  These 
conventions were cooked up by Ken Thompson, inspired by the Multics 
MSPM, itself inspired by CTSS manuals.


 - Robert Morris was supposedly involved in early roff work.  The same 
Robert Morris who later worked for the NSA.  Could this be the REAL 
OpenBSD FBI/NSA/aliens/Berlusconi backdoor?  They can read your MANUALS, 
man; your MANUALS.


Enjoy!

Kristaps



Re: Where do manpages come from?

2011-11-22 Thread David Coppa
On Tue, Nov 22, 2011 at 10:27 AM, Kristaps Dzonsons krist...@bsd.lv wrote:

  - Robert Morris was supposedly involved in early roff work.  The same
 Robert Morris who later worked for the NSA.  Could this be the REAL OpenBSD
 FBI/NSA/aliens/Berlusconi backdoor?  They can read your MANUALS, man; your
 MANUALS.

Uh?!? What the psychotic dwarf has to do with OpenBSD/FBI allegations?

cheers
David



Re: Where do manpages come from?

2011-11-22 Thread Frédéric Perrin

On 22.11.2011 10:38, David Coppa wrote:
On Tue, Nov 22, 2011 at 10:27 AM, Kristaps Dzonsons krist...@bsd.lv 
wrote:
 - Robert Morris was supposedly involved in early roff work.  The 
same
Robert Morris who later worked for the NSA.  Could this be the REAL 
OpenBSD
FBI/NSA/aliens/Berlusconi backdoor?  They can read your MANUALS, 
man; your

MANUALS.


Uh?!? What the psychotic dwarf has to do with OpenBSD/FBI 
allegations?


man 2nd_degree
No manual entry for 2nd_degree.

--
Fred



Re: Where do manpages come from?

2011-11-22 Thread Manuel Ravasio
 

- Robert Morris was supposedly involved in early roff work.  The same
Robert Morris who later worked for the NSA.  Could this be the REAL OpenBSD
FBI/NSA/aliens/Berlusconi backdoor?  They can read your MANUALS, man; your
MANUALS.


Being italian, your statement kinda hurts me :-)
... unless you are
contemplating some secondary meanings of the Berlusconi backdoor statement
;-)

Manuel



Re: Giving java apps more memory

2011-11-22 Thread Christiano F. Haesbaert
On 19 November 2011 02:27, John Tate j...@johntate.org wrote:
 Is this information helpful...

 john@rothbard ~$ ulimit -a
 core file size  (blocks, -c) unlimited
 data seg size   (kbytes, -d) 524288
 file size   (blocks, -f) unlimited
 max locked memory   (kbytes, -l) 1354329
 max memory size (kbytes, -m) 4059940
 open files  (-n) 128
 pipe size(512 bytes, -p) 1
 stack size  (kbytes, -s) 4096
 cpu time   (seconds, -t) unlimited
 max user processes  (-u) 128
 virtual memory  (kbytes, -v) 528384

 I need to change this one in login.conf or in my .profile...
 max memory size (kbytes, -m) 4059940

 There is no manpage for ulimit.


That's cause it is a shell built-in, so its manpage is in ksh(1):
you can always try:
elendil:haesbaert: type ulimit
ulimit is a shell builtin



Re: DNS Google ?

2011-11-22 Thread Nick Holland
On 11/22/11 02:50, Manuel Ravasio wrote:
 Chris,
 why would you suggest unbound instead of bind?
 Which advantages do you
 see?
 
 Thanks,
 Manuel

My answer, Chris's may vary...
Long term, BIND is done.
Long term, unbound will probably be replacing it in OpenBSD.

IF you are doing anything beyond a simple resolver, I'd agree
completely...take the time to learn unbound/nsd (or djbdns or ...)

However, right now, unbound is a package requiring separate install and
maintenance.  BIND is pre-configured to be a resolver in OpenBSD, it's
chrooted properly...using it is as simple as adding a line in
rc.conf.local and pointing /etc/resolv.conf at localhost (this is not
true in most other OSs!).  Routine OpenBSD upgrades will update named,
too.  Very minimal effort, and if you aren't a master of DNS, it's a
fairly safe config (there are two kinds of Internet service which I
really think people should need a license to run -- e-mail and DNS, as
when done poorly, both have the ability to hurt others, not just
yourself.  Assuming any ol' OS's default BIND config is safe is not a
good idea).

My assumption is, if you are ready to punch in someone else's DNS
resolver because it is easy, you want the easy way... so I'm
recommending OpenBSD's BIND.  If you want a good DNS solution...anything
BUT BIND, and unbound/nsd would be a good call.

Nick.



Re: DNS Google ?

2011-11-22 Thread fRANz
On Mon, Nov 21, 2011 at 7:02 PM, Chris Cappuccio ch...@nmedia.net wrote:

 Good alternative: OpenBSD + unbound

Hi,

what about unbound vs dnscache?!
Any document related?

Thanks,
-f



Audacity/Sound recording on a Mac Mini

2011-11-22 Thread Russell Sutherland
I have a G4 Mac Mini (PowerMac 10,1) and have successfully installed OpenBSD
5.0 on it. I have also successfully built audacity from the ports tree. My
thought was to create a small footprint audio recording system for a small
charitable organization using OpenBSD.

I've had two small problems:

A. When sound is played e.g. When KDE starts up, there is a loud hissing
sound which comes from the internal speaker(s).

B. I am not really able to see any sound input coming from either the native
MacMini audio input/output jack (aoa) nor from a USB (iMic) microphone
(uaudio).

Audacity seems to only show one source of audio input: sndio.

Any help with be greatly appreciated. I do not want to have to go back to an
unsupported version of Mac OS X, nor a Linux/Debian option. Has anyone used
OpenBSD to do sound recording on a MacMini or other Apple PowerPC devices?

Russell

--
Russell Sutherand  I+TS
e: russell.sutherl...@utoronto.ca
t: +1.416.978.0470
f: +1.416.978.6620
m: +1.416.803.0080



Re: Support for Intel X520-T2 10GbaseT cards

2011-11-22 Thread Peter Hallin
On 2011-06-16 14:43, Peter Hallin wrote:
 On 2011-06-15 22:40, Jonathan Gray wrote:
  
  Yes this seems low indeed.  You could try use rdomains and route exec
  with a cable between the two ports to make packets go over the interfaces
  if you don't have another host with 10G interfaces.
 
 I didn't get that far. When connecting the two ports to each other (tried
 with a couple of TP cables) I only get 1000baseT full-duplex on ix0 and
 ix1.
 
  
  If you've had ppb problems with em I'd imagine they would affect ix as well
  if it is sitting behind the same ppb.
 
 I disabled the ppb hotplug interrupt in ppb.c as Claudio mentioned in
 Performance degradation after upgrade and ran the same tests again.
 
 This time it got up to 932 Mbit/s (close to theoretical maximum), but 
 the CPU usage was 100% intrs. However, the interfaces only generated
 around 2000 intrs/s each (compared to 13000 in my last test).
 
 I will not have more time to do additional testing in a while as i'm off
 for vacation, but I hope my tests so far can give you some insight.
 
 Thanks, Peter
 

Hello, I finally got some time to test this 10G stuff again and now I'm using
two machines with the same cards running 5.0 RELEASE (amd64/sp).

Problem is as before, when connected and in UP state, the media goes
down to 1000BaseT. If I take them both down, it goes back up to
10GbaseT. Weird. Tested with different (brand new cables) both cat 5E
and cat 6.

Good news is that the interrupt rate seems to be better, only about 15% CPU
when running at 1Gbit/s and around 1500 intrs/s.

These are two identical machines with the same hardware.

//Peter

dmesg:

OpenBSD 5.0 (GENERIC) #53: Wed Aug 17 10:07:52 MDT 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
RTC BIOS diagnostic error 80clock_battery
real mem = 3208368128 (3059MB)
avail mem = 3108941824 (2964MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.5 @ 0xe4380 (23 entries)
bios0: vendor Intel Corp. version BPX5810J.86B.0034.2010.0414.1511 date 
04/14/2010
bios0: Intel Corporation WX58BP
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC WDDT MCFG ASF! HPET ASPT WDTx SSDT DMAR
acpi0: wakeup devices SLPB(S4) P32_(S4) ECIR(S4) UAR1(S4) ILAN(S4) PEG1(S4) 
PEG3(S4) PEG7(S4) PEX0(S5) PEX1(S5) PEX2(S5) PEX3(S5) PEX4(S5) PEX5(S5) 
UHC1(S3) UHC2(S3) UHC3(S3) UHC4(S3) EHCI(S3) EHC2(S3) UH42(S3) UHC5(S3) 
UHC6(S3) AZAL(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU W3690 @ 3.47GHz, 3467.31 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT,AES,NXE,LONG
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
ioapic0 at mainbus0: apid 8 pa 0xfec0, version 20, 24 pins
acpimadt0: unknown apic structure type 7f
acpimcfg0 at acpi0 addr 0xf800, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 10 (P32_)
acpiprt2 at acpi0: bus 1 (PEG1)
acpiprt3 at acpi0: bus 5 (PEG3)
acpiprt4 at acpi0: bus 6 (PEG7)
acpiprt5 at acpi0: bus 7 (PEX0)
acpiprt6 at acpi0: bus 8 (PEX1)
acpiprt7 at acpi0: bus -1 (PEX3)
acpiprt8 at acpi0: bus 9 (PEX4)
acpicpu0 at acpi0: C1, PSS
acpibtn0 at acpi0: SLPB
cpu0: Enhanced SpeedStep 3467 MHz: speeds: 3459, 3458, 3325, 3192, 3059, 2926, 
2793, 2660, 2527, 2394, 2261, 2128, 1995, 1862, 1729, 1596 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 Intel X58 Host rev 0x13
ppb0 at pci0 dev 1 function 0 Intel X58 PCIE rev 0x13: msi
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 IDT 89HPES12N3A rev 0x0c
pci2 at ppb1 bus 2
ppb2 at pci2 dev 2 function 0 IDT 89HPES12N3A rev 0x0c
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 Intel PRO/1000 QP (82576) rev 0x01: msi, address 
00:1b:21:c8:8f:ac
em1 at pci3 dev 0 function 1 Intel PRO/1000 QP (82576) rev 0x01: msi, address 
00:1b:21:c8:8f:ad
ppb3 at pci2 dev 4 function 0 IDT 89HPES12N3A rev 0x0c
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 Intel PRO/1000 QP (82576) rev 0x01: msi, address 
00:1b:21:c8:8f:ae
em3 at pci4 dev 0 function 1 Intel PRO/1000 QP (82576) rev 0x01: msi, address 
00:1b:21:c8:8f:af
ppb4 at pci0 dev 3 function 0 Intel X58 PCIE rev 0x13: msi
pci5 at ppb4 bus 5
vga1 at pci5 dev 0 function 0 NVIDIA GeForce 210 rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci5 dev 0 function 1 vendor NVIDIA, unknown product 0x0be3 rev 
0xa1: msi
azalia0: no supported codecs
ppb5 at pci0 dev 7 function 0 Intel X58 PCIE rev 0x13: msi
pci6 at ppb5 bus 6
ix0 at pci6 dev 0 function 0 Intel 82599 T3 rev 0x01: msi, address 
00:1b:21:93:a6:40
ix1 at pci6 dev 0 function 1 Intel 82599 T3 rev 0x01: msi, address 
00:1b:21:93:a6:41
Intel X58 QuickPath rev 0x13 at pci0 

Re: DNS Google ?

2011-11-22 Thread Jan Stary
On Nov 22 08:16:21, Nick Holland wrote:
 Long term, BIND is done.
 Long term, unbound will probably be replacing it in OpenBSD.
 
 IF you are doing anything beyond a simple resolver, I'd agree
 completely...take the time to learn unbound/nsd (or djbdns or ...)
 
 However, right now, unbound is a package requiring separate install and
 maintenance.

Nick, would you please clarify:

nsd(8) is in base, unbound is a package;
yet it is unbound who's gonna be the default resolver?
What is the status of nsd then? (I am just about to try
it on one of my resolvers).

Thank you

Jan



Re: Audacity/Sound recording on a Mac Mini

2011-11-22 Thread Jan Stary
On Nov 22 09:33:06, Russell Sutherland wrote:
 I have a G4 Mac Mini (PowerMac 10,1) and have successfully installed OpenBSD
 5.0 on it. I have also successfully built audacity from the ports tree. My
 thought was to create a small footprint audio recording system for a small
 charitable organization using OpenBSD.
 
 I've had two small problems:
 
 A. When sound is played e.g. When KDE starts up, there is a loud hissing
 sound which comes from the internal speaker(s).
 
 B. I am not really able to see any sound input coming from either the native
 MacMini audio input/output jack (aoa) nor from a USB (iMic) microphone
 (uaudio).
 
 Audacity seems to only show one source of audio input: sndio.
 
 Any help with be greatly appreciated. I do not want to have to go back to an
 unsupported version of Mac OS X, nor a Linux/Debian option. Has anyone used
 OpenBSD to do sound recording on a MacMini or other Apple PowerPC devices?

I use aucat(1) and sox(1) on top of sndio
without any problems on a MacBook3,1
(which is amd64 though).



Re: DNS Google ?

2011-11-22 Thread Claer
On Tue, Nov 22 2011 at 13:16, Jan Stary wrote:
 On Nov 22 08:16:21, Nick Holland wrote:
  Long term, BIND is done.
  Long term, unbound will probably be replacing it in OpenBSD.
  
  IF you are doing anything beyond a simple resolver, I'd agree
  completely...take the time to learn unbound/nsd (or djbdns or ...)
  
  However, right now, unbound is a package requiring separate install and
  maintenance.
 
 Nick, would you please clarify:
 
 nsd(8) is in base, unbound is a package;
 yet it is unbound who's gonna be the default resolver?
 What is the status of nsd then? (I am just about to try
 it on one of my resolvers).

NSD is just an autoritative name server that doesn't do cache and does not
answer recursive queries.
nsd and unbound are complementary.

Claer



Re: DNS Google ?

2011-11-22 Thread Rogier Krieger
Lest I'm mistaken, both serve DNS data, but in different roles.

nsd is for serving authoritative zones, not for resolver work.
unbound is a resolver.

Regards,

Rogier



Re: DNS Google ?

2011-11-22 Thread Chris Cappuccio
Manuel Ravasio [manuelrava...@yahoo.com] wrote:
 Chris,
 why would you suggest unbound instead of bind?
 Which advantages do you
 see?

unbound is very fast, will automatically relookup expired entries and has less 
weird/odd issues like keeping a negative cache entry for hours or even days. 
its damn near the most perfect cache ive ever used. throw a lot of ram at it 
and itll use it to be fast and accurate.



Re: DNS Google ?

2011-11-22 Thread Nick Holland
On 11/22/11 10:31, Claer wrote:
 On Tue, Nov 22 2011 at 13:16, Jan Stary wrote:
 On Nov 22 08:16:21, Nick Holland wrote:
  Long term, BIND is done.
  Long term, unbound will probably be replacing it in OpenBSD.
  
  IF you are doing anything beyond a simple resolver, I'd agree
  completely...take the time to learn unbound/nsd (or djbdns or ...)
  
  However, right now, unbound is a package requiring separate install and
  maintenance.
 
 Nick, would you please clarify:
 
 nsd(8) is in base, unbound is a package;
 yet it is unbound who's gonna be the default resolver?
 What is the status of nsd then? (I am just about to try
 it on one of my resolvers).
 
 NSD is just an autoritative name server that doesn't do cache and does not
 answer recursive queries.
 nsd and unbound are complementary.
 
 Claer

right...
BIND lumps these two functions together, with the effect of confusing
people, but they are really two separate tasks...  BE the authoritative
source for DNS information about certain zones (nsd, tinydns, etc.) OR
find the correct resolution information by checking with other DNS
servers, which ARE authoritative (a resolver, like unbound, dnscache, etc.).

In the case where you think you want both (i.e., you want resolution of
internal names AND external names), it's still easy -- run your
authoritative on localhost and your resolver on the external IP, and
tell your resolver to consult with your authoritative server for the
appropriate subdomains.

Really, it works better this way.

Nick.



Re: correct netmask on carp interfaces

2011-11-22 Thread Russell Garrison
I had some experience with this and found another thread where the
best thing to do for your routing is to have only one /(32-n) mask and
then all /32 for any given subnet and rdomain combination on a system.
I have set up my system accordingly and my advice is to set your carp
primary IP to the proper network mask (especially if it is using the
carp IP to provide a gateway to the connected network) and then any
other IP/interfaces to /32 per subnet. Example:

em5 - no IP
carp5 - 10.0.0.0/30 mask on carpdev em5
em4 - 9.0.0.0/32 for mgmt
carp4 - 9.0.0.0/28 acting as gateway for 9.0.0.0 net on carpdev em4
carp4 - aliases on 9.0.0.0 with /32 masks on carpdev em4

Before this I had the same mask on em4 and carp4 primary IP. It
worked, but I noticed the ARP had tell: set to the em4 MAC/IP and that
the route for that network was homed to em4 in the table. After the
change ARP has tell: set to the carp MAC/IP and the network is on the
carp4 if, which seemed more consistent to me. Can't tell you for sure
if that is better for you, but it is worth a shot.

I can also advise that ifconfig on runtime can have different effects
than editing hostname.if and using netstart. One example I can think
of is all the self-routing stuff that happens with netstart. I also
find it good to get a reboot in at some point just to double-check
that the hostname.if files and netstart do what you want on a system
that hasn't had any previous networking setup.

Good luck, happy hacking.

2011/11/21 Kapetanakis Giannis bil...@edu.physics.uoc.gr:
 Hi,

 I'm a bit confused on setting appropriate netmask on carp interface when
the
 carpdev has an IP address.

 Till yesterday (following http://openbsd.org/faq/pf/carp.html#failover) my
 carp interfaces had the same netmask as the carpdev interfaces:
 em1:
   (no inet adddress)

 vlanXX:
   vlan: 102 priority: 0 parent interface: em1
   inet xxx.xxx.xxx.18 netmask 0xfff8 broadcast xxx.xxx.xxx.23

 carp0:
   carp: MASTER carpdev vlanXX
   inet xxx.xxx.xxx.20 netmask 0xfff8 broadcast xxx.xxx.xxx.23

 I've read this from Henning
 http://marc.info/?l=openbsd-miscm=123464537104366w=2
 so I tried to switch to /32 netmask on the carp interfaces
 # ifconfig carp0 xxx.xxx.xxx.20/32

 But now I get

 Nov 21 11:45:09 fw /bsd: carp0: state transition: BACKUP - MASTER
 Nov 21 11:45:09 fw /bsd: arp_rtrequest: bad gateway value
 Nov 21 11:45:10 fw /bsd: carp1: state transition: BACKUP - MASTER
 Nov 21 11:45:10 fw /bsd: arp_rtrequest: bad gateway value

 every time the state changes on each firewall. Apart from this I don't see
 any other problem.

 Is this normal behavior? Should I change back to the /29 netmask?

 regards,

 Giannis



Re: cd boot panic on 5.0 but not 4.9 or earlier

2011-11-22 Thread Amit Kulkarni
 how safe are those two images? would it be ok to run on a production
 system or should I wait for the official 5.0 stable branch?


 The only time -current is NOT to be trusted is in the middle
 of a Hackathon, where you can watch commits flying in.
 Watch, but wait till its over before you decide to use it for
 anything critical.  ;-)

I would add to this:

1) always fiddle with -current on a identical machine to your current
production machine.
2) if ok then upgrade to that day's snapshot.

usually -current snapshots contain code which the devs want to test.
that is, code cleanups, code reorganisation is done there first. So is
code to bring out hidden bugs, usually if somebody complains nicely,
its fixed within a week or so. Harder to tackle bugs are put in a
informal queue :-) Also almost all devs run -current and some people I
read of run their businesses on -current.

good luck



Re: Giving java apps more memory

2011-11-22 Thread Amit Kulkarni
 Is this information helpful...

 john@rothbard ~$ ulimit -a
 core file size  (blocks, -c) unlimited
 data seg size   (kbytes, -d) 524288
 file size   (blocks, -f) unlimited
 max locked memory   (kbytes, -l) 1354329
 max memory size (kbytes, -m) 4059940
 open files  (-n) 128
 pipe size(512 bytes, -p) 1
 stack size  (kbytes, -s) 4096
 cpu time   (seconds, -t) unlimited
 max user processes  (-u) 128
 virtual memory  (kbytes, -v) 528384

 I need to change this one in login.conf or in my .profile...
 max memory size (kbytes, -m) 4059940

 There is no manpage for ulimit.


 That's cause it is a shell built-in, so its manpage is in ksh(1):
 you can always try:
 elendil:haesbaert: type ulimit
 ulimit is a shell builtin

the /etc/login.conf default values need to be fixed. this will reduce
the number of emails asking the same question in so many different
forms.



Re: DNS Google ?

2011-11-22 Thread patrick keshishian
On Tue, Nov 22, 2011 at 9:16 AM, Nick Holland
n...@holland-consulting.net wrote:
 On 11/22/11 10:31, Claer wrote:
 On Tue, Nov 22 2011 at 13:16, Jan Stary wrote:
 On Nov 22 08:16:21, Nick Holland wrote:
  Long term, BIND is done.
  Long term, unbound will probably be replacing it in OpenBSD.
 
  IF you are doing anything beyond a simple resolver, I'd agree
  completely...take the time to learn unbound/nsd (or djbdns or ...)
 
  However, right now, unbound is a package requiring separate install and
  maintenance.

 Nick, would you please clarify:

 nsd(8) is in base, unbound is a package;
 yet it is unbound who's gonna be the default resolver?
 What is the status of nsd then? (I am just about to try
 it on one of my resolvers).

 NSD is just an autoritative name server that doesn't do cache and does not
 answer recursive queries.
 nsd and unbound are complementary.

 Claer

 right...
 BIND lumps these two functions together, with the effect of confusing
 people, but they are really two separate tasks...  BE the authoritative
 source for DNS information about certain zones (nsd, tinydns, etc.) OR
 find the correct resolution information by checking with other DNS
 servers, which ARE authoritative (a resolver, like unbound, dnscache,
etc.).

Unless I'm misreading you, what you say doesn't make much sense. It
has its use-case, fine; when you just need the resolver. e.g., typical
home user where s/he doesn't host domains. But at this point you might
as well use your ISP's DNS service -- it's not reliable? that's a
different issue and not one you and should set out to solve for every
one out there.

But for a small business where they have their own domain, running
an authoritative DNS server, and local users using the intertubes,
that service needs to also do the recursive lookups.

The setup you suggest is more involved. Two servers: one resolving,
and the other dealing w/the authoritative responses.

--patrick


 In the case where you think you want both (i.e., you want resolution of
 internal names AND external names), it's still easy -- run your
 authoritative on localhost and your resolver on the external IP, and
 tell your resolver to consult with your authoritative server for the
 appropriate subdomains.

 Really, it works better this way.

 Nick.



Re: DNS Google ?

2011-11-22 Thread Nicolas Pence
El 22/11/11 15:16, Nick Holland escribis:
 On 11/22/11 10:31, Claer wrote:
 On Tue, Nov 22 2011 at 13:16, Jan Stary wrote:
 On Nov 22 08:16:21, Nick Holland wrote:
 Long term, BIND is done.
 Long term, unbound will probably be replacing it in OpenBSD.

 IF you are doing anything beyond a simple resolver, I'd agree
 completely...take the time to learn unbound/nsd (or djbdns or ...)

 However, right now, unbound is a package requiring separate install and
 maintenance.

 Nick, would you please clarify:

 nsd(8) is in base, unbound is a package;
 yet it is unbound who's gonna be the default resolver?
 What is the status of nsd then? (I am just about to try
 it on one of my resolvers).

 NSD is just an autoritative name server that doesn't do cache and does not
 answer recursive queries.
 nsd and unbound are complementary.


I've changed several DNS's from bind to unbound without problems and
with a few great improvements, lower RAM usage, improved Query Speed,
between others.

Configuration is really easy as unbound.conf is nicely documented.

unbound-control(8) it's quite helpful allows you tu run the server and
do administrative tasks such as remove a recursed zone from memory so
you can update it
again by making a query, reload configuration, etc.

Another good thing is that DNSSEC configuration is relatively simple
using unbound-anchor(8).

 nsd and unbound are complementary.
Well... Unbound allows you to resolve and to be authoritative, so it
does both functions, and it works well.

I've tryed before unbound(8), MaraDNS, and in a small enviroment it
behaves properly, you can do both tasks too, but on boxes with high
traffic it didn't run well (a lot of Didn't spawn thread messages),
maybe my fault, but I didn't want to modify any OpenBSD default
configuration, and unbound worked fine out-of-the-box without tunning.

Some people even recommended djbdns, but again, unbound is in
packages/ports, secured by chroot(), good security record, removed root
privileges, I really didn't feel the need to re-invent the wheel.

If you are worried about performance, I can tell you that it runs
at 400 ~ 500 queries/second smoothly on 5.0 amd64 GENERIC.MP with
num-threads: 2 configured on unbound.conf(5).

thanks to jakob@ for porting !



Re: DNS Google ?

2011-11-22 Thread Chris Cappuccio
fRANz [andrea.francesc...@gmail.com] wrote:
 
 Hi,
 
 what about unbound vs dnscache?!
 Any document related?
 

unbound is very fast and plays well with misbehaving servers and poorly 
implemented zone data

dnscache (the last time i tried it using it on a large scale) could not resolve 
certain things for various reasons, at times some sort of anal retentive RFC 
compliance or just plain bugs in the software

i haven't tried dnscache for at leat 5 years, i'm sure things have improved 
there.  but then you have the general bernstein software weirdness, set 
environment variables in a shell script as your config file, whatever.  it was 
actually worse than bind last time i used it. bind 4 even.

i was really impressed with unbound and so were thousands of users, even if 
they didn't know it.  at least they weren't complaining.



Re: DNS Google ?

2011-11-22 Thread Lars Hansson
On Wed, Nov 23, 2011 at 3:14 AM, patrick keshishian pkesh...@gmail.com wrote:
 Unless I'm misreading you, what you say doesn't make much sense.

It makes perfect sense and is in fact also the recommended way to run BIND.

 The setup you suggest is more involved. Two servers: one resolving,
 and the other dealing w/the authoritative responses.

They don't have to be two different servers, just two different
processes on the same server.

---
Lars



Re: Recommended working IDE

2011-11-22 Thread Alexandre Ulfeldt
vim: syntax on?

by the way...can everybody see my reply?!?

Thanks

On 20 November 2011 23:10, John Tate j...@johntate.org wrote:

 3

 I already know vim, this is exactly the kind of thing I've needed.

 On Sat, Nov 19, 2011 at 2:37 PM, richo ri...@psych0tik.net wrote:
  Check out the tag explorer plugin..
 
  http://www.vim.org/scripts/script.php?script_id=483
 
  On 19/11/11 14:10 +1100, John Tate wrote:
 
  If vim had a class browser, I'd already be using vim. Geany was
  suggested to me off the list.
 
  On Sat, Nov 19, 2011 at 1:49 PM, Richard Toohey
  richardtoo...@paradise.net.nz wrote:
 
  On 19/11/2011, at 2:51 PM, John Tate wrote:
 
  Misc,
 
  I've had troubles with eclipse and anjuta. Eclipse does not want to
  run, anjuta seems to be missing it's symbol browser in anjuta-extras.
  Anjuta actually works, but when I open a project it gives me an error.
  I've already posted what it is, so search. Is there an IDE that works?
  What is it? Perhaps I should just learn emacs. Though, I really like
  anjuta. Are there any IDE recommendations apart anjuta, eclipse, and
  vim and emacs editors available?
 
  John
 
  --
  www.johntate.org
 
 
  vim with syntax highlighting and brace-matching etc. etc. works for me.
 
  What language(s) and sorts of project (fat-client?  console?  GUI?
  web?)
 
 
 
 
  --
  www.johntate.org
 
 
  --
  richo || Today's excuse:
 
  Boss' kid fucked up the machine
  http://blog.psych0tik.net
 



 --
 www.johntate.org




--
*Alexandre Ulfeldt*
Redes e TelecomunicaC'C5es
Fone: +55 (48) 8469-3119
*alexandreulfe...@gmail.com* alexandreulfe...@gmail.com

Antes de imprimir, pense em sua responsabilidade e compromisso com o MEIO
AMBIENTE.
Before printing, think about your ENVIRONMENTAL responsibility.



Re: Recommended working IDE

2011-11-22 Thread richo
On 22/11/11 17:27 -0200, Alexandre Ulfeldt wrote:
by the way...can everybody see my reply?!?

No.

--
richo || Today's excuse:

Telecommunications is downshifting.
http://blog.psych0tik.net

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: DNS Google ?

2011-11-22 Thread Andres Perera
On Tue, Nov 22, 2011 at 2:56 PM, Lars Hansson romaby...@gmail.com wrote:
 On Wed, Nov 23, 2011 at 3:14 AM, patrick keshishian pkesh...@gmail.com 
 wrote:
 Unless I'm misreading you, what you say doesn't make much sense.

 It makes perfect sense and is in fact also the recommended way to run BIND.

not only recommended by bind books -- djbdns/cache forces a minimum of
two processes

bind tries to do everything at once...


 The setup you suggest is more involved. Two servers: one resolving,
 and the other dealing w/the authoritative responses.

 They don't have to be two different servers, just two different
 processes on the same server.

 ---
 Lars



Magno Evento: Reformas y Tratamiento Fiscal 2012 (Noviembre 25)

2011-11-22 Thread Corporativo Fiscal Decada SC
Politicas de Privacidad Si no puede ver esta informacisn haga click aqum

[IMAGE]

POLMTICAS DE CANCELACISN

[IMAGE]

Corporativo Fiscal Dicada, S.C. posee una rmgida polmtica contra el
SPAMming, por lo que respetamos su privacidad. Por favor, si usted no
desea recibir mas informacisn y comunicados sobre Corporativo Fiscal
Dicada, S.C. o considera que recibis por error este e-mail, le suplicamos
haga click aqum, escriba su nombre y lo daremos de baja inmediatamente de
nuestra base de datos.
PROGRAMACION DICIEMBRE 2011 



JUEVES 01

IMSS: CUOTAS, RIESGO DE TRABAJO Y NORMATIVIDAD

Duracisn:   8 Hrs.

De: 09:00 A 18:00 Hrs.

COMIDA DE:  14:00 A 15:00 Hrs.

Expositor:  C.P.C. GABRIELA COLOSIA CALDERSN

Inversisn:  $ 2,250.00 mas IVA





MARTES 06

MANEJO DE TABLAS DINAMICAS EN EXCEL PARA RESUMIR Y ANALIZAR INFORMACION

Duracisn:   8 hrs.

De: 09:00 A 18:00 Hrs.

COMIDA DE   14:00 A 15:00 Hrs.

Expositor:  ING. HUGO RODOLFO GONZALEZ MALDONADO

Inversisn:  $2,400.00 mas IVA

Requisito: Llevar Computadora





MIERCOLES 07

TRATAMIENTO FISCAL DE FUSISN, ESCISISN Y TRANSFORMACISN DE SOCIEDADES

Duracisn:   5 hrs.

De: 09:00 A 14:00 Hrs.

DESAYUNO DE 08:00 A 09:00 Hrs.

Expositor:  C.P.C Y E.F.  GADIEL ARAGSN PERALTA

Inversisn:  $1,680.00 mas IVA





JUEVES 08

DICTAMEN IMSS

Duracisn:   8 Hrs.

De: 09:00 A 18:00 Hrs.

COMIDA  DE: 14:00 A 15:00 Hrs.

Expositor:  C.P.C. GABRIELA COLOSIA CALDERSN

Inversisn:  $ 2,250.00 mas I.V.A.





JUEVES 08

CONSECUENCIAS DE DELITOS FISCALES PARA REPRESENTANTES LEGALES, ASESORES Y 
CONTRIBUYENTES

Duracisn:   5 Hrs.

De: 09:00 A 14:00 Hrs.

DESAYUNO DE 08:00 A 09:00 Hrs.

Expositor:  C.P.C. GABRIELA COLOSIA CALDERSN

Inversisn:  $1,500.00  mas IVA





JUEVES 08

CIERRE DEL EJERCICIO FISCAL Y LABORAL 2011

Duracisn:   8 hrs.

De: 09:00 A 18:00 Hrs.

COMIDA DE   14:00 A 15:00 Hrs.

Expositor:  C.P.C Y E.F.  LUIS GUILLERMO DELGADOPEDROZA

Inversisn:  $2,250.00 mas IVA





VIERNES 09 

TALLER PRACTICO DE CIERRE LABORAL

Duracisn:   4 Hrs.

De: 09:00 A 13:00 Hrs.

DESAYUNO DE:08:00 A 09:00 Hrs.

Expositor:  C.P.C Y E.F.  LUIS GUILLERMO DELGADOPEDROZA

Inversisn:  $ 1,500.00 mas IVA





VIERNES 09

NIF4S CON INICIO DE VIGENCIA 2011

Duracisn:   5 Hrs.

De: 09:00 A 14:00 Hrs.

DESAYUNO DE:08:00 a 09:00 Hrs.

Expositor:  L.C.P. Y MTRO. JORGE ZUQIGA CARRASCO

Inversisn:  $1,400.00 mas IVA





SABADO 10

COMPROBANTES FISCALES DIGITALES (Reglas, opciones y obligaciones de la 
Facturacisn Electronica)

Duracisn:   5 Hrs.

De: 09:00 A 14:00 Hrs.

DESAYUNO  DE:   08:00 a 09:00 Hrs

Expositor:  C.P.C Y E.F.  GADIEL ARAGSN PERALTA

Inversisn:  $1,400.00 mas IVA 





MIERCOLES 14

REFORMAS Y TRATAMIENTO FISCAL 2012

Duracisn:   6 Hrs.

De: 09:00 A 15:00 Hrs.

DESAYUNO  DE:   08:00 a 09:00 Hrs

Expositores:C.P.C Y E.F.  LUIS GUILLERMO DELGADOPEDROZA Y C.P.C 
Y E.F.  GADIEL ARAGSN   PERALTA

Inversisn:  $1,690.00 mas IVA





VIERNES 16

NUEVOS SISTEMAS AUTOMATIZADOS DE DEVOLUCIONES,  COMPENSACIONES Y ACREDITAMIENTO 
FISCAL (FED Obligatorio a partir de Enero 2012)

Duracisn:   5 Hrs.

De: 09:00 A 14:00 Hrs.

DESAYUNO DE:08:00 a 09:00 Hrs.

Expositor:  C.P.C Y E.F.  GADIEL ARAGSN PERALTA

Inversisn:  $1,680.00 mas IVA 







* CERTIFICACISN DE LA ASOCIACION MEXICANA DE CONTADORES PUBLICOS, A.C. 
(AMCP/CE/033)



* CERTIFICACISN DEL COLEGIO DE CONTADORES PUBLICOS (CCPM-E112-1203)



* NUESTRA PAGINA WEB:  www.cofide.org



* UBICACISN: HOTEL FOUR POINTS BY SHERATON  antes HOTEL XI En Alvaro 
Obregsn 38. Col. Roma



* UBICACISN: HOTEL CROWNE PLAZA CIUDAD DE MEXICO NORTE. En Roberto Fulton No. 
2. Esq. Sor Juana Inis de la Cruz, Tlalnepantla, Edo. De Mixico. C.P. 54000



* DEPOSITOS EN HSBC A LA CUENTA: 04023512213 o IXE BANCO S.A., CUENTA DE 
CHEQUES: 0001224900-9



* TRANSFERENCIA EN HSBC A LA CLABE BANCARIA: 021180040235122133 o IXE BANCO 
S.A., A LA CLABE BANCARIA: 03218122490091

 

* ACEPTAMOS TODAS LAS TARJETAS DE CREDITO EXCEPTO AMERICAN EXPRESS




Invitacion Especial para misc@openbsd.org

2011-11-22 Thread Lic. Areliz Massanges
[IMAGE]

Mantenimiento Preventivo

Mejorar la coordinaciC3n entre mantenimiento, producciC3n y operaciC3n.

07 Diciembre 2011

El Gerente de Ventas

MC)todos eficaces para administrar su equipo de VENTA centrado en
resultados.

07 Diciembre 2011
Mapeo, Analisis y Rediseno de Procesos

Desarrollar un programa maestro de procesos, incluyendo evaluaciC3n de
tiempos, costos y esfuerzos.

08 Diciembre 2011

Exitosamente Sucursales

CC3mo aplicar el plan de negocio adecuado en las sucursales para
dirigirlas correctamente.

08 Diciembre 2011
Aplicacion Exitosa de los INCOTERMS

Domine los INCOTERMS y otros tC)rminos relevantes para las prC!cticas de
exportaciC3n e importaciC3n.

09 Diciembre 2011

Despedir Empleados

Evitar los riesgos de las demandas por despedir a alguien de manera
incorrecta.

09 Noviembre 2011
Planear y Organizar Eventos Exitosos

CC3mo reducir su estrC)s planeando, organizando y delegando tareas
importantes.

09 Diciembre 2011

Habilidades Administrativas

Estrategias probadas para administrar de manera acertada las prioridades
y los proyectos mC:ltiples.

14 Diciembre 2011
Herramientas y Estrategias para Contralores

Utilizar las herramientas modernas para maximizar el desempeC1o
financiero de su empresa.

14 Diciembre 2011

Licitaciones Electronicas COMPRANET 5

CC3mo sacar el mC!ximo provecho de las funcionalidades de la nueva
versiC3n.

15 Diciembre 2011
Gerentes Desorganizados

Herramientas para cimentar una cultura organizacional con enfoque hacia
la Excelencia.

15 Diciembre 2011

Tecnicas Modernas para Administrar Flotillas

Los participantes contarC!n con los elementos necesarios para administrar
de manera eficiente una flotilla de autotransporte.

16 Diciembre 2011
Recursos Humanos

CC3mo convertir las funciones medulares de Recursos Humanos en impulsores
estratC)gicos.

16 Diciembre 2011

Vender sus Productos

Los alcances y consecuencias de un mal resurtido que se traducen en una
pC)rdida de ventas e imagen.

16 Diciembre 2011
15 Grandes Errores que Cometen los Responsables de Compras

CC3mo convertir a su Departamento de Compras en un potente generador de
Utilidades.

16 Diciembre 2011

Administrar y Optimizar sus Almacenes e Inventarios

Mejorar significativamente el desempeC1o de la distribuciC3n y el
almacenamiento.

21 Diciembre 2011
Analisis de Vibraciones Mecanicas

CC3mo reducir dramC!ticamente los paros no programados y costos de
mantenimiento.

21 Diciembre 2011

Planeacion y Control de la Produccion

Reducir inventarios y reaccionar mC!s rC!pido a los cambios del mercado
sin sacrificar el Servicio al Cliente.

21 Diciembre 2011
Coaching y Multihabilidades de Supervision

Establecer una cultura de previsiC3n, eficiencia y proactividad hacia la
soluciC3n de problemas.

21 Diciembre 2011

Optimizar el Control Interno

QuiC)nes los realizan y cC3mo se consuman los fraudes en ventas, compras,
almacenes y otros departamentos.

21 Diciembre 2011
Administracion, Operacion y Control de Sucursales

Le guiarC! paso por paso a travC)s del mC!s eficiente establecimiento de
sus sucursales.

28 Diciembre 2011

Auditoria Interna y las Funciones del Auditor Actual

CC3mo identificar los procesos de alto riesgo y a diseC1ar un sistema de
control que modere el riesgo.

28 Diciembre 2011
Manuales de Politicas y Procedimientos

Los pasos a seguir en la redacciC3n de polCticas y procedimientos.

28 Diciembre 2011

Crear y Consolidar una Fuerza de Venta Directa

Usted estarC! listo para adaptar su producto o servicio para venta
directa y obtendrC! grandes resultados.

29 Diciembre 2011
Tratar con la Conducta Inaceptable de los Empleados

B!B! Aumente su credibilidad como un gran LCder!!.

29 Diciembre 2011

Credito y Cobranza

Los principales reportes que todo departamento de crC)dito debe manejar.

29 Diciembre 2011
Ventas Extraordinarias

CC3mo realizar una argumentaciC3n de ventas inteligente, mC!s persuasiva
y de alto impacto.

29 Diciembre 2011

Manejar Gente Dificil

Su habilidad para trabajar mejor con todo tipo de personas lo ayudarC! a
ser mC!s eficiente y exitoso.

29 Diciembre 2011
TECNOLOGIA INFORMATICA

Mantenga el control de sus proyectos con tC)cnicas de programaciC3n
probadas.

12 Enero 2012

Tecnicas Super Efectivas de Cobranza

Haga que ingrese mC!s dinero con sus cartas de cobranza.

12 Enero 2012
Control de un Departamento de Compras

CC3mo organizar y establecer la estructura de un departamento de compras.

13 Enero 2012

Sobresaliendo como Director

CC3mo organizar prioridades, proyectos y recursos ante constantes
cambios.

13 Enero 2012
Presentaciones Excepcionales en Power Point

Construir fC!cilmente grC!ficos que ayuden a su audiencia a comprender
informaciC3n compleja.

18 Enero 2012

7 Reglas de Oro del Control de Inventarios

Indispensable!!...elevarC! los resultados operativos del personal que
custodia el almacC)n.

18 Enero 2012
La Asistente Indispensable

ObtendrC! las habilidades prC!cticas que la harC!n mC!s productiva y mC!s
valiosa que nunca.

18 Enero