Re: Capturing tar output

2008-09-11 Thread Wojciech Puchar
no space between 2 and with space you started /usr/local/gtar/bin/tar -cvf - /home/hallja 2 and redirected stdout to /var/log/test.txt while trying to pipe the output too to gpg On Thu, 11 Sep 2008, [EMAIL PROTECTED] wrote: redirect stderr with 2 operator Using the following command, #

too little space on /

2008-09-11 Thread Zbigniew Szalbot
Hi, I made a very stupid mistake by assigning to little space to / /dev/ar0s1a247726 132686 9522258%/ As a result, whenever I am re-compiling a kernel and before I install it, I need to delete the old kernel or else there is too little space and new kernel cannot be

Re: More build problems: portmaster and portupgrade not properly working.

2008-09-11 Thread hv
Am 10.09.2008 um 05:46 schrieb Desmond Chapman: ... install -o root -g wheel -m 555 /usr/ports/ports-mgmt/portmaster/ work/portmaster.sh /usr/local/sbin/portmaster install -o root -g wheel -m 444 /usr/ports/ports-mgmt/portmaster/ files/portmaster.8 /usr/local/man/man8 === Compressing

Re: Capturing tar output

2008-09-11 Thread hv
Am 11.09.2008 um 03:41 schrieb [EMAIL PROTECTED]: redirect stderr with 2 operator Using the following command, # /usr/local/gtar/bin/tar -cvf - /home/hallja 2 /var/log/test.txt | /usr/local/bin/gpg --encrypt recipient | dd of=/dev/nsa0 obs=128k I receive an error meesage stating,

Re: Capturing tar output

2008-09-11 Thread perryh
redirect stderr with 2 operator Using the following command, # /usr/local/gtar/bin/tar -cvf - /home/hallja 2 /var/log/test.txt | /usr/local/bin/gpg --encrypt recipient | dd of=/dev/nsa0 obs=128k I receive an error meesage stating, Ambiguous output redirect. Wojtek correctly pointed out

Re: too little space on /

2008-09-11 Thread Volodymyr Kostyrko
Zbigniew Szalbot wrote: Hi, I made a very stupid mistake by assigning to little space to / /dev/ar0s1a247726 132686 9522258%/ Well, I think there's enough place for everything on root partition. Maybe there's anything else using out some space? 1. Have you upgraded your

Driver debugging help

2008-09-11 Thread Riaan Kruger
I am looking for hints to debug a driver I am working on. I get a page fault when running the driver intensively. The stack trace from the kernel dump only goes up to a free command which I suspect is being called from my driver. No matter what I do I cannot get a more complete stack trace. kgdb

Re: File system corruption upon reboot with gmirror

2008-09-11 Thread Gunther Mayer
Nejc S wrote: Hello, Afaic this only happens on a power loss or otherwise unclean shutdown but I used the reboot command from the shell (in a background (sleep Don't use reboot, use shutdown -r now. I also had the same problem once (had to get physical access to the box to fix it)

Re: too little space on /

2008-09-11 Thread Zbigniew Szalbot
Hello, Volodymyr Kostyrko: 3. What catalogs are your spacehogs? Examine the output of: find / -type d -maxdepth 1 -mindepth 1 -exec du -hd0 {} \; Searching for bigger dirs turned out that my /boot was bigger than needed 114M/boot So a way to go would be to either: 1/ define

RE: FreeBSD 7 and ESXi

2008-09-11 Thread Rudi Kramer - MWEB
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 8:57 PM To: freebsd-questions@freebsd.org Subject: FreeBSD 7 and ESXi HI all, I'm planning to virtualize a FreeBSD server

Re: too little space on /

2008-09-11 Thread Michael Powell
Zbigniew Szalbot wrote: Hello, Volodymyr Kostyrko: 3. What catalogs are your spacehogs? Examine the output of: find / -type d -maxdepth 1 -mindepth 1 -exec du -hd0 {} \; Searching for bigger dirs turned out that my /boot was bigger than needed 114M/boot So a way to go would

Re: portmanager errors

2008-09-11 Thread Gerard
On Wed, 10 Sep 2008 18:05:47 -0700 (PDT) gahn [EMAIL PROTECTED] wrote: --- On Wed, 9/10/08, Gerard [EMAIL PROTECTED] wrote: From: Gerard [EMAIL PROTECTED] Subject: Re: portmanager errors To: freebsd-questions@freebsd.org Date: Wednesday, September 10, 2008, 4:15 AM On Tue, Sep 9,

Re: File system corruption upon reboot with gmirror

2008-09-11 Thread Michel Talon
Gunther Mayer wrote: Don't use reboot, use shutdown -r now. I also had the same problem once (had to get physical access to the box to fix it) and it was because of the reboot. Thanks. I guess I'll use shutdown -r now then in future. If it still happens then I'll post again...

Re: File system corruption upon reboot with gmirror

2008-09-11 Thread Mike Bristow
On Thu, Sep 11, 2008 at 04:12:09PM +0200, Michel Talon wrote: Gunther Mayer wrote: Don't use reboot, use shutdown -r now. I also had the same problem once (had to get physical access to the box to fix it) and it was because of the reboot. Thanks. I guess I'll use

Symbolic link

2008-09-11 Thread Jos Chrispijn
I have this application that only works with local filedirectories. Is it possible to make a symbolic link to a URL (internet location with the files I want to display/open) so that I can fake location as being local? Jos ___

Re: Symbolic link

2008-09-11 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Jos Chrispijn wrote: | I have this application that only works with local filedirectories. | Is it possible to make a symbolic link to a URL (internet location with | the files I want to display/open) so that I can fake location as being | local?

Re: File system corruption upon reboot with gmirror

2008-09-11 Thread Michel Talon
Mike Bristow said: What's this stuff? shutdown -r is implemented using reboot. Only when you give it -o. Otherwise it sends a signal to init, and init manages the shutdown.The code you quote is only run if -o is given But the code is init implementing reboot is the same as in the

svgalib-1.4.3_5 is only for i386, while you are running amd64.

2008-09-11 Thread Dino Vliet
Hi folks, On my adm64 dualcore system running freebsd 7 I want to install /usr/ports/multmedia/kino. However the port stops because of this: ==    Verifying install for gs in /usr/ports/print/ghostscript8 NOTE: Default paper size will be A4. ===  Found saved configuration for

Re: svgalib-1.4.3_5 is only for i386, while you are running amd64.

2008-09-11 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dino Vliet wrote: | Hi folks, Hello, | | On my adm64 dualcore system running freebsd 7 I want to install /usr/ports/multmedia/kino. However the port stops because of this: [snip] | === svgalib-1.4.3_5 is only for i386, while you are running

Re: confirm 99789d88ebe8d000d683289a0bd080f631f0eeae

2008-09-11 Thread Gerard
On Thu, 11 Sep 2008 17:42:11 + [EMAIL PROTECTED] wrote: Mailing list subscription confirmation notice for mailing list freebsd-questions We have received a request for subscription of your email address, [EMAIL PROTECTED], to the freebsd-questions@freebsd.org mailing list. To confirm

Re: Symbolic link

2008-09-11 Thread Polytropon
On Thu, 11 Sep 2008 17:05:43 +0200, Jos Chrispijn [EMAIL PROTECTED] wrote: I have this application that only works with local filedirectories. Is it possible to make a symbolic link to a URL (internet location with the files I want to display/open) so that I can fake location as being local?

Re: Symbolic link

2008-09-11 Thread Jos Chrispijn
Thanks for your replies; I will follow up and see what is happening. Jos ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Jailing net/skype

2008-09-11 Thread Tobias Rehbein
Hi all. I have net/skype installed on my workstation and it just works fine. Now I wonder if it's possible to run skype in a jail. Before I start investing time in this I would like to know if someone has done it before or if it would be just a waste of time. If someone has a working example I

Re: svgalib-1.4.3_5 is only for i386, while you are running amd64.

2008-09-11 Thread Dan Nelson
In the last episode (Sep 11), Dino Vliet said: Hi folks, On my adm64 dualcore system running freebsd 7 I want to install /usr/ports/multmedia/kino. However the port stops because of this: ==    Verifying install for gs in /usr/ports/print/ghostscript8 NOTE: Default paper size will be A4.

Government funds available

2008-09-11 Thread Fred
Press Release 12:44:30 PM The American Grants and Loans Book is now available. This publication contains more than 1800 financial programs, subsidies, scholarships, grants and loans offered by the US federal government. It also includes over 700 financing programs available by foundations

Upgrading from 6.3-p3 -to- 7.x-p4 -- SENDMAIL -- TECRA

2008-09-11 Thread freebsd_user
The short version of this: after the entire build and installworld process the base-SENDMAIL appeared to be fully running but was not functioning correctly, no incoming or outgoing mail --not from the local box to the Inet and nothing IN from the Inet until we = cd /etc/mail make all make

/etc/hosts not working

2008-09-11 Thread David Naylor
Hi, I am trying to redirect a URL request to a different address but it appears that /etc/hosts is not doing the job. Example: 127.0.0.1 google.com The way I understand it is that by typing google.com in a web browser it should result in the local page being displayed. It instead goes to

Re: mail server DNS configuration questions

2008-09-11 Thread CyberLeo Kitsana
Andrew Falanga wrote: ... While diagnosing this, I connect to the server (using Putty) from a machine in PN1, using either a mail client or telnet I'm unable to make a connection to the mail server over port 25. Using tcpdump during this putty session I do not even see the SYN packets for

Re: portmanager errors

2008-09-11 Thread gahn
thanks gerard: no, i had the same errors. could portmanager bypass the failed package and install rest of other packages? checked with manpage and don't seem to the case. the only packages i didn't install are games. best --- On Thu, 9/11/08, Gerard [EMAIL PROTECTED] wrote: From: Gerard

Re: /etc/hosts not working

2008-09-11 Thread Lowell Gilbert
David Naylor [EMAIL PROTECTED] writes: I am trying to redirect a URL request to a different address but it appears that /etc/hosts is not doing the job. Example: 127.0.0.1 google.com The way I understand it is that by typing google.com in a web browser it should result in the local

Wireshark

2008-09-11 Thread Grant Peel
Hi all, I recently became aware of a utility called Wireshark (apparently formerly 'EtherReal), and was showing a running copy on Windoze. It apprears that it would be awsome for diagnosing network issues (such as DoS attacks, Email bombs etc. My question is: Does the version in

Re: Wireshark

2008-09-11 Thread ben
Does the version in /usr/ports/net/wireshark require X11 to run, or can it be run from the command line with straight text output? (I dont have/want X on the servers). -Grant You can use tcpdump and bring the dump file to your local machine where you can use wireshark.

Re: Wireshark

2008-09-11 Thread Christopher Cowart
Grant Peel wrote: Hi all, I recently became aware of a utility called Wireshark (apparently formerly 'EtherReal), and was showing a running copy on Windoze. It apprears that it would be awsome for diagnosing network issues (such as DoS attacks, Email bombs etc. My question is:

Re: portmanager errors

2008-09-11 Thread Jerry
On Thu, 11 Sep 2008 14:27:24 -0700 (PDT) gahn [EMAIL PROTECTED] wrote: no, i had the same errors. could portmanager bypass the failed package and install rest of other packages? checked with manpage and don't seem to the case. the only packages i didn't install are games. First, lose this

Re: Wireshark

2008-09-11 Thread Grant Peel
Hi CHris, Just attempting to install the port. Something I noticed when the install crapped out was that it wanted me to use the Force Package Register for the OpenSSL_Overwrite_Base port. That port was already installed, what would be the correct method to deal with this? -Grant -

mod_python core dumped

2008-09-11 Thread Matias Surdi
Hi, I've installed mod_python from the ports on a recently installed FreeBSD 7 box and, despite all the build process goes well, when I try to start apache I get a core dump. If I disable the Loadmodule directive for mod_python in httpd.conf, then apache starts perfectly. The versions I'm

RE: /etc/hosts not working

2008-09-11 Thread Michael K. Smith - Adhost
Hello David: _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Naylor Sent: Thursday, September 11, 2008 1:49 PM To: freebsd-questions@freebsd.org

Re: Wireshark

2008-09-11 Thread Christopher Cowart
Grant Peel wrote: Just attempting to install the port. Something I noticed when the install crapped out was that it wanted me to use the Force Package Register for the OpenSSL_Overwrite_Base port. That port was already installed, what would be the correct method to deal with this? I

Re: Wireshark

2008-09-11 Thread matt donovan
On Thu, Sep 11, 2008 at 7:32 PM, Christopher Cowart [EMAIL PROTECTED] wrote: Grant Peel wrote: Just attempting to install the port. Something I noticed when the install crapped out was that it wanted me to use the Force Package Register for the OpenSSL_Overwrite_Base port. That port

Copying a FreeBSD install to a smaller disk

2008-09-11 Thread Chris Weiss
How would I go about copying an existing FreeBSD installation to a smaller disk? I've got a 3rd FreeBSD install I can boot from and store temporary files on, all the disks are in the same hardware, so there's no reconfiguration other than the boot device name and interface (IE -SATA ad4 will

Re: Copying a FreeBSD install to a smaller disk

2008-09-11 Thread Giorgos Keramidas
On Thu, 11 Sep 2008 17:19:55 -0700, Chris Weiss [EMAIL PROTECTED] wrote: How would I go about copying an existing FreeBSD installation to a smaller disk? I've got a 3rd FreeBSD install I can boot from and store temporary files on, all the disks are in the same hardware, so there's no

Re: Copying a FreeBSD install to a smaller disk

2008-09-11 Thread Giorgos Keramidas
On Fri, 12 Sep 2008 04:55:36 +0300, Giorgos Keramidas [EMAIL PROTECTED] wrote: [8] The final step was to chroot [...] [9] Finally, I checked the new `/etc/fstab' [...] Heh! Adding `one last final step' didn't really work very well in this case. I should have read the long message another time

Miro

2008-09-11 Thread Mitja
My system: FreeBSD 7.0, KDE 3.5.10. Yesterday I had and I have still problem with Miro. It doesn't works anymore. Ideinstalled and compaile again but it is the same. When I run miro I got (it is very slow and I cancel after long time): INFO Starting up Miro INFO OS: FreeBSD

Re: portmanager errors (solved?)

2008-09-11 Thread gahn
Ok, my 6.3 system is upgraded from 6.2 a while ago and i guess that was the problem. now i download 6.3 and reinstalled from the cds. after that the portmanager -u -y -p went smoothly... somehow installation from cds directly from online upgrade... --- On Thu, 9/11/08, Gerard [EMAIL

setup cronjob

2008-09-11 Thread Darrell Betts
I have wrote a small script put it in my home directory. I am trying to setup a cronjob to run it every six hours. When it runs the job I receive the error message /usr/home/test/cronjobs/test.sh: not found I have tripe checked the file permissions and they appear correct so I am stumped

Is the freesbie project dead????????

2008-09-11 Thread FBSD1
I can't reach http://www.freesbie.org/ to official site for the project. Has this project disbanded? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: setup cronjob

2008-09-11 Thread RW
On Thu, 11 Sep 2008 22:12:35 -0400 Darrell Betts [EMAIL PROTECTED] wrote: I have wrote a small script put it in my home directory. I am trying to setup a cronjob to run it every six hours. When it runs the job I receive the error message /usr/home/test/cronjobs/test.sh: not found I

Re: Is the freesbie project dead????????

2008-09-11 Thread Paul Schmehl
--On September 12, 2008 10:56:47 AM +0800 FBSD1 [EMAIL PROTECTED] wrote: I can't reach http://www.freesbie.org/ to official site for the project. Has this project disbanded? That does not appear to be the case. Whois still shows the domain as active. Dig still resolves the host. And

Re: Is the freesbie project dead????????

2008-09-11 Thread Michael Powell
FBSD1 wrote: I can't reach http://www.freesbie.org/ to official site for the project. Has this project disbanded? Usually when an organized project calls it quits they will leave some form of notification up for people to see. In this case I'd bet it's either the server has failed or a

Ieyasu Tokugawa has invited you to join Friendster

2008-09-11 Thread Ieyasu Tokugawa
You're invited to join Ieyasu Tokugawa's network of friends. By joining Friendster, you can reconnect with old friends, meet new friends, start a blog, build a custom profile, keep track of birthdays, and so much more! You can even stay in touch if you move away, switch email addresses, or lose

Re: /etc/hosts not working

2008-09-11 Thread Sahil Tandon
David Naylor [EMAIL PROTECTED] wrote: I am trying to redirect a URL request to a different address but it appears that /etc/hosts is not doing the job. Example: 127.0.0.1 google.com The way I understand it is that by typing google.com in a web browser it should result in the local

Re: setup cronjob

2008-09-11 Thread Sahil Tandon
Darrell Betts [EMAIL PROTECTED] wrote: I have wrote a small script put it in my home directory. I am trying to setup a cronjob to run it every six hours. When it runs the job I receive the error message /usr/home/test/cronjobs/test.sh: not found I have tripe checked the file permissions

Re: /etc/hosts not working

2008-09-11 Thread Olivier Nicole
`ping google.com' actually pings 127.0.0.1 but `host google' returns the actual IP addresses for google. ping will resolve the name using the mecanism defined in /etc/nsswitch.conf, usually: hosts: files dns nis try first /etc/hosts, then DNS, then NIS But host(1) command is designed

Ieyasu Tokugawa has invited you to join Friendster

2008-09-11 Thread Ieyasu Tokugawa
You're invited to join Ieyasu Tokugawa's network of friends. By joining Friendster, you can reconnect with old friends, meet new friends, start a blog, build a custom profile, keep track of birthdays, and so much more! You can even stay in touch if you move away, switch email addresses, or lose

RE: confirm 99789d88ebe8d000d683289a0bd080f631f0eeae

2008-09-11 Thread Martin Van Der Merwe
Date: Thu, 11 Sep 2008 13:47:25 -0400 From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: Re: confirm 99789d88ebe8d000d683289a0bd080f631f0eeae On Thu, 11 Sep 2008 17:42:11 + [EMAIL PROTECTED] wrote: Mailing list subscription

Open office won't open files Error: GObject-CRITICAL......

2008-09-11 Thread Alasdair Reed
Hi, am having a problem with OpenOffice2.4.0, it will not open any files. It just hangs when trying to open from the open file menu. I get the following error message on the terminal that OO was opened in (process:1882): GLib-GObject-CRITICAL **: gtype.c:2248: initialization assertion failed,

kde4 build time

2008-09-11 Thread Desmond Chapman
I finally have kde4 building. How long will the process take? It's been two days thus far and it isn't finished. _ Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.