Re: named: error sending response: not enough free resources

2009-06-03 Thread Wojciech Puchar
- the network/LAN named tries to sent UDP packet is somehow flooded. Dns is probably fairly busy. It's the primary authorative dns for some busy domains. Is there a setting I can do to increase the limits of UDP packets to keep it from causing problems? it would need

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
I mean things like sending private data to someone else, scanning for other programs i have on disk, my addressbook etc. Given enough incentive, it unfortunately seems even open source developers will resort to sneaky tactics:

RE: Intel NIC issues

2009-06-03 Thread Wojciech Puchar
snip I opened the case and the motherboard does not match what was supposed to be in the machine. I will contact the supplier and see what happens from there. Maybe it was just a mistake, but i bet not. At least here putting other cheaper products in computer and getting a price for the

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
I want to know out of your experience people the following, 1- How open source served your businesses  requirements? Better performance, stability savings. Only saving is a feature of Open Source software. Others are features of just particular programs you use! 2- What kind of

Re: pkg_deinstall: delete all packages installed, except for X, Y and Z

2009-06-03 Thread Wojciech Puchar
Hello list. I am trying to clean up a system with a LOT of cruft. Is there some argument I could pass to pkg_deinstall that would result in delete all packages installed, except for X, Y and Z (and obviously their dependancies)? just do pkg_info |cut -f 1 -d /tmp/pkglist edit pkglist and

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
Unfortunately there are no well done WWW browsers for unix in the world. links -g is an exceptions, but in the same time it's quite limited. But have best fonts :) You're right: browser code is overly complex, and a nightmare to audit properly for security purposes. links is not complex, and

Re: named: error sending response: not enough free resources

2009-06-03 Thread Wojciech Puchar
possible reasons - your firewall rules are the cause - check it. - your network card produce problems (REALLY i have that case) - the network/LAN named tries to sent UDP packet is somehow flooded. - the network card changes from UP to DOWN state at the time of the error See that a lot running

Re: named: error sending response: not enough free resources

2009-06-03 Thread Wojciech Puchar
Not really. The point is that at the time the network card goes from up to down, named spits out this error. If you log named to a different log file then /var/log/messages, you will not see the relation. The reason for changing this is one reason i always change syslog.conf to configure

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
virtualbox) dedicated to this purpose and this purpose only. Exaggeration IMHO. just make sure your normal user has 700 permissions, create another and run browser from it. What about permissions in X? Even if you started the browser as another user, you'd still have to xhost + that user. And

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
You mean Xorg can easily be hijack'ed that way? If you can connect to the X server, you can also attach any kind of monitoring software to it. Think vncserver and the like... vncserver creater new X server. Can't monitor yours unless you have special module for X server installed and loaded

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
Oh yes indeed: THAT's always bee the more serious threat, security-wise. A colleague of mine is a Windows administrator for a local company. I didn't think people actually did this until he told me a little People do even more things. In my public internet access network i found that 90%

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
* http://www.randombit.net/code/logger.c compiled this, did ./logger 0xed where 0xed was my other xterm then typed at least 10 lines at that xterm window got: -rw--- 1 wojtek wheel0 3 cze 18:23 logger-ed.log ___

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
Another perfect example that open source alone can't guarantee open source - just by being opensource - can't guarantee anything more that availability of sources. It's important to stay away of all that hype that opensource programs are just better. Many are, many not.

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
* /usr/ports/security/xspy but this do. so 2 X servers are compulsory... thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
I'd like to add that IF security problems get discovered in OSS, it's usually just a matter of few time that this problem gets corrected. This is mostly because the public is able to look at that's true - i pointed it out at the beginning. It can be found easily that someone adds backdoor

Re: Mounting Encrypted ISO and mdconfig

2009-06-03 Thread Wojciech Puchar
If you need true-crypt compatible encryption you must ask truecrypt for FreeBSD port :) If you like good encryption at all, use geli. it's useful for any block device. Recording encrypted DVD's are bit tricky, but not difficult. Then you use them as any normal block device.

Re: Swap on ZFS - still a bad idea?

2009-06-03 Thread Wojciech Puchar
Putting swap on ZFS is listed as broken on the wiki. Is that still true of the newly MFC'ed version? No idea. You may just make separate partition for swapping and it will work. Good if you have swap just for sure. If your system needs swapping under normal operation, using ZFS is really

Re: ethernet card not working

2009-06-03 Thread Wojciech Puchar
unplug either end and plug it into my ibook (OS X) the status changes to active and I can ping the other computer. From this I can see that both both freebsd computers have working ethernet cards and the cable works also, just not freebsd-freebsd. Does anyone have any ideas why this might be the

RE: Open_Source

2009-06-03 Thread Wojciech Puchar
Isn't there an OpenVMS somewhere? Is it true OSS? No. it's just product name, and is closed source. They changed the name when IMHO it started to provide some api that allow porting apps from other systems (like unix) easier. Also, how many people actually review source code AND have the

RE: Open_Source

2009-06-03 Thread Wojciech Puchar
Yes, and that old urban legend, that Windows NT is better than VMS, so the initials are one higher in each position - at least in my alphabet: Actually - this man and few others from Digital made good job on kernel programming. Micro-soft f..ed everything else up.

Re: Swap on ZFS - still a bad idea?

2009-06-03 Thread Wojciech Puchar
On Wednesday 03 June 2009 01:36:37 pm Wojciech Puchar wrote: No idea. You may just make separate partition for swapping and it will work. Good if you have swap just for sure. Well, the problem is that I wanted to have a bare-metal ZFS system without any FreeBSD slices or partitions. slices

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
There is an open source clone in the works: http://www.freevms.net/ No idea of the state it is in. basically doesn't work. The OZONE OS [http://www.o3one.org/] uses a lot of VMS concepts. downloading ___ freebsd-questions@freebsd.org mailing list

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-03 Thread Wojciech Puchar
donor==real spammer. I don't see why I should accept that order. You have no supporters of your rude and outlandish behavior, and you get worse with each all your opinions criticism. You do not represent FreeBSD, the FreeBSD foundation, or the freebsd-questions mailing list. You can have

Re: Open_Source

2009-06-03 Thread Wojciech Puchar
The OZONE OS [http://www.o3one.org/] uses a lot of VMS concepts. I just LOVE the webpage. The kind of one I'd make in my spare time... i have no VMS knowledge so for now i just booted it on qemu and on computer directly. loads quickly, i logged in and for now don't know any more ;)

Re: An adage for gmirror users

2009-06-03 Thread Wojciech Puchar
My mirror gm0 consists of two SATA disks, ad4 and ad6. Now, I have a finicky controller that sporadically spits out READ_DMA and READ_DMA48 or bad cables. timeouts inexplicably. So at some point in time immemorial after installing the last kernel, ad4 suffered a number of READ_DMA48 errors

Re: Date representation as YY/DDD or YYYY/DDD

2009-06-03 Thread Wojciech Puchar
as 2009-01-01 would be 09/001, 2009-02-01 would be 2009/032. I've read man date and man strftime, and it didn't look like this is already built in. What am I missing? If it's not invented yet, I'll do this on my own, but maybe I don't need to re-invent the wheel. :-) #include stdio.h

Re: An adage for gmirror users

2009-06-03 Thread Wojciech Puchar
or bad cables. I'll have to try different cables sometime, you may very well be correct. i had such problems many times. it always was cables or disk drive. Disk drive - check with smartmontools from ports. i simply have in crontab a script running once per hour: #!/bin/sh /sbin/gmirror

Re: Stale lockfile

2009-06-03 Thread Wojciech Puchar
Can someone tell me what this file exactly is for? Got the message 'Stale lock file found. Removed' running 'portupgrade -a'. that you use portupgrade -a before and it was stopped by some way and did not removed it's lock file. Now it found a lock file, but no longer process that it referenced

Re: Date representation as YY/DDD or YYYY/DDD

2009-06-03 Thread Wojciech Puchar
PS. I love FreeBSD for its excellent documentation. Can't tell something similar about Linux, sadly. --- This manual is no longer maintained. It may contain wrong informations. Use textinfo or even better out webpage --- ___

Re: ethernet card not working

2009-06-03 Thread Wojciech Puchar
The cable works find and so does the network card. I have it plugged is it crossover cable for sure? into my ibook and am sshing across it - everything works fine and as it should when using freebsd to osx, just can't do the same from some cards MAY work without crossing over pairs -

Re: Stable Mail Server And Web Mail

2009-06-02 Thread Wojciech Puchar
on what planet do You live? really at least 80% of mail that comes to my servers are spam. spamassassin deletes far over 95% of it fortunately. It takes a few weeks before the spammers become aware of a brand new mail system -- you have to send e-mail from the system before they can harvest

Re: openoffice.org-3.01 packages available (i386)

2009-06-02 Thread Wojciech Puchar
I have the package for openoffice 3.2m49 for the FreeBSD 7.2/amd64 available for the languages EN and pt_BR in UTF-8, with full support for cups. If you are interested, I can upload the package (120Mb) in the tinderbox. I think it is interesting for the FreeBSD community, as with this port,

Re: IBM x345 Dual 2.8Ghz Xeon poor performance

2009-06-02 Thread Wojciech Puchar
to build a kernel! I've spent quite a bit of spare time trawling archives etc for any hints to the reason why. I've got mothing similar with my Intel server. Then it was a memory bank to blame. The server has been fine after replacing that bank. with no ECC machine it would simply crash. With

Re: sshd: Did not receive identification string from xx.xx.xx.xx

2009-06-02 Thread Wojciech Puchar
Could somebody point me to a relevant sshd documentation where the cause of these rejection messages is explained: sshd: Did not receive identification string from xx.xx.xx.xx it's not rejection. sshd waited waited and didn't got next think it should It may be ssh windows client bug or just

Re: IBM x345 Dual 2.8Ghz Xeon poor performance

2009-06-02 Thread Wojciech Puchar
constantly doing ECC that's why it was damn slow. anyway - can hardware give any info for OS about how often ECC corrects errors? This feels like the right track, I'll run memtest86 on it later tonight. if i'm right memtest86 will not detect anything as too - all errors get corrected. for

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
http://www.freebsdfoundation.org/donate/sponsors.shtml So, instead of being pissed on, they might have been persuaded to pay a little more, get their link and help the project as a whole. That's what i told - add two zeroes to be advertised. Missed opportunity. sure not.

Re: openoffice.org-3.01 packages available (i386)

2009-06-02 Thread Wojciech Puchar
On Tuesday 02 of June 2009 13:01:26 Matthias Apitz wrote: which works fine, but on quit it crashes while closing the display, ... I have also this same problem on i386. When closing OO then it produce core file. ulimit -c 0 :) ___

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
I want to know out of your experience people the following, 1- How open source served your businesses requirements? excellent. 2- What kind of application that running on Open Source? All i needed - do you want a list ? 3- General experience with Open Source technology? what exactly

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
I believe people can get more experience in general with open source technologies than they can with closed source. The reason is simple: I can look at the code. I can study it. I can see what ${APPLICATION} is doing, and how the developer designed it. This, in itself, makes me better at what

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
I mean things like sending private data to someone else, scanning for other programs i have on disk, my addressbook etc. YES!This is the biggest of the three things I have against MS and one of the main reasons for using FreeBSD and other Open Source software as much as possible. But i'm

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
The only rationale I've heard for closed source is that somebody could steal the idea. There will always be both of them. And that's OK as long as you can choose. ___ freebsd-questions@freebsd.org mailing list

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
I can't resist. The lack of math is killing me: ONE zero. ONE (1) ONE zero. 12 months/year * 50/month = $600/year 12 months/year * 100/month = $1200/year $600/year / $5000/year = 0.12 $1200/year / $5000/year = 0.24 (or about a quarter of what is needed for a link). $417/month = $5004/year.

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
other programs i have on disk, my addressbook etc. YES!This is the biggest of the three things I have against MS and one of the main reasons for using FreeBSD and other Open Source software as much as possible. I think we all forget about third case, open and closed source being first

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
But i'm not agains micro-soft. If someone want to pay and be controlled - his problem. Today micro-soft doesn't even hide with this!! So it's clear - you pay big brother and he does well the job he's paid for! I am, -- on my machines. but you want to be the owner of your computer. But most

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
There will always be both of them. And that's OK as long as you can choose. Yes, I agree. I use Windows as my workstation, because there are some specific applications that require Windows to run. You don't have to explain - you use because you want to :) that's all. Being able to modify

Re: Open_Source

2009-06-02 Thread Wojciech Puchar
Multiple linux/bsd distributions: (RHEL, SuSE, FreeBSD + commercial UNIX as AIX) Monitoring Application:(Cacti, Nagios, MRTG) Backup utility:(rsync, tar, mondo) Content Management system:(Jommla, Durpal) Virtualization:(Wine) wine is virtualization?

Re: Math/Quote (Was: Flamewar ( was: Sponsoring FreeBSD))

2009-06-02 Thread Wojciech Puchar
This thread is starting to remind me of a quote: You know, the very powerful and the very stupid have one thing in common. They don't alter their views to fit the facts. They alter the facts to fit the views, which can be uncomfortable if you happen to be one of the facts that

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
You believe he will pay for 4 years? No... he is suggesting quadrupling the amount. so we end in what i suggested in the beginning - 5-10 thousands. just added option to pay by instalments ___ freebsd-questions@freebsd.org mailing list

Re: Intel NIC issues

2009-06-02 Thread Wojciech Puchar
em0: Intel PRO/1000 Network Connection 6.9.6 port 0x3000-0x301f mem 0xfc22-0xfc23,0xfc20-0xfc21 irq 31 at device 4.0 on pci3 em0: [FILTER] em0: Ethernet address: 00:30:48:24:84:f2 fxp0: Intel 82550 Pro/100 Ethernet port 0x4400-0x443f mem

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
just added option to pay by instalments The original poster several days ago suggested installments. His original post suggested $50-$100/month. That is $600-$1200/year. You repeatedly said that he would need to add two zeros. Adding two zeros would be $60,000 - $120,000/year. Yes - i

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
... Even at first post i wrote that i'm not FreeBSD owners and they will decide. We're all human. The potential sponsors might have missed the line where you said that you were not an owner. this way - nobody should write anyone. there is always a line that missed - completely changes a

Re: Can One Query an Oracle 10 Data Base under FreeBSD?

2009-06-02 Thread Wojciech Puchar
The Subject is most of the question. We will need to query an Oracle 10 data base and manipulate data. Is this presently possible under FreeBSD? grep -i oracle /usr/ports/INDEX|cut -b 1-75|more ___ freebsd-questions@freebsd.org mailing list

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
Any person might look at people in the community and decide that they don't want to be a part of that community after all. That's why it Just reread this and, ... don't you think it's quite like a good filter? I don't talk about sponsors, but a new potential users. If someone needs good

Re: named: error sending response: not enough free resources

2009-06-02 Thread Wojciech Puchar
lot of searching and have found others with similar problems, but no solutions. named[69750]: client *ip removed*: error sending response: not enough free resources named[69750]: client *ip removed*: error sending response: not enough free resources named[69750]: client *ip removed*:

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
this way - nobody should write anyone. there is always a line that missed - completely changes a sense of sentence. I'm sure you know that this is an absurd proposition. It's just explanation. You can't write anything that will be absolutely resistible to misreading. If second - then

Re: Flamewar ( was: Sponsoring FreeBSD)

2009-06-02 Thread Wojciech Puchar
matter at all. Rather if you can get answer to questions about FreeBSD. You can, even easier if some moderation would be present here. Considering that the mailing list is one of the few places where support exists, I don't know that I can agree with you. Also, I don't think that an artificial

Re: Set task priority

2009-06-02 Thread Wojciech Puchar
When I run the command, other critical programs fail to respond causing an 'outage-like' situation. Normally, this is a time-of-day task and will run happily later into the night, but I want to run it now. What is the best way to set priority on my task in order to ensure it completes as

Re: is there a macro that prints the incoming param list?

2009-06-01 Thread Wojciech Puchar
is there any marco that printfs the incoming list, or am i asking too much of the compiler at runtime? what a problem to do int a; for (a=0;aargc;a++) printf(Arg %d == %s,a,argv[a]); example: main (int argc, char *argv) with this macro might print: 2,

Re: Text attribute differences of syscons and xterm

2009-06-01 Thread Wojciech Puchar
If your video card and monitor combination supports underlining this might be worth pursuing. Many VGA-compatible cards do not, and text-mode hmm. my knowledge of VGA programming is from 386 times, but i remember it to be a standard - underline or ability to display another 256 characters -

Re: freebsd version numbers

2009-06-01 Thread Wojciech Puchar
I upgraded to Freebsd systems from 7.0 to 7.2 on the first one, done May 25th, I use the generic kernel $ uname -a reports: 7.2-RELEASE #0 on the second one, done 3 days later (May 28th) on this system I also build and installed a custom kernel after upgrade. $ uname -a reports: 7.2-RELEASE #1

Re: problem on a MX sendmail machine

2009-06-01 Thread Wojciech Puchar
assuming you don't run out of swap, it looks like kernel bug or disk I/O problems. On Mon, 1 Jun 2009, RJ45 wrote: hello I have a FreeBSD machine FreeBSD infngw.infn.it 7.0-RELEASE-p2 FreeBSD being a MX record with high loads. I often ahve this message on logs right before the machien

Re: gnat gpl 2009

2009-06-01 Thread Wojciech Puchar
Will the port lang/gnat reflect this update ? Should I stick to gnat gpl 2006 which is the latest I found in my ports tree ? or go for any of the lang/gnat-gcc* ports ? the best solution is to write a port for v2009 (use v2006 port as base), use what is better for you, and do sent-pr to port

Re: hello

2009-06-01 Thread Wojciech Puchar
I am trying to install freebsd on my m-2625u gateway laptop but am running into trouble. whe I try to start x all I get is a black screen. X -configure and look if it works fine (no crash etc). It will generate xorg.conf file in current directory. move it to /etc/X11 and try to edit

Re: Sponsoring FreeBSD

2009-06-01 Thread Wojciech Puchar
every donation is highly welcome. Please have a look at http://www.freebsdfoundation.org/donate/sponsors.shtml As you can see, every donor is mentioned, no matter how small the amount. They'll display a link for donations of $5,000 or more, and a logo for donations of $10,000 or more. finally

Re: Stable Mail Server And Web Mail

2009-06-01 Thread Wojciech Puchar
I just had my first answer to this setup. only roughly 5% of the volume of on what planet do You live? really at least 80% of mail that comes to my servers are spam. spamassassin deletes far over 95% of it fortunately. ___

Re: Stable Mail Server And Web Mail

2009-06-01 Thread Wojciech Puchar
of on what planet do You live? really at least 80% of mail that comes to my servers are spam. spamassassin deletes far over 95% of it fortunately. You don't follow context very well. Seems so - sorry. as for input it's rather 5% being not a spam. with the setup I'm talking

Re: is there a program to joinlines?

2009-06-01 Thread Wojciech Puchar
I recently discovered it is a good thing to use a utility of some kind to joing the lines of a vi/vim-created file before using my you mean getting one line from line file+line one from other file and producing one line of output containing both man paste :)

Re: IBM x345 Dual 2.8Ghz Xeon poor performance

2009-06-01 Thread Wojciech Puchar
I recently aquired and IBM eServer x345, which is taking up to 12 hours to build a kernel! sorry if it's stupod question but do you have softupdates enabled? I've spent quite a bit of spare time trawling archives etc for any hints to the reason why. Initally I thought it was the disks

Re: What's wrong with this picture?

2009-06-01 Thread Wojciech Puchar
exactly On Mon, 1 Jun 2009, Paul Schmehl wrote: --On Monday, June 01, 2009 13:46:11 -0500 Chad Perrin per...@apotheon.com wrote: On Mon, Jun 01, 2009 at 02:03:19AM +0200, Wojciech Puchar wrote: so you like to moderate me, being against moderation I think GT would like you to moderate

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
For (my own) clarity sake, won't that take up space in '/'? (Not in my case yes as / is usually my only filesystem. for those who keep programs (/usr) separate /usr/local2 or /usr/whatever will be OK ___ freebsd-questions@freebsd.org mailing

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
This depends on your file system layout, Glen. If you put everything into one partition, i. e. /, then everything is going into /. like in my case. with one exception - now i usually have /tmp separate but it's tmpfs :) other Solarisisms that I've already seen, such as /export on FreeBSD

Re: FreeBSD on USB drive for a MacBook Pro

2009-05-31 Thread Wojciech Puchar
4) Just to be contrary, I'd also like to use GELI (if possible) for everything but /boot. Does needing an extra /boot partition change anything? Actually you can't create /boot partition, but something else like /b and link /boot to /b/boot bootloader subsystem requires that things are in

Re: Myths about Power Over Ethernet

2009-05-31 Thread Wojciech Puchar
Myths about Power Over Ethernet May 28, 2009 Power-over-Ethernet (PoE) technology integrates power and data across standard Cat5/5e/6 network cabling and provides more flexibility in today?s workplace. PoE enables power to be supplied to network devices, such as IP phones, network cameras, and

Re: Remotely edit user disk quota

2009-05-31 Thread Wojciech Puchar
same user password somewhere else. The whole point of ssh is to prevent this sort of thing, by encrypting the message traffic over this insecure communication channel. I think most people using ssh already know it. or maybe not?:) An attacker may be able to intercept the encrypted traffic,

Re: Audio boost OSS/Mplayer

2009-05-31 Thread Wojciech Puchar
I want to boost the audio playback of my multimedia. you mean higher volume. use mixer command I use mplayer with oss for audio playback. I don't want to re-encode my media. uname -a:'7.1-RELEASE-p4 FreeBSD' -- ~ ##The United States of America is a Slave Nation## ##The Human race is a Slave

Re: What's wrong with this picture?

2009-05-31 Thread Wojciech Puchar
(Wojciech Puchar) 33. Re: Canon printer and TurboPrint (Wojciech Puchar) 34. Re: Canon printer and TurboPrint (cpghost) 35. Filter request Re: GSM to Serial Converter (Wojciech Puchar) 36. Re: Stable Mail Server And Web Mail (Wojciech Puchar) Woj, 20 out of 36 messages, over

Re: Canon printer and TurboPrint

2009-05-31 Thread Wojciech Puchar
No. The company CREATES a need for their product. That's the number one rule. if they succeed - what's wrong? You tell me. nothing. As long as nobody is forced to buy someones product, every kind of propaganda is allowed. It's just peoples problem if they will believe that they NEED for

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
all your examples are sounds just like kind of tradition. Just like for eg. creating lots of partitions no matter if it's needed or not On Sun, 31 May 2009, Polytropon wrote: On Sun, 31 May 2009 10:30:44 +0200 (CEST), Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: does Solaris

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
In fact, given that FreeBSD doesn't seem to have a native convention on how exported filesystems are laid out (no mention in hier(7), no default /etc/exports file), it would make sense to adopt the Solaris/Linux style where feasible. it's best not to adopt any style, but do whatever is

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
One exception: The creation of different partitions according to different uses can (but doesn't neccessarily have to) be useful if partition-wise dumps are required or intended. As you know, there are advantages and disadvantages. There can This is only adventage - to use dump. Anyway - do

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
I just prefer dump + restore for cloning systems because it explicitely takes care of file attributes and anything; I do use You are right, but rsync can do the same :) ___ freebsd-questions@freebsd.org mailing list

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
Your idea won't hurt in single-disk, single-partition case, but this case is prohibited by other blind repeat rule of making lots of partitions. I didn't say anything about how file system layout should be mapped to disk partitions[*]. Nor do I support the concept of making lots and lots of

Re: Deinstall software

2009-05-31 Thread Wojciech Puchar
case. You propose just another example of blind repeated rule. It is often found as corporate standard. This doesn't mean you Well i don't expect many smart people working in big corporations. There are exceptions of course - those that got there by accident and not yet left ;)

Re: migrating berkeley DBs (4.3 to 4.6)

2009-05-31 Thread Wojciech Puchar
my data, and I would like to migrate my cyrus-imapd also to a newer version of BDB. Are there any tools or tricks for doing this? possibly it's compatible but if you are not sure use dbversion_dump and _load to dump and restore data. ___

Re: Waiting for a process to die

2009-05-31 Thread Wojciech Puchar
How do I wait for a specific process to die? I want to do something like: waitpid 1234(echo done! | Mail -s PROC DONE kelly.terry.jo...@gmail.com) if i understand you correctly: your_program parameters bg_process_number=$! ...something else... wait $bg_process_number echo done!

Re: UK Currency Symbol in 7.2 Console

2009-05-31 Thread Wojciech Puchar
bugs or getting help with problem like this. Any advice appreciated even from Mr Puchar :)) who don't use UK keyboard and pound sign. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: migrating berkeley DBs (4.3 to 4.6)

2009-05-31 Thread Wojciech Puchar
Are there any tools or tricks for doing this? possibly it's compatible but if you are not sure use dbversion_dump and _load to dump and restore data. Thanks, I've had a look at the dump and load utilities, they have no man page it's not FreeBSD but GNU. No man is equivalent of read

Re: What's wrong with this picture?

2009-05-31 Thread Wojciech Puchar
passed muster from any reasonable moderator (aye, but there's the rub: who gets to define 'reasonable'?). The phrase You're fast to agree with our resident M$ troll when he argues against government control of anything, even of protecting the population from a 'free' market that's happy to

Re: Canon printer and TurboPrint

2009-05-30 Thread Wojciech Puchar
is a perfect choice. i recommend it for every unix user. Thanks for the pointer! I was actually looking for a set of ethernet print servers, and this looks very promising. Can you confirm that the PS-1206P works well under RELENG_7? it can't. it's ethernet device not PC peripheral so it

Re: Fresh install 7.2-RELEASE i386, X won't start

2009-05-30 Thread Wojciech Puchar
/Leslie of course turn off hald, and run moused. Unfortunately that did not fix the problem :-( What do I test next? /Leslie do X -configure and look at xorg.conf then try fixing something there. ___ freebsd-questions@freebsd.org mailing list

Re: What is this forum for?

2009-05-30 Thread Wojciech Puchar
Hey folks, all of you, could I please sugggest that this entire thread (under a variety of subject names) is an abuse of the lists? Generally i do agree with you. But - in my opinion there are lots of other abuses. Whenever i pointed this out i got tons of protests from others. So please -

Re: Stable Mail Server And Web Mail

2009-05-30 Thread Wojciech Puchar
It's a detailed how-to but consider the following: a) With Oracle acquiring Sun, one should move to PostgreSQL where ever possible. is this a reason, or that simply mysql is just slow and inefficient compared to postgreSQL? ___

Re: What is this forum for?

2009-05-30 Thread Wojciech Puchar
UPS.. maybe better not write that, as people from governments may get this new idea. Worse, the EU will consider 'super tankers' unfair to smaller sized tankers and require super tankers to only carry half as much cargo. but this will make CO2 emission higher as half-loaded supertanker needs

Re: On the need for moderated questions lists

2009-05-30 Thread Wojciech Puchar
You did all fine, i have the same configured program in my linux/openbsd/netbsd/solaris/whatever OS and it works fine So . . . basically, it's okay for someone to ask about X if that person reread again. You - intentionally or unintentionally - change what i write to mean something else.

Re: Competition law (was Re: Canon printer and TurboPrint)

2009-05-30 Thread Wojciech Puchar
I know what socialism means. You seem not to. I haven't anywhere advocated state ownership of businesses - in fact I very clearly stated that I believe in a free market with only that level of regulation required to keep it free from monopoly abuse. You are wrong. there is no monopoly abuse

RE: On the need for moderated questions lists

2009-05-30 Thread Wojciech Puchar
-questions@freebsd.org Subject: Re: On the need for moderated questions lists On Fri, May 29, 2009 at 07:13:49PM +0200, Wojciech Puchar wrote: software that runs on multiple OSes (and not *just* FreeBSD) to run an extra system, running some other OS. no. i expect them to ask THAT program support

Re: Canon printer and TurboPrint

2009-05-30 Thread Wojciech Puchar
Wojciech Puchar said the following on 2009-05-28 23:06: Poland is now slowly losing independence Poland has never had any independence. Your argument is moot. generally you are right. ___ freebsd-questions@freebsd.org mailing list http

Re: MIME attachments in mbox files

2009-05-30 Thread Wojciech Puchar
I have a need (well, I have lots of needs, but I'll try to stay focused here) to be able to take a Windows zip file that is stored as a MIME attachment to an e-mail message in an Mbox-format spool file, and unzip the attachment. I actually need to script the process. In case it helps, I can

Re: Canon printer and TurboPrint

2009-05-30 Thread Wojciech Puchar
Basic law of marketing is to give the public what they want. No. The company CREATES a need for their product. That's the number one rule. if they succeed - what's wrong? ___ freebsd-questions@freebsd.org mailing list

Re: On the need for moderated questions lists

2009-05-30 Thread Wojciech Puchar
But the choice you have in a strictly moderated mailing list is about the same as the choice my people had in that particular oppressive regime: leave or stay to fight a hopeless battle. Thinking your way - if someone will come to my home and will do what i do not accept - can i force him to

<    2   3   4   5   6   7   8   9   10   11   >