Re: Forged messages being posted to freebsd-questions

2010-08-21 Thread Ian Smith
On Sat, 21 Aug 2010, jhell wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  On 08/20/2010 23:08, jhell wrote:
   
  Dear Sir/Madam,
  Your email was unable reach the intended person that you were sending
  it to.
  For more information on our business please click on the following
  link:
  [1]Click here for our website
  We look forward to your continued business in the future.
  Regards,
  Webmaster
   
   References
   
  1. http://www.downwind.com.au/avdir/rd.php?id=7564
  
  I would apologize for this but I did not write the above message or have
  any involvement with the websites herein the original message.
  
  This message (The one I am sending) is marked with a real high priority
  and signed with DSN  RR turned on. Please ignore these.

Ok, well that message forged as if from you was also delightfully cc'd 
to postmas...@freebsd.org, so David has at least one direct copy to work 
with and should be able to block the source, as far as them reaching the 
freebsd list/s anyway.

Other participants may still have to deal with off-list copies, possibly 
forged as coming from:

Received: from dusk.parklogic.com (allmail.0b2.net [64.38.11.26])

Thanks to all, but let's not discuss this further on freebsd-questions?

cheers, Ian

  Regards,
  
  - -- 
  
   jhell,v
  -BEGIN PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-21 Thread Svein Skogen (Listmail account)
On 18.08.2010 18:20, C. Bergström wrote:
 Hi Oliver,
 
 The problem behind the subject is a little bit frustrating, so I do
 not know were to start.
 Yeah it's a pretty big problem, but I can say others are looking at it
 and taking small steps in the right direction.
 First, and this hasn't changed since the last 15 years, FreeBSD lack
 in support of professional Compiler vendors. Pprtland Group offers
 only Linux compilers, as far as I know Intel does not offer a native
 FreeBSD 64 Bit compiler. So we are stuck with gcc and gfortran

*SNIP*

If we see beyond the CUDA part of this question, it should be noted that
ATI/AMD has kept to their promise of actually supporting opensource.

(see also
http://www.phoronix.com/scan.php?page=articleitem=amd_evergreen_3dnum=1)

I must admit not having tested that code myself (my two 5970s sit in a
windows box), but projects should maybe consider the ATI/AMD cards.
928GFLOPS double-precision per card (4.64TFLOPS single precision) with
proper documentation should at least give a proper start to things...

//Svein

-- 
+---+---
  /\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
 If you really are in a hurry, mail me at
   svein-mob...@stillbilde.net
 This mailbox goes directly to my cellphone and is checked
even when I'm not in front of my computer.

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Use extra buttons of Kensington Slimblade Trackball

2010-08-21 Thread Lee, Chung-Yeol
 Hi, 

 While I'm searching how to use the extra buttons in Kensington Slimblade
Trackball, I made a patch for myself based on the linux driver.

I confirmed it works as intended. However, I have no experience with the FreeBSD
kernel and I'm not sure that I modified it in a correct way. -- especially,
I don't know should I use usb_quirks?

 Can somebody check the attached diff file so that I can send problem report?

 Thanks.
--- ums_orig.c	2010-08-21 16:43:53.0 +0900
+++ ums.c	2010-08-21 16:47:48.0 +0900
@@ -405,7 +405,7 @@
 {
 	struct ums_info *info = sc-sc_info[index];
 	uint32_t flags;
-	uint8_t i;
+	uint8_t i, j;
 
 	if (hid_locate(buf, len, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X),
 	hid_input, index, info-sc_loc_x, flags, info-sc_iid_x)) {
@@ -483,6 +483,16 @@
 			break;
 		}
 	}
+
+	/* Detect other buttons */
+	for (j = 0; j  2; j++) {
+		if (!hid_locate(buf, len, HID_USAGE2(HUP_MICROSOFT, (j + 1)),
+		hid_input, index, info-sc_loc_btn[i], NULL, 
+		info-sc_iid_btn[i])) {
+			break;
+		}
+		i++;
+	}
 	info-sc_buttons = i;
 
 	if (i  sc-sc_buttons)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-21 Thread C. Bergström

Svein Skogen (Listmail account) wrote:

On 18.08.2010 18:20, C. Bergström wrote:
  

Hi Oliver,



The problem behind the subject is a little bit frustrating, so I do
not know were to start.
  

Yeah it's a pretty big problem, but I can say others are looking at it
and taking small steps in the right direction.


First, and this hasn't changed since the last 15 years, FreeBSD lack
in support of professional Compiler vendors. Pprtland Group offers
only Linux compilers, as far as I know Intel does not offer a native
FreeBSD 64 Bit compiler. So we are stuck with gcc and gfortran
  


*SNIP*

If we see beyond the CUDA part of this question, it should be noted that
ATI/AMD has kept to their promise of actually supporting opensource.

(see also
http://www.phoronix.com/scan.php?page=articleitem=amd_evergreen_3dnum=1)

I must admit not having tested that code myself (my two 5970s sit in a
windows box), but projects should maybe consider the ATI/AMD cards.
928GFLOPS double-precision per card (4.64TFLOPS single precision) with
proper documentation should at least give a proper start to things...
  
I'm sorry, but this is only a half truth.. The firmware they don't 
release, despite what they want you to believe, is both interesting and 
should imho be open.  Also the documentation they've released clearly 
has parts chopped out and when you actually try to do something useful 
it's missing important details.  (My perspective is biased since by 
something useful I mean write an assembler or compute backend)  I've had 
one awesome engineer at AMD trying to help us fill in some of those 
blanks, but if or when the public docs will be updated.  Overall due to 
ATI hw missing ECC ram, demand paging and a few other hardware features 
I don't consider it a serious contender in HPC yet.  Lastly, you'll see 
the real efficiency sucks and you can't get anywhere near the peak 
GFLOPS off those cards.


Oh.. and most important to the land of FBSD is that the ATI drivers are 
still using the rather nasty TTM.. This is *not* very easily ported to 
FBSD, blocks compute capabilities and our early benchmarks show kicking 
it out has given nice performance increase in certain areas of graphics.


(Hope I don't come across negative... I'm just trying to give real 
feedback based on our experience)



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


Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-21 Thread Svein Skogen (Listmail account)
On 21.08.2010 11:01, C. Bergström wrote:
*snip*
 (Hope I don't come across negative... I'm just trying to give real
 feedback based on our experience)

No coming-across-as-negative interpreted. ;)

As I said, my two 5970s sit in a windows box...

//Svein

-- 
+---+---
  /\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
 If you really are in a hurry, mail me at
   svein-mob...@stillbilde.net
 This mailbox goes directly to my cellphone and is checked
even when I'm not in front of my computer.

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Re: change default keymap for /boot/loader?

2010-08-21 Thread Alexander Best

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to restore a text file from UFS??

2010-08-21 Thread EforeZZ

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: anybody onlist know about KVM stuff?

2010-08-21 Thread Depo Catcher



On 8/20/2010 7:07 PM, Gary Kline wrote:

On Fri, Aug 20, 2010 at 06:45:11PM -0500, Adam Vande More wrote:

On Fri, Aug 20, 2010 at 4:38 PM, Gary Klinekl...@thought.org  wrote:


of my three tower cases still linked by wires so i can click-over
to each and use my one screen and keyboard, my server
[ethic|ns1.thought.org] has a bad wire to my keyboard.  so i really
cannot do much on ethic.

i've crawled down under 8 or 9 times and messed with various wires.
that was extremely hard as fruitless.  (things were|everything WAS)
working fine until i added my battery backup.  the guy who helped me
with that 700-pound beast must have gotten something mixed up.  because
of his age (70's) and fraility i don't want to ask him to crawl around
under there (c).  the two boxes that are working are impossible for me
to pull out and look at.  hopefully there are a couple freebsd types
who rely on kvm wires to do serious work and can give me some clues.


/usr/ports/sysutils/synergy

--
Adam Vande More


this looks very interesting, thank you.  the catch is that it
depends on X.  i don't have X installed on the server. .



ssh?





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


qtt3 dependencies

2010-08-21 Thread ajtiM
Hi!

My system: FreeBSD 8.0, KDE 4.4.5

After deinstall qt33 before installed KOffice 2.2 I check dependencies:
portmaster --check-dependencies:
art-1.5.10_5.1
cdrdao-1.23_1
K3b-2.0.1_1
K9copy-2.3.4_4
kdevase-runtime-4.4.5
kdemultimedia-4.4.5_1
kmplayer-kde4-0.11.
libao-1.0.0
libxine-1.1.19
mencoder-1.0.r2010717
mplayer
normalize
phonon-xine
poppler-qt
sox
vorbis-tools
xine

I didn't reinstall qt3 yet but for now KDE 4.4.5 works, kmplayer works...other 
I didn't test yet.

My question is why kmplayer-kde4 need qt3 for example?

Thanks in advance.

Mitja

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


Gateway 8.1

2010-08-21 Thread Don Dugger
I recently loaded 8.1 Rel on a box using the same basic configuration as a
7.1 Rel box I was replacing.
Everything works except the box won't work as a gateway now. Is there
something new in 8.1 that would change the basic configuration that I
would need to change.


Thx in advance...

Don

Heres my rc.conf:



# -- sysinstall generated deltas -- # Fri Aug 13 08:23:57 2010
# Created: Fri Aug 13 08:23:57 2010
# Enable network daemons for user convenience.

# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=74.92.224.230
hostname=freedom.local.hotlz.com

gateway_enable=YES
firewall_client_net=172.27.240.0:255.255.0.0
firewall_enable=YES
firewall_type=OPEN
ifconfig_xl0=inet 172.27.240.33  netmask 255.255.0.0

ifconfig_xl1=inet 74.92.224.225/24
ifconfig_msk0=inet 74.92.224.226/32
#ipv4_addrs_xl1=74.92.224.225-226/8

#ifconfig_msk0=inet 172.27.140.38  netmask 255.255.248.0

natd_enable=YES
natd_interface=xl1
#firewall_nat_enable=YES
#firewall_nat_interface=xl1


named_enable=YES

inetd_enable=YES
linux_enable=YES
local_startup=/usr/local/etc/rc.d
moused_enable=YES
nfs_client_enable=YES

nfs_server_enable=YES
rpcbind_enable=YES
sshd_enable=YES
#usbd_enable=YES
apache22_enable=YES
lpd_enable=YES
slapd_enable=YES

slapd_flags='-h ldap://thecampingview.com/;'

postfix_enable=YES

mysql_dbdir=/data1/mysql
mysql_enable=YES


postgresql_enable=YES
postgresql_data=/usr/local/pgsql/data
postgresql_flags=-w -s -m fast
postgresql_initdb_flags=--encoding=utf-8 --lc-collate=C
postgresql_class=default


sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO

# The Fish generated deltas - Tue Sep  2 10:06:49 2008

timed_enable=YES

nisdomainname=hotlz-nis
nis_server_enable=YES
nis_client_enable=YES
nis_client_flags=-S hotlz-nis,freedom.local.hotlz.com

nis_yppasswdd_enable=YES

courier_imap_imapd_enable=YES
courier_authdaemond_enable=YES
courier_imap_imapd_ssl_enable=YES

# -- sysinstall generated deltas -- # Thu Aug 19 03:27:27 2010

check_quotas=NO
rpc_statd_enable=YES

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


Re: How to restore a text file from UFS??

2010-08-21 Thread Frank Shute
On Thu, Aug 19, 2010 at 09:07:51PM +0300, EforeZZ wrote:

 I edited my 50Kb /etc/rc.conf, loaded a driver and got a kernel panic!!
 After reboot my /etc/rc.conf is 0 bytes (after automatic background fsck).
 Which tool should I try now to restore any version of my rc.conf?..
 I think data should still be somewhere on the disk
 
 ;-(

Your editor doesn't save a backup? E.g: /etc/rc.conf~

I use vim and have it setup to save backups.

Even though the backup might not be identical, it's saved my bacon on
occasion.


Regards,

-- 

 Frank

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


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


Parklogic making a mess

2010-08-21 Thread Svein Skogen
Anybody else seem to get these header-falsified messages lately:

Return-Path: anonym...@dusk.parklogic.com
X-Original-To: svein-listm...@stillbilde.net
Delivered-To: svein-listm...@stillbilde.net
Received: from dusk.parklogic.com (allmail.0b2.net [64.38.11.26])
by mail.stillbilde.net (Familien Skogens mail) with SMTP id B9E8E26
for svein-listm...@stillbilde.net; Sat, 21 Aug 2010 17:17:33 +0200 
(CEST)
Received: (qmail 26077 invoked by uid 511); 21 Aug 2010 14:56:12 -
Message-ID: 20100821145612.26076.qm...@dusk.parklogic.com
From: freebsd-questions@freebsd.org
To: Svein Skogen svein-listm...@stillbilde.net(Listmail account)
Subject: Re: FreeBSD, GPGPU and OpenCL/CUDA
In-Reply-To: 4c6f84dd.3040...@stillbilde.net
References: 4c666786.6000...@mail.zedat.fu-berlin.de
 20100816141324.7de6d...@ukr.net
 20100816134713.66411ai1w435q...@webmail.xroff.net
 201008161618.35076.pie...@degoeje.nl 2010081617.4a1bb...@ukr.net
 20100816145001.ga90...@mech-cluster241.men.bris.ac.uk
 20100818120455.10870.qm...@dusk.parklogic.com
4c6c085a.2010...@pathscale.com
 4c6f84dd.3040...@stillbilde.net
Date: Sun, 22 Aug 2010 00:56:12 +1000
MIME-Version: 1.0
Content-Type: text/html; boundary=1282402572.8bad8C70.26046;
charset=us-ascii
MIME-Version: 1.0

htmlbody
pDear Sir/Madam,br /br /
Your email was unable reach the intended person that you were sending it
to.br /
For more information on our business please click on the following
link:br /
a href=http://www.downwind.com.au/avdir/rd.php?id=7564;Click here for our
website/abr /
We look forward to your continued business in the future.br /br /

Regards,br /
Webmasterbr /

/p
/body/html


I suspect the correct way of handling this would be to contact Layered
Technologies Ltd and tell them that 64.38.0.0/18 will be null-routed
until they have fixed their broken mailserver (if it's falsifying
headers, it IS broken), wouldn't it?

//Svein

-- 
+---+---
  /\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
 If you really are in a hurry, mail me at
   svein-mob...@stillbilde.net
 This mailbox goes directly to my cellphone and is checked
even when I'm not in front of my computer.

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Re: Customizable wall clock for several time zones

2010-08-21 Thread Parv
in message 20100821055224.ec9f0d12.free...@edvax.de,
wrote Polytropon thusly...

 I'm searching for a round-clock style clock application for X,
 and I would prefer a standalone program (not integrated with
 KDE, Gnome, or else). It should be possible to define several
 timezones and attach a label to each clock
...
   []= The clock =X
   |          |
   |  /  | \/ \  \/   /\  |
   | |   +- |  |  -+  |  |   +  | |
   |  \/\/\__|_/  |
   |   BLAH  MEOWDOGFOOD! |
   +--+

You could place multiple x11-clocks/rclock instances side by side
with different time zones (-adjust option) to partially reach there,
as it does not allow to set the title (I only tested -title option).


  - parv

-- 

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


External HD

2010-08-21 Thread Rem P Roberti

 I have a 500GB USB HD which I am able mount thus:

mount_ntfs /dev/da2s1 /mnt

Having done so I can copy from the external drive, but not write to it.
What is necessary to implement in order to be able to write to an 
external hard drive?


Rem


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


Re: Typical Network Performance

2010-08-21 Thread Jason C. Wells

On 08/08/10 22:10, per...@pluto.rain.com wrote:

Jason C. Wellsj...@speakeasy.net  wrote:
   

By process of elimination (swap cables, swap ports, try different
host pairs) I was able to discover that a single server on my home
LAN was getting about 1.6% performance compared to other servers
getting 94%
 

...
   

What would be the next step to figuring out why this host's network
performance is slow?
 

My next step would be to check whether this host and its hub/switch
port agree on speed and duplex -- occasionally some combination
of netcard phy and switch type gets the negotiation wrong.  Duplex
mismatch, in particular, can have huge performance impact.
   


I needed a windows utility to connect to my switch.  Instead I just 
added a realtek NIC to my server to replace the Marvell on-board NIC.  
After this, network load using 'nc' to pipe 1MiB gives 98% transfer 
rate.  Even though I don't know what the problem was, I consider the 
problem solved.  Thanks.


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


Re: External HD

2010-08-21 Thread Ivan Klymenko
В Sat, 21 Aug 2010 09:31:53 -0700
Rem P Roberti remeg...@comcast.net пишет:

   I have a 500GB USB HD which I am able mount thus:
 
  mount_ntfs /dev/da2s1 /mnt
 
 Having done so I can copy from the external drive, but not write to
 it. What is necessary to implement in order to be able to write to an 
 external hard drive?
 
 Rem

use the port /usr/ports/sysutils/fusefs-ntfs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: External HD

2010-08-21 Thread Ryan Coleman
Rem,

You cannot write to NTFS using the stock driver.

Please use Google to search / do research on the drivers out there; writing to 
NTFS is a VERY dangerous thing. Your best bet is to just do your work over the 
network instead of directly over USB from a Windows-based node.

Also, read the man file for mount_ntfs, it will explain more.
--
Ryan


On Aug 21, 2010, at 11:31 AM, Rem P Roberti wrote:

 I have a 500GB USB HD which I am able mount thus:
 
mount_ntfs /dev/da2s1 /mnt
 
 Having done so I can copy from the external drive, but not write to it.
 What is necessary to implement in order to be able to write to an external 
 hard drive?
 
 Rem
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: External HD

2010-08-21 Thread Rem P Roberti

 On 08/21/10 09:36, Ryan Coleman wrote:

Rem,

You cannot write to NTFS using the stock driver.

Please use Google to search / do research on the drivers out there; writing to 
NTFS is a VERY dangerous thing. Your best bet is to just do your work over the 
network instead of directly over USB from a Windows-based node.

Also, read the man file for mount_ntfs, it will explain more.
--
Ryan


On Aug 21, 2010, at 11:31 AM, Rem P Roberti wrote:


I have a 500GB USB HD which I am able mount thus:

mount_ntfs /dev/da2s1 /mnt

Having done so I can copy from the external drive, but not write to it.
What is necessary to implement in order to be able to write to an external hard 
drive?

Rem




Duly noted.  I shall definitely read the man page, but would also 
appreciate a

heads up on the dangers involved in writing to NTFS.

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


Re: External HD

2010-08-21 Thread Rem P Roberti



Rem P Robertiremeg...@comcast.net  пишет:


   I have a 500GB USB HD which I am able mount thus:

  mount_ntfs /dev/da2s1 /mnt

Having done so I can copy from the external drive, but not write to
it. What is necessary to implement in order to be able to write to an
external hard drive?

Rem

use the port /usr/ports/sysutils/fusefs-ntfs



Thanks for the tip.  I have installed the port and will give it a try,
although I'm a little leery given Ryan's post.

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


Re: External HD

2010-08-21 Thread Mario Lobo
On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
  Rem P Robertiremeg...@comcast.net  пишет:
 I have a 500GB USB HD which I am able mount thus:
mount_ntfs /dev/da2s1 /mnt
  
  Having done so I can copy from the external drive, but not write to
  it. What is necessary to implement in order to be able to write to an
  external hard drive?
  
  Rem
  
  use the port /usr/ports/sysutils/fusefs-ntfs
 
 Thanks for the tip.  I have installed the port and will give it a try,
 although I'm a little leery given Ryan's post.
 
 Rem
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org

Don't forget to do this:

cd /sbin
mv -f mount_ntfs mount_ntfs-kern
ln -s /usr/local/bin/ntfs-3g mount_ntfs

so you can mount your ntfs disk right from fstab.

I have all my vbox vdi files on an ntfs drive and I'm yet to have a problem 
with it.
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Customizable wall clock for several time zones

2010-08-21 Thread Adam Vande More
On Fri, Aug 20, 2010 at 10:52 PM, Polytropon free...@edvax.de wrote:

 I'm searching for a round-clock style clock application for X,
 and I would prefer a standalone program (not integrated with
 KDE, Gnome, or else). It should be possible to define several
 timezones and attach a label to each clock (which doesn't have
 to contain the name of the time zone, but an arbitrary string).

 It should look something like this:

[]= The clock =X
|          |
|  /  | \/ \  \/   /\  |
| |   +- |  |  -+  |  |   +  | |
|  \/\/\__|_/  |
|   BLAH  MEOWDOGFOOD! |
+--+

 Just as bankers and dynamical long-legged success-oriented
 group-dependent program managers use them. :-)

 In the ports, I found intclock, but it doesn't have round clocks,
 and additionally, it allows to add UTC, and it is shown, but upon
 program restart, it complains that Timezone UTC not defined..

 There is no need for a GUI configuration tool if the use of a
 configuration file is documented, and then just contains the
 TZ name and the label per clock, as simple as possible.

 Does such a program already exist


/usr/ports/deskutils/google-gadgets
Around the World

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


Re: External HD

2010-08-21 Thread Elias Chrysocheris
On Saturday 21 of August 2010 20:03:02 Mario Lobo wrote:
 On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
   Rem P Robertiremeg...@comcast.net  пишет:
  I have a 500GB USB HD which I am able mount thus:
 mount_ntfs /dev/da2s1 /mnt
   
   Having done so I can copy from the external drive, but not write to
   it. What is necessary to implement in order to be able to write to an
   external hard drive?
   
   Rem
   
   use the port /usr/ports/sysutils/fusefs-ntfs
  
  Thanks for the tip.  I have installed the port and will give it a try,
  although I'm a little leery given Ryan's post.
  
  Rem
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 
 Don't forget to do this:
 
 cd /sbin
 mv -f mount_ntfs mount_ntfs-kern
 ln -s /usr/local/bin/ntfs-3g mount_ntfs
 
 so you can mount your ntfs disk right from fstab.
 
 I have all my vbox vdi files on an ntfs drive and I'm yet to have a problem
 with it.

Well, I used to have an external NTFS hard drive. I used fusefs-ntfs and I 
could write in the drive. But there were times where the machine crashed and I 
couldn't even get a core dump. It also stoped durong the core dump and 
freezed... So I couldn't even place a PR for that...

That was in amd64 architecture

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


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Warren Block wrote:
 
 On Fri, 20 Aug 2010, Fred Boatwright wrote:
 
  I am having trouble setting up X similar to a previous posting.  I have
  a new 8.0 installation.
 
  Using the Handbook chapter suggested below I waas able to generate and
  edit an xorg.conf file.  It tests ok.  I generated a .xinitrc file based
  on an example in the Handbook.  When a user runs startx the screen
  completely blanks out.  It is possible to return to the command line
  prompt with ctrl-alt-F1 and then ^c.  No errors are listed.  Where would
  I look for the problem?
 
 [please don't top-post, it makes responding more difficult]
 
 Could you show your .xinitrc?  Also, the xorg.conf and Xorg.0.log are
 often useful.  Links to those files may be easier to post than the files
 themselves.
 
 When you say the screen is completely blank--is there a mouse pointer?

Hello,
The screen is completely black. No mouse pointer.  When the xorg.conf
file is tested using Xorg -conf xorg.conf.new -retro I get the gray grid
and the X mouse pointer.  Without the -retro I get a totally black
screen, no mouse pointer.

.xinitrc
xrdb
xsetroot -solid gray 
xterm -geometry +0-100 
xconsole -geometry -0+0 -fn 5x7 
#exec olvwm   #complained about a missing font
exec fvwm

xorg.conf
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
EndSection

Section Module
Load  extmod
Load  record
Load  dbe
Load  glx
Load  dri
Load  dri2
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
Identifier   Monitor0
VendorName   HP
ModelName2009
ModeLine 1600x900 108.0 1600 1624 1704 1800 900 901 904 1000
Option   DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option ShadowFB  # [bool]
#Option DefaultRefresh# [bool]
#Option ModeSetClearScreen# [bool]
Identifier  Card0
Driver  vesa
VendorName  nVidia Corporation
BoardName   NV44 [GeForce 6200 A-LE]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth  24
#   SubSection Display
#   Viewport   0 0
#   Depth 1
#   EndSubSection
#   SubSection Display
#   Viewport   0 0
#   Depth 4
#   EndSubSection
#   SubSection Display
#   Viewport   0 0
#   Depth 8
#   EndSubSection
#   SubSection Display
#   Viewport   0 0
#   Depth 15
#   EndSubSection
#   SubSection Display
#   Viewport   0 0
#   Depth 16
#   EndSubSection
SubSection Display
Viewport   0 0
Depth 24
Modes 1600x900
EndSubSection
EndSection


Is there is somewhere I can park the log file that you would have access
to?  I don't know of any way to provide a link to it here.

The log file has warnings that mouse and keyboard are disabled and other
places where mouse and keyboard are enabled.  However, in the test the
mouse works and the keyboard must work as I can return to the command
line prompt.  I just don't have video.

The log file says: (--) using VT number 9.  This does not exist in
/etc/ttys and I didn't find anywhere in the Handbook chapter that says
it needs to be added.

The log file generated by Xorg -configure appears to have everything
there is to know about the monitor being used.  These values were
manually put in the xorg.conf file.  However, the log file says:
(II) VESA(0): Not using mode 1600x900 (no mode of this name)
However, the xorg.conf test did work.

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


Re: External HD

2010-08-21 Thread Bruce Cran
On Sat, 21 Aug 2010 09:44:48 -0700
Rem P Roberti remeg...@comcast.net wrote:

 Duly noted.  I shall definitely read the man page, but would also 
 appreciate a
 heads up on the dangers involved in writing to NTFS.

A Google search for 'NTFS writing dangerous' turns up quite a few links.

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


IO fluctuation

2010-08-21 Thread Steffen Neubauer
Hello,

in the last few days I set up a freebsd box with 3 Western Digital
Caviar Green 2TB drives (WD EARS series, but that shouldn't be the
problem...) with ZFS on the drives.

I'm experiencing really annoying fluctuations with the performance of
the drives.

Here is an example: http://www.stefreak.de/io-einbrueche.png
(Downloading data through my ADSL)

The problem occurs both locally (executing commands on the shell hangs
randomly) and over the network, of course. So the problem can't be the
networking stack or chip.

I think I can exclude the ZFS implementation too, because I tried dd
if=/dev/da0 of=/dev/null and executed killall -SIGINFO dd while it was
copying and it looked like it stalled randomly too.

Now I'm searching for the cause of the problem. Has anyone an idea?

Here's my pciconf -lv output:

# pciconf -lv
hos...@pci0:0:0:0:  class=0x06 card=0x50001458 chip=0x29c08086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = 'P35/G33 (Bearlake) Processor to I/O Controller'
class  = bridge
subclass   = HOST-PCI
no...@pci0:0:27:0:  class=0x040300 card=0xa0021458 chip=0x27d88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'IDT High Definition Audio Driver  (BA101897)'
class  = multimedia
subclass   = HDA
pc...@pci0:0:28:0:  class=0x060400 card=0x50011458 chip=0x27d08086
rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class  = bridge
subclass   = PCI-PCI
pc...@pci0:0:28:1:  class=0x060400 card=0x50011458 chip=0x27d28086
rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class  = bridge
subclass   = PCI-PCI
uh...@pci0:0:29:0:  class=0x0c0300 card=0x50041458 chip=0x27c88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class  = serial bus
subclass   = USB
uh...@pci0:0:29:1:  class=0x0c0300 card=0x50041458 chip=0x27c98086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class  = serial bus
subclass   = USB
uh...@pci0:0:29:2:  class=0x0c0300 card=0x50041458 chip=0x27ca8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class  = serial bus
subclass   = USB
uh...@pci0:0:29:3:  class=0x0c0300 card=0x50041458 chip=0x27cb8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class  = serial bus
subclass   = USB
eh...@pci0:0:29:7:  class=0x0c0320 card=0x50061458 chip=0x27cc8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB 2.0 Enhanced Host Controller'
class  = serial bus
subclass   = USB
pc...@pci0:0:30:0:  class=0x060401 card=0x50001458 chip=0x244e8086
rev=0xe1 hdr=0x01
vendor = 'Intel Corporation'
device = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub
Interface to PCI Bridge'
class  = bridge
subclass   = PCI-PCI
is...@pci0:0:31:0:  class=0x060100 card=0x50011458 chip=0x27b88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Intel 82801GB/GR (ICH7 Family) LPC Interface
Controller - 27B8 (945GL)'
class  = bridge
subclass   = PCI-ISA
atap...@pci0:0:31:2:class=0x01018a card=0xb0021458 chip=0x27c08086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller'
class  = mass storage
subclass   = ATA
no...@pci0:0:31:3:  class=0x0c0500 card=0x50011458 chip=0x27da8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Intel[R] 82801G (ICH7 Family) C- 27DA (82801G)'
class  = serial bus
subclass   = SMBus
r...@pci0:2:0:0: class=0x02 card=0xe0001458 chip=0x816810ec rev=0x01
hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)'
class  = network
subclass   = ethernet


Greetings  Thank You,
Steffen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: IO fluctuation

2010-08-21 Thread claudiu vasadi
Hello Steffen,

How did you setup your drives in ZFS ? stripe ?
what bsd version do you have and what platform ?

Do you see this big fluctuation when copying some big file like say and iso
or movie ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: IO fluctuation

2010-08-21 Thread Steffen Neubauer

Hello Claudiu :)

Sorry that I didn't answer these obvious questions in my first post.

Am 21.08.2010 20:16, schrieb claudiu vasadi:

How did you setup your drives in ZFS ? stripe ?


raidz1  Here is my zpool status output:

# zpool status
  pool: tank
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ 
WRITE CKSUM
tankONLINE   0 
0 0
  raidz1ONLINE   0 
0 0
gptid/7b91a9b4-ab05-11df-8c6e-001d7d004144  ONLINE   0 
0 0
gptid/7cebaf7b-ab05-11df-8c6e-001d7d004144  ONLINE   0 
0 0
gptid/7e43d7a2-ab05-11df-8c6e-001d7d004144  ONLINE   0 
0 0


errors: No known data errors


what bsd version do you have and what platform ?


# uname -a
FreeBSD tank 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 
2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64




Do you see this big fluctuation when copying some big file like say and iso
or movie ?


Both, on small filesystem access and when copying big files.
When I'm listening to music with VLC over NFS it stalls regularly.
When I'm working on the shell the commands block randomly for a certain 
time.


But I get that fluctuation on raw device access, too, look:

# dd if=/dev/ad0 of=/dev/zero bs=1M
^C0+0 records in
0+0 records out
0 bytes transferred in 9.848682 secs (0 bytes/sec)
# dd if=/dev/ad0 of=/dev/zero bs=1M
^C1056+0 records in
1056+0 records out
1107296256 bytes transferred in 9.492375 secs (116651130 bytes/sec)

So this is not a zfs problem. But I don't think it's the hardware, too - 
I used that mainboard before FreeBSD with no problems.
And the WD EARS drives can't be the problem on raw device access, too, 
because I used bs=1M, that should be enough...


This is really strange...

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


Re: IO fluctuation

2010-08-21 Thread Bruce Cran
On Sat, 21 Aug 2010 20:29:05 +0200
Steffen Neubauer stefr...@stefreak.de wrote:

 So this is not a zfs problem. But I don't think it's the hardware,
 too - I used that mainboard before FreeBSD with no problems.
 And the WD EARS drives can't be the problem on raw device access,
 too, because I used bs=1M, that should be enough...

It _is_ the EARS: the hang is probably the drive spinning back up after
it's turned itself off - it has really aggressive power management by
default. 

For more information about the variation, see
http://maycontaintracesofbolts.blogspot.com/2010/08/benchmarking-advanced-format-drives.html

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


Re: Xorg Problems

2010-08-21 Thread Matthew Seaman
On 21/08/2010 18:13:09, Fred Boatwright wrote:
 The screen is completely black. No mouse pointer.  When the xorg.conf
 file is tested using Xorg -conf xorg.conf.new -retro I get the gray grid
 and the X mouse pointer.  Without the -retro I get a totally black
 screen, no mouse pointer.

Um yes.  That's what the '-retro' flag does: reintroduce the grid
pattern etc. that lets you confirm X is responsive, rather than the new
and really not at all improved behaviour of just throwing up a black
screen which is remarkably similar to some common failure modes.

Try starting up a window manager or similar.  It might be that nothing
at all is actually wrong...

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Xorg Problems

2010-08-21 Thread Warren Block

On Sat, 21 Aug 2010, Fred Boatwright wrote:


.xinitrc
xrdb
xsetroot -solid gray 
xterm -geometry +0-100 
xconsole -geometry -0+0 -fn 5x7 
#exec olvwm   #complained about a missing font
exec fvwm


Before trying a different window manager, try good old twm.


xorg.conf
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection


If you're running hal, those InputDevice sections aren't needed.


Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection


These InputDevice definitions are also unnecessary with hal.


Section Monitor
Identifier   Monitor0
VendorName   HP
ModelName2009
ModeLine 1600x900 108.0 1600 1624 1704 1800 900 901 904 1000
Option   DPMS
EndSection


Modelines are... well, avoid them unless they are required.


Section Device
   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option ShadowFB # [bool]
   #Option DefaultRefresh   # [bool]
   #Option ModeSetClearScreen   # [bool]
Identifier  Card0
Driver  vesa
VendorName  nVidia Corporation
BoardName   NV44 [GeForce 6200 A-LE]
BusID   PCI:1:0:0
EndSection


The nVidia driver should produce better results than vesa.


Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth  24
SubSection Display
Viewport   0 0
Depth 24
Modes 1600x900
EndSubSection
EndSection


Finally, starting with a more common resolution like 1024x768 may help. 
Get it working first, then polish one thing at a time so you can tell 
what works.



Is there is somewhere I can park the log file that you would have access
to?  I don't know of any way to provide a link to it here.


http://pastebin.com/ is popular.


The log file says: (--) using VT number 9.  This does not exist in
/etc/ttys and I didn't find anywhere in the Handbook chapter that says
it needs to be added.


xorg creates it automatically.  It's the alt-F9 to switch from console 
to X.



The log file generated by Xorg -configure appears to have everything
there is to know about the monitor being used.  These values were
manually put in the xorg.conf file.  However, the log file says:
(II) VESA(0): Not using mode 1600x900 (no mode of this name)
However, the xorg.conf test did work.


vesa may not be able to handle that resolution.  1024x768 is a safe 
starting value.

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


mountpoint not existent, droping to single user mode

2010-08-21 Thread claudiu vasadi
Hello fellas,

I have a 8.0 i386 vmware machine for the sake of testing the following
behavior:

What happened when a secondary hdd cannot be mounted at boot ? From
experience I know the OS drops to single user mode, which I find incredibly
stupid because a non-OS hdd should not stop the OS from booting up
(imagine the hdd has a malfunction and then you get lucky enough to get a
power surge - the OS won't come up because of a darn non-OS-important hdd).

TEST scenario:
2 hdd's. The system is installed on the first one, and the second one has
/mnt/2 as mountpoin. The 2nd disk was labeled and a new ufs partition was
created. I added the corresponding fstab entries and then I deliberately
removed the /mnt/2 folder.

FYI: this secondary hdd has no data on it whatsoever.

Then I rebooted and of course the system went in single user mode. And now
my question: WHY (I know that rc finishes abnormally)

The hdd has no relevant data on it, the OS has no files on it ... basically
it does not get in the way of anything (except the perfect execution of the
rc framework).

Anyway, it seems to me that secondary hdd's mount failure should be
ignored and an OS should be able to come up if one mountpoint does not
exist or if an entry in fstab is wrong (again, I am talking about non-OS
related hdd/mountpoints).

To make things worst, I tested a RHEL5 and the system booted without any
problems even if the secondary hdd's mp was missing.





Can someone explain this weird? behavior ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Hi Matthew,

The .xinitrc file starts fvwm.  I have not found any error message that
would indicate fvwm is not running.

One of the common failure modes you mention is probably what I have!

Best regards,
Fred

Matthew Seaman wrote:
 
 On 21/08/2010 18:13:09, Fred Boatwright wrote:
  The screen is completely black. No mouse pointer.  When the xorg.conf
  file is tested using Xorg -conf xorg.conf.new -retro I get the gray grid
  and the X mouse pointer.  Without the -retro I get a totally black
  screen, no mouse pointer.
 
 Um yes.  That's what the '-retro' flag does: reintroduce the grid
 pattern etc. that lets you confirm X is responsive, rather than the new
 and really not at all improved behaviour of just throwing up a black
 screen which is remarkably similar to some common failure modes.
 
 Try starting up a window manager or similar.  It might be that nothing
 at all is actually wrong...
 
 Cheers,
 
 Matthew
 
 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW
 
   
Name: signature.asc
signature.asc   Type: application/pgp-signature
 Description: OpenPGP digital signature
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Warren Block wrote:
 
 On Sat, 21 Aug 2010, Fred Boatwright wrote:
 
  .xinitrc
  xrdb
  xsetroot -solid gray 
  xterm -geometry +0-100 
  xconsole -geometry -0+0 -fn 5x7 
  #exec olvwm   #complained about a missing font
  exec fvwm
 
 Before trying a different window manager, try good old twm.
 
  xorg.conf
  Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
  EndSection
 
 If you're running hal, those InputDevice sections aren't needed.
 
  Section InputDevice
Identifier  Keyboard0
Driver  kbd
  EndSection
 
  Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
  EndSection
 
 These InputDevice definitions are also unnecessary with hal.
 
  Section Monitor
Identifier   Monitor0
VendorName   HP
ModelName2009
ModeLine 1600x900 108.0 1600 1624 1704 1800 900 901 904 1000
Option   DPMS
  EndSection
 
 Modelines are... well, avoid them unless they are required.
 
  Section Device
 ### Available Driver options are:-
 ### Values: i: integer, f: float, bool: True/False,
 ### string: String, freq: f Hz/kHz/MHz
 ### [arg]: arg optional
 #Option ShadowFB # [bool]
 #Option DefaultRefresh   # [bool]
 #Option ModeSetClearScreen   # [bool]
Identifier  Card0
Driver  vesa
VendorName  nVidia Corporation
BoardName   NV44 [GeForce 6200 A-LE]
BusID   PCI:1:0:0
  EndSection
 
 The nVidia driver should produce better results than vesa.
 
  Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth  24
SubSection Display
Viewport   0 0
Depth 24
Modes 1600x900
EndSubSection
  EndSection
 
 Finally, starting with a more common resolution like 1024x768 may help.
 Get it working first, then polish one thing at a time so you can tell
 what works.
 
  Is there is somewhere I can park the log file that you would have access
  to?  I don't know of any way to provide a link to it here.
 
 http://pastebin.com/ is popular.
 
  The log file says: (--) using VT number 9.  This does not exist in
  /etc/ttys and I didn't find anywhere in the Handbook chapter that says
  it needs to be added.
 
 xorg creates it automatically.  It's the alt-F9 to switch from console
 to X.
 
  The log file generated by Xorg -configure appears to have everything
  there is to know about the monitor being used.  These values were
  manually put in the xorg.conf file.  However, the log file says:
  (II) VESA(0): Not using mode 1600x900 (no mode of this name)
  However, the xorg.conf test did work.
 
 vesa may not be able to handle that resolution.  1024x768 is a safe
 starting value.

Hello Warren,
I installed twm and changed .xinitrc to run it.

I commented out the sections of xorg.conf that you suggested and changed
the resolution.

I changed the driver from vesa to nVidia but the nVidia driver could not
be found and X exited.  After restoring vesa I ran the test on xorg.conf
-retro and it worked ok.  However, startx still produced only a black
screen.

I was not able to make heads or tails out of the pastebin.com site. 
Until FBSD X is working on the pc I have to use Netscape 4.79 on a Sun
running Solaris 2.6 (which I would prefer to keep using if only a modern
browser was available).  Netscape doesn't work on most web sites
anymore.  Is there someplace I could ftp or email the log file?

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


Re: Parklogic making a mess

2010-08-21 Thread Bruce Cran
On Sat, 21 Aug 2010 17:35:57 +0200
Svein Skogen sv...@stillbilde.net wrote:

 Anybody else seem to get these header-falsified messages lately:

I think anyone who posts to freebsd-questions is probably getting them.
I contacted parklogic and got a response telling me I could use an
anti-spam product to avoid getting it. Not quite the response I had
hoped for!

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


Pidfile ends up in /tmp instead of /var/run

2010-08-21 Thread Morgan Wesström
I'm trying to create an rc script for the first time following the guide
in the handbook. The script works as expected except for the pidfile
which is created in /tmp for some reason I can't figure out. The daemon
I try to run is a Linux program if that matters. Any help to solve this
would be appreciated. Here's the rc script:


#!/bin/sh

# PROVIDE: linuxdaemon
# REQUIRE: NETWORKING DAEMON
# BEFORE:  LOGIN
# KEYWORD: shutdown

linuxdaemon_enable=${linuxdaemon_enable-NO}

. /etc/rc.subr

name=linuxdaemon
rcvar=`set_rcvar`
command=/usr/local/bin/linuxdaemon
command_args=-c /usr/local/etc/linuxdaemon.conf  /dev/null 21

load_rc_config $name

pidfile=/var/run/linuxdaemon.pid
required_files=/usr/local/etc/linuxdaemon.conf

run_rc_command $1


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


Re: Xorg Problems

2010-08-21 Thread Warren Block

On Sat, 21 Aug 2010, Fred Boatwright wrote:


I installed twm and changed .xinitrc to run it.


twm should have been part of the xorg install already.


I commented out the sections of xorg.conf that you suggested and changed
the resolution.

I changed the driver from vesa to nVidia but the nVidia driver could not
be found and X exited.  After restoring vesa I ran the test on xorg.conf
-retro and it worked ok.  However, startx still produced only a black
screen.


nVidia is a long story.  There are binary drivers provided by nVidia, 
and there's a limited open-source driver provided by xorg.  Someone else 
is going to have to provide detail.


For now, vesa at 1024x768 should be fine.


I was not able to make heads or tails out of the pastebin.com site.
Until FBSD X is working on the pc I have to use Netscape 4.79 on a Sun
running Solaris 2.6 (which I would prefer to keep using if only a modern
browser was available).  Netscape doesn't work on most web sites
anymore.  Is there someplace I could ftp or email the log file?


If you want to mail it to me, I can put it up temporarily.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: anybody onlist know about KVM stuff?

2010-08-21 Thread Gary Kline
On Sat, Aug 21, 2010 at 06:37:36AM -0500, Depo Catcher wrote:
 
 
 On 8/20/2010 7:07 PM, Gary Kline wrote:
 On Fri, Aug 20, 2010 at 06:45:11PM -0500, Adam Vande More wrote:
 On Fri, Aug 20, 2010 at 4:38 PM, Gary Klinekl...@thought.org  wrote:
 
 of my three tower cases still linked by wires so i can click-over
 to each and use my one screen and keyboard, my server
 [ethic|ns1.thought.org] has a bad wire to my keyboard.  so i really
 cannot do much on ethic.
 
 i've crawled down under 8 or 9 times and messed with various wires.
 that was extremely hard as fruitless.  (things were|everything WAS)
 working fine until i added my battery backup.  the guy who helped me
 with that 700-pound beast must have gotten something mixed up.  because
 of his age (70's) and fraility i don't want to ask him to crawl around
 under there (c).  the two boxes that are working are impossible for me
 to pull out and look at.  hopefully there are a couple freebsd types
 who rely on kvm wires to do serious work and can give me some clues.
 
 /usr/ports/sysutils/synergy
 
 -- 
 Adam Vande More
 
  this looks very interesting, thank you.  the catch is that it
  depends on X.  i don't have X installed on the server. .
 
 
 ssh?
 

sure.  for simple things.  but i need to get X going to get my UPS 
set up.   also, to properly upgrade things.  i was upgrading via
ssh and something broke.  it took an hour of messing around to get
ethic back up, fsck'd , and mail working.



 
 
 
 

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org


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


Re: Parklogic making a mess

2010-08-21 Thread jhell
On 08/21/2010 18:48, Bruce Cran wrote:
 On Sat, 21 Aug 2010 17:35:57 +0200
 Svein Skogen sv...@stillbilde.net wrote:
 
 Anybody else seem to get these header-falsified messages lately:
 
 I think anyone who posts to freebsd-questions is probably getting them.
 I contacted parklogic and got a response telling me I could use an
 anti-spam product to avoid getting it. Not quite the response I had
 hoped for!
 

ROFL. Its not that were getting the response here its coming back to
questions@ then being sent on to everyone subscribed. Ive added it to my
local SA blacklist but that don't help anyone else.

Regards,

-- 

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


Re: Customizable wall clock for several time zones

2010-08-21 Thread Gary Kline
On Sat, Aug 21, 2010 at 05:52:24AM +0200, Polytropon wrote:
 I'm searching for a round-clock style clock application for X,
 and I would prefer a standalone program (not integrated with
 KDE, Gnome, or else). It should be possible to define several
 timezones and attach a label to each clock (which doesn't have
 to contain the name of the time zone, but an arbitrary string).
 
 It should look something like this:
 
   []= The clock =X
   |          |
   |  /  | \/ \  \/   /\  |
   | |   +- |  |  -+  |  |   +  | |
   |  \/\/\__|_/  |
   |   BLAH  MEOWDOGFOOD! |
   +--+
 
 Just as bankers and dynamical long-legged success-oriented
 group-dependent program managers use them. :-)
 
 In the ports, I found intclock, but it doesn't have round clocks,
 and additionally, it allows to add UTC, and it is shown, but upon
 program restart, it complains that Timezone UTC not defined..
 
 There is no need for a GUI configuration tool if the use of a
 configuration file is documented, and then just contains the
 TZ name and the label per clock, as simple as possible.
 
 Does such a program already exist?


how about using multiple instantiations of xclock?i used to have a 
script with TZ= zulu, TZ=moscow, TZ=tokyo.  


 
 
 
 
 
 -- 
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org


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


Re: Pidfile ends up in /tmp instead of /var/run

2010-08-21 Thread Morgan Wesström
On 2010-08-22 00:58, Morgan Wesström wrote:
 I'm trying to create an rc script for the first time following the guide
 in the handbook. The script works as expected except for the pidfile
 which is created in /tmp for some reason I can't figure out. The daemon
 I try to run is a Linux program if that matters. Any help to solve this
 would be appreciated. Here's the rc script:
 
 
 #!/bin/sh
 
 # PROVIDE: linuxdaemon
 # REQUIRE: NETWORKING DAEMON
 # BEFORE:  LOGIN
 # KEYWORD: shutdown
 
 linuxdaemon_enable=${linuxdaemon_enable-NO}
 
 . /etc/rc.subr
 
 name=linuxdaemon
 rcvar=`set_rcvar`
 command=/usr/local/bin/linuxdaemon
 command_args=-c /usr/local/etc/linuxdaemon.conf  /dev/null 21
 
 load_rc_config $name
 
 pidfile=/var/run/linuxdaemon.pid
 required_files=/usr/local/etc/linuxdaemon.conf
 
 run_rc_command $1
 

Some additional info. Creating /compat/linux/tmp makes the pidfile move
there instead when I start the service. Creating /compat/linux/var/run
does _not_ make the pidfile appear there. I though for a brief moment
that I had to symlink /compat/linux/var/run to /var/run but that seems
to be the wrong solution. Still interested in some pointers while I
continue trying to solve this...
/Morgan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Glen Barber
On 8/21/10 7:12 PM, Warren Block wrote:
 I changed the driver from vesa to nVidia but the nVidia driver could not
 be found and X exited.  After restoring vesa I ran the test on xorg.conf
 -retro and it worked ok.  However, startx still produced only a black
 screen.
 
 nVidia is a long story.  There are binary drivers provided by nVidia,
 and there's a limited open-source driver provided by xorg.  Someone else
 is going to have to provide detail.
 
 For now, vesa at 1024x768 should be fine.

Just curious - why are you using vesa instead of nv (not nVidia)?

Regards,

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


Re: Pidfile ends up in /tmp instead of /var/run [SOLVED]

2010-08-21 Thread Morgan Wesström
On 2010-08-22 01:37, Morgan Wesström wrote:
 On 2010-08-22 00:58, Morgan Wesström wrote:
 I'm trying to create an rc script for the first time following the guide
 in the handbook. The script works as expected except for the pidfile
 which is created in /tmp for some reason I can't figure out. The daemon
 I try to run is a Linux program if that matters. Any help to solve this
 would be appreciated. Here's the rc script:


 #!/bin/sh

 # PROVIDE: linuxdaemon
 # REQUIRE: NETWORKING DAEMON
 # BEFORE:  LOGIN
 # KEYWORD: shutdown

 linuxdaemon_enable=${linuxdaemon_enable-NO}

 . /etc/rc.subr

 name=linuxdaemon
 rcvar=`set_rcvar`
 command=/usr/local/bin/linuxdaemon
 command_args=-c /usr/local/etc/linuxdaemon.conf  /dev/null 21

 load_rc_config $name

 pidfile=/var/run/linuxdaemon.pid
 required_files=/usr/local/etc/linuxdaemon.conf

 run_rc_command $1

 
 Some additional info. Creating /compat/linux/tmp makes the pidfile move
 there instead when I start the service. Creating /compat/linux/var/run
 does _not_ make the pidfile appear there. I though for a brief moment
 that I had to symlink /compat/linux/var/run to /var/run but that seems
 to be the wrong solution. Still interested in some pointers while I
 continue trying to solve this...
 /Morgan

Being the beginner on rc scripting that I am, I mistakenly believed the
rc subsystem was responsible for creating the pid-file. I understand now
that this is up to the daemon itself and in my case the location of the
pid-file is hardcoded to /tmp in the binary blob. Adjusting the pidfile
entry in the rc script to the pid-files true location solved the problem
and the daemon is no playing nicely with rc.
/Morgan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Customizable wall clock for several time zones

2010-08-21 Thread C. P. Ghost
On Sun, Aug 22, 2010 at 1:19 AM, Gary Kline kl...@thought.org wrote:
 On Sat, Aug 21, 2010 at 05:52:24AM +0200, Polytropon wrote:
 I'm searching for a round-clock style clock application for X,
 and I would prefer a standalone program (not integrated with
 KDE, Gnome, or else). It should be possible to define several
 timezones and attach a label to each clock (which doesn't have
 to contain the name of the time zone, but an arbitrary string).

 It should look something like this:

       []= The clock =X
       |                  |
       |  /  | \    / \  \    /   /\  |
       | |   +- |  |  -+  |  |   +  | |
       |  \/    \/    \__|_/  |
       |   BLAH      MEOW    DOGFOOD! |
       +--+

 Just as bankers and dynamical long-legged success-oriented
 group-dependent program managers use them. :-)

 In the ports, I found intclock, but it doesn't have round clocks,
 and additionally, it allows to add UTC, and it is shown, but upon
 program restart, it complains that Timezone UTC not defined..

 There is no need for a GUI configuration tool if the use of a
 configuration file is documented, and then just contains the
 TZ name and the label per clock, as simple as possible.

 Does such a program already exist?


        how about using multiple instantiations of xclock?    i used to have a
        script with TZ= zulu, TZ=moscow, TZ=tokyo.

Yes, you can do that and it works like a charm:

  #!/bin/sh
  # display multiple xclock(1)s side by side
  for TIMEZONE in ZONE1 ZONE2 ZONE3 ...
  do
  env TZ=$TIMEZONE xclock
  done

(replace ZONE1, ZONE2, ZONE3 with real time zones
from /usr/share/zoneinfo)

You could even set the xclock(s) nicely side by side by using
the -geometry flag as in:

  env TZ=$TIMEZONE xclock -geometry ${WIDTH}x${HEIGHT}+${XOFF}+${YOFF}

I suggest to keep WIDTH, HEIGHT and YOFF constant, and
to increment XOFF by $WIDTH plus some small constant for
every new timezone (use 'expr' to do arithmetic). This way,
you get them all arrayed side by side.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Customizable wall clock for several time zones

2010-08-21 Thread C. P. Ghost
On Sun, Aug 22, 2010 at 2:51 AM, C. P. Ghost cpgh...@cordula.ws wrote:
 On Sun, Aug 22, 2010 at 1:19 AM, Gary Kline kl...@thought.org wrote:
 On Sat, Aug 21, 2010 at 05:52:24AM +0200, Polytropon wrote:
 I'm searching for a round-clock style clock application for X,
 and I would prefer a standalone program (not integrated with
 KDE, Gnome, or else). It should be possible to define several
 timezones and attach a label to each clock (which doesn't have
 to contain the name of the time zone, but an arbitrary string).

 It should look something like this:

       []= The clock =X
       |                  |
       |  /  | \    / \  \    /   /\  |
       | |   +- |  |  -+  |  |   +  | |
       |  \/    \/    \__|_/  |
       |   BLAH      MEOW    DOGFOOD! |
       +--+

 Just as bankers and dynamical long-legged success-oriented
 group-dependent program managers use them. :-)

 In the ports, I found intclock, but it doesn't have round clocks,
 and additionally, it allows to add UTC, and it is shown, but upon
 program restart, it complains that Timezone UTC not defined..

 There is no need for a GUI configuration tool if the use of a
 configuration file is documented, and then just contains the
 TZ name and the label per clock, as simple as possible.

 Does such a program already exist?


        how about using multiple instantiations of xclock?    i used to have a
        script with TZ= zulu, TZ=moscow, TZ=tokyo.

 Yes, you can do that and it works like a charm:

  #!/bin/sh
  # display multiple xclock(1)s side by side
  for TIMEZONE in ZONE1 ZONE2 ZONE3 ...
  do
      env TZ=$TIMEZONE xclock

Obviously, the trailing '' is missing:

  env TZ=$TIMEZONE xclock 

or you'd get only the first xclock

  done

 (replace ZONE1, ZONE2, ZONE3 with real time zones
 from /usr/share/zoneinfo)

 You could even set the xclock(s) nicely side by side by using
 the -geometry flag as in:

  env TZ=$TIMEZONE xclock -geometry ${WIDTH}x${HEIGHT}+${XOFF}+${YOFF}

Here too, don't forget the trailing ''

 I suggest to keep WIDTH, HEIGHT and YOFF constant, and
 to increment XOFF by $WIDTH plus some small constant for
 every new timezone (use 'expr' to do arithmetic). This way,
 you get them all arrayed side by side.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Warren Block

Log file is at http://wonkity.com/~wblock/tmp/Xorg.0.log
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Glen Barber wrote:
 
 On 8/21/10 7:12 PM, Warren Block wrote:
  I changed the driver from vesa to nVidia but the nVidia driver could not
  be found and X exited.  After restoring vesa I ran the test on xorg.conf
  -retro and it worked ok.  However, startx still produced only a black
  screen.
 
  nVidia is a long story.  There are binary drivers provided by nVidia,
  and there's a limited open-source driver provided by xorg.  Someone else
  is going to have to provide detail.
 
  For now, vesa at 1024x768 should be fine.
 
 Just curious - why are you using vesa instead of nv (not nVidia)?
 
 Regards,
 
 --
 Glen Barber
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Glen,
Vesa is what Xorg -configure  comes up with.  Should the nVidia driver
name be nv?

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


Re: Xorg Problems

2010-08-21 Thread Warren Block

On Sat, 21 Aug 2010, Warren Block wrote:


Log file is at http://wonkity.com/~wblock/tmp/Xorg.0.log


First notes:

You're running the old version of X, 1.6.1.

Something odd is going on with some of the fonts.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: how to run task periodically

2010-08-21 Thread Adam Vande More

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: External HD

2010-08-21 Thread Philipp Lengemann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Sat, 21 Aug 2010 20:24:14 +0300
schrieb Elias Chrysocheris elias...@cha.forthnet.gr:

 On Saturday 21 of August 2010 20:03:02 Mario Lobo wrote:
  On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
Rem P Robertiremeg...@comcast.net  пишет:
   I have a 500GB USB HD which I am able mount thus:
  mount_ntfs /dev/da2s1 /mnt

Having done so I can copy from the external drive, but not
write to it. What is necessary to implement in order to be
able to write to an external hard drive?

Rem

use the port /usr/ports/sysutils/fusefs-ntfs
   
   Thanks for the tip.  I have installed the port and will give it a
   try, although I'm a little leery given Ryan's post.
   
   Rem
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   freebsd-questions-unsubscr...@freebsd.org
  
  Don't forget to do this:
  
  cd /sbin
  mv -f mount_ntfs mount_ntfs-kern
  ln -s /usr/local/bin/ntfs-3g mount_ntfs
  
  so you can mount your ntfs disk right from fstab.
  
  I have all my vbox vdi files on an ntfs drive and I'm yet to have a
  problem with it.
 
 Well, I used to have an external NTFS hard drive. I used fusefs-ntfs
 and I could write in the drive. But there were times where the
 machine crashed and I couldn't even get a core dump. It also stoped
 durong the core dump and freezed... So I couldn't even place a PR for
 that...
 
 That was in amd64 architecture
 
 Best regards
 Elias
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org

Same problem here. Writing to NTFS with fuse-ntfs is also an experience
everytime. Don't rely on that! It brought me some nerve wracking
moments.

- -- 
GnuPG: 0x4BF7D606 | Jabber: phl...@jabber.ccc.de
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)

iEYEARECAAYFAkxwhv0ACgkQlOPmvEv31gYmBgCgiXfFwzJFwvEDB5igavdFlIdH
4tQAn3yjALF4/jMjE63bwF/4lOzAK+1K
=Nj/k
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Warren Block wrote:
 
 On Sat, 21 Aug 2010, Warren Block wrote:
 
  Log file is at http://wonkity.com/~wblock/tmp/Xorg.0.log
 
 First notes:
 
 You're running the old version of X, 1.6.1.
 
 Something odd is going on with some of the fonts.

I installed ports/x11/xorg-minimal as the full Monty appeared to be a
huge amount of software that will never get used.  I don't want all the
stuff for gnome and kde as I will never use them.

It appeared to me that the fonts could be straightened out when
everything else is working.  I think the Handbook has a section on
adding fonts.

While looking for the xorg-minimal that I installed I found a bunch of
nVidea drivers in the same directory.  Do you think I should install
them now or wait.

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


Re: IO fluctuation

2010-08-21 Thread Jason Leschnik
http://forums.freebsd.org/showthread.php?t=17036;

This is a good starting point, there is also some good info using certain
tools to force the drives to not goto spindown sleep.


On Sun, Aug 22, 2010 at 4:29 AM, Steffen Neubauer stefr...@stefreak.dewrote:

 Hello Claudiu :)

 Sorry that I didn't answer these obvious questions in my first post.

 Am 21.08.2010 20:16, schrieb claudiu vasadi:

  How did you setup your drives in ZFS ? stripe ?


 raidz1  Here is my zpool status output:

 # zpool status
  pool: tank
  state: ONLINE
  scrub: none requested
 config:

NAMESTATE READ WRITE
 CKSUM
tankONLINE   0 0
 0
  raidz1ONLINE   0 0
 0
gptid/7b91a9b4-ab05-11df-8c6e-001d7d004144  ONLINE   0 0
 0
gptid/7cebaf7b-ab05-11df-8c6e-001d7d004144  ONLINE   0 0
 0
gptid/7e43d7a2-ab05-11df-8c6e-001d7d004144  ONLINE   0 0
 0

 errors: No known data errors


  what bsd version do you have and what platform ?


 # uname -a
 FreeBSD tank 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC
 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64



  Do you see this big fluctuation when copying some big file like say and
 iso
 or movie ?


 Both, on small filesystem access and when copying big files.
 When I'm listening to music with VLC over NFS it stalls regularly.
 When I'm working on the shell the commands block randomly for a certain
 time.

 But I get that fluctuation on raw device access, too, look:

 # dd if=/dev/ad0 of=/dev/zero bs=1M
 ^C0+0 records in
 0+0 records out
 0 bytes transferred in 9.848682 secs (0 bytes/sec)
 # dd if=/dev/ad0 of=/dev/zero bs=1M
 ^C1056+0 records in
 1056+0 records out
 1107296256 bytes transferred in 9.492375 secs (116651130 bytes/sec)

 So this is not a zfs problem. But I don't think it's the hardware, too - I
 used that mainboard before FreeBSD with no problems.
 And the WD EARS drives can't be the problem on raw device access, too,
 because I used bs=1M, that should be enough...

 This is really strange...

 Greetings,
 Steffen

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




-- 
Regards,
Jason Leschnik.

Mob. 0432 35 4224
Uni mail. jml...@uow.edu.au
Work mail. j...@ansto.gov.au
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Warren Block

On Sat, 21 Aug 2010, Fred Boatwright wrote:


Warren Block wrote:


On Sat, 21 Aug 2010, Warren Block wrote:


Log file is at http://wonkity.com/~wblock/tmp/Xorg.0.log


First notes:

You're running the old version of X, 1.6.1.

Something odd is going on with some of the fonts.


I installed ports/x11/xorg-minimal as the full Monty appeared to be a
huge amount of software that will never get used.  I don't want all the
stuff for gnome and kde as I will never use them.


The nice thing about the full xorg is that you get a known set of stuff, 
like twm.  At worst, you could deinstall xorg-minimal and install xorg.



It appeared to me that the fonts could be straightened out when
everything else is working.  I think the Handbook has a section on
adding fonts.


Yes, it doesn't look like a serious problem.


While looking for the xorg-minimal that I installed I found a bunch of
nVidea drivers in the same directory.  Do you think I should install
them now or wait.


Those would be the nVidia binary drivers.  There's also 
x11-drivers/xf86-video-nv.  I avoid nVidia cards, so someone else will 
have to comment on those.



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


Re: External HD

2010-08-21 Thread Jason Leschnik
Is there much Data on the disk?, it may be worth while moving to FAT32 or a
FS that is shared by both (If your happy to live with the 4GB max file
size).

On Sun, Aug 22, 2010 at 12:09 PM, Philipp Lengemann phl...@arcor.de wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Am Sat, 21 Aug 2010 20:24:14 +0300
 schrieb Elias Chrysocheris elias...@cha.forthnet.gr:

  On Saturday 21 of August 2010 20:03:02 Mario Lobo wrote:
   On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
 Rem P Robertiremeg...@comcast.net  пишет:
I have a 500GB USB HD which I am able mount thus:
   mount_ntfs /dev/da2s1 /mnt

 Having done so I can copy from the external drive, but not
 write to it. What is necessary to implement in order to be
 able to write to an external hard drive?

 Rem

 use the port /usr/ports/sysutils/fusefs-ntfs
   
Thanks for the tip.  I have installed the port and will give it a
try, although I'm a little leery given Ryan's post.
   
Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org
  
   Don't forget to do this:
  
   cd /sbin
   mv -f mount_ntfs mount_ntfs-kern
   ln -s /usr/local/bin/ntfs-3g mount_ntfs
  
   so you can mount your ntfs disk right from fstab.
  
   I have all my vbox vdi files on an ntfs drive and I'm yet to have a
   problem with it.
 
  Well, I used to have an external NTFS hard drive. I used fusefs-ntfs
  and I could write in the drive. But there were times where the
  machine crashed and I couldn't even get a core dump. It also stoped
  durong the core dump and freezed... So I couldn't even place a PR for
  that...
 
  That was in amd64 architecture
 
  Best regards
  Elias
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org

 Same problem here. Writing to NTFS with fuse-ntfs is also an experience
 everytime. Don't rely on that! It brought me some nerve wracking
 moments.

 - --
 GnuPG: 0x4BF7D606 | Jabber: phl...@jabber.ccc.de
 - --
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.16 (FreeBSD)

 iEYEARECAAYFAkxwhv0ACgkQlOPmvEv31gYmBgCgiXfFwzJFwvEDB5igavdFlIdH
 4tQAn3yjALF4/jMjE63bwF/4lOzAK+1K
 =Nj/k
 -END PGP SIGNATURE-

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




-- 
Regards,
Jason Leschnik.

Mob. 0432 35 4224
Uni mail. jml...@uow.edu.au
Work mail. j...@ansto.gov.au
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


New bwn driver

2010-08-21 Thread Steven Friedrich
I have an HP pavilion zd825us which has a Broadcom ethernet that appears to be 
supported by the new bwn driver. I have, for several years now, been using the 
NDIS driver based on Project Evil. Since bwn came out in 8.1, I tried it and 
it pretty much works but I get a couple errors sporadically.  Here are the 
dmesgs:
Aug 21 11:39:29 laptop2 kernel: siba_bwn0: Broadcom BCM4318 802.11b/g 
Wireless mem 0xc8206000-0xc8207fff irq 17 at device 3.0 on pci11
Aug 21 11:39:29 laptop2 kernel: bwn0 on siba_bwn0
Aug 21 11:39:29 laptop2 kernel: bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 
type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8)
Aug 21 11:39:29 laptop2 kernel: bwn0: DMA (32 bits)
Aug 21 11:39:29 laptop2 kernel: bwn0: [FILTER]
Aug 21 11:39:29 laptop2 kernel: bwn0: firmware version (rev 410 patch 2160 
date 0x751a time 0x7c0a)
Aug 21 11:39:29 laptop2 kernel: bwn0: need multicast update callback
Aug 20 17:01:37 laptop2 kernel: bwn0: RX decryption attempted (old 0 keyidx 
0x2)

Occasionally, a message appears  on the console indicating that mDNSResponder 
had an issue:
Aug 20 19:45:42 laptop2 mDNSResponder: mDNSPlatformSendUDP got error 51 
(Network is unreachable) sending packet to 224.0.0.251 on interface 
127.0.0.1/lo0/2


Aug 21 11:39:56 laptop2 mDNSResponder: mDNSResponder (Engineering Build) (Aug  
4 2010 09:50:01) starting

And when I use the NDIS driver, I see this lock not held...
Aug 21 11:39:56 laptop2 mDNSResponder: mDNS_AddDNSServer: Lock not held! 
mDNS_busy (0) mDNS_reentrancy (0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


New bwn driver

2010-08-21 Thread Steven Friedrich
I have an HP pavilion zd825us which has a Broadcom ethernet that appears to be 
supported by the new bwn driver. I have, for several years now, been using the 
NDIS driver based on Project Evil. Since bwn came out in 8.1, I tried it and 
it pretty much works but I get a couple errors sporadically.  Here are the 
dmesgs:
Aug 21 11:39:29 laptop2 kernel: siba_bwn0: Broadcom BCM4318 802.11b/g 
Wireless mem 0xc8206000-0xc8207fff irq 17 at device 3.0 on pci11
Aug 21 11:39:29 laptop2 kernel: bwn0 on siba_bwn0
Aug 21 11:39:29 laptop2 kernel: bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 
type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8)
Aug 21 11:39:29 laptop2 kernel: bwn0: DMA (32 bits)
Aug 21 11:39:29 laptop2 kernel: bwn0: [FILTER]
Aug 21 11:39:29 laptop2 kernel: bwn0: firmware version (rev 410 patch 2160 
date 0x751a time 0x7c0a)
Aug 21 11:39:29 laptop2 kernel: bwn0: need multicast update callback
Aug 20 17:01:37 laptop2 kernel: bwn0: RX decryption attempted (old 0 keyidx 
0x2)

Occasionally, a message appears  on the console indicating that mDNSResponder 
had an issue:
Aug 20 19:45:42 laptop2 mDNSResponder: mDNSPlatformSendUDP got error 51 
(Network is unreachable) sending packet to 224.0.0.251 on interface 
127.0.0.1/lo0/2


Aug 21 11:39:56 laptop2 mDNSResponder: mDNSResponder (Engineering Build) (Aug  
4 2010 09:50:01) starting

And when I use the NDIS driver, I see this lock not held...
Aug 21 11:39:56 laptop2 mDNSResponder: mDNS_AddDNSServer: Lock not held! 
mDNS_busy (0) mDNS_reentrancy (0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Eitan Adler wrote:
 
  Something odd is going on with some of the fonts.
 
  I installed ports/x11/xorg-minimal as the full Monty appeared to be a
  huge amount of software that will never get used. Â I don't want all the
  stuff for gnome and kde as I will never use them.
 
  It appeared to me that the fonts could be straightened out when
  everything else is working. Â I think the Handbook has a section on
  adding fonts.
 
 
 Hi,
 I'm the maintainer of x11/xorg-minimal. I have not been following this thread.
 
 Did you have problems with fonts when installing x11/xorg-minimal ?
 
 --
 Eitan Adler

Hi Eitan,
The Xorg.0.log file shows it can't find some expected fonts.  The file
is at
http://wonkity.com/~wblock/tmp/Xorg.0.log
The actual problem I am having is that startx produces only a completely
black screen.  Xorg -config xorg.conf.new -retro  produces the expected
grid and mouse pointer.  A .xinitrc file is supposed to start a window
manager.

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


Re: Xorg Problems

2010-08-21 Thread Eitan Adler
On Sat, Aug 21, 2010 at 11:42 PM, Fred Boatwright f...@blakemfg.com wrote:
 Eitan Adler wrote:

  Something odd is going on with some of the fonts.
 
  I installed ports/x11/xorg-minimal as the full Monty appeared to be a
  huge amount of software that will never get used. Ā I don't want all the
  stuff for gnome and kde as I will never use them.
 
  It appeared to me that the fonts could be straightened out when
  everything else is working. Ā I think the Handbook has a section on
  adding fonts.
 

 Hi,
 I'm the maintainer of x11/xorg-minimal. I have not been following this 
 thread.

 Did you have problems with fonts when installing x11/xorg-minimal ?

 --
 Eitan Adler

 Hi Eitan,
 The Xorg.0.log file shows it can't find some expected fonts.  The file
 is at
 http://wonkity.com/~wblock/tmp/Xorg.0.log

These are harmless. X.org will work without them which is why I didn't
depend on them on x11/xorg-minimal

 The actual problem I am having is that startx produces only a completely
 black screen.  Xorg -config xorg.conf.new -retro  produces the expected
 grid and mouse pointer.  A .xinitrc file is supposed to start a window
 manager.
Modern X.org installs don't show a default window manager (so a black
screen is expected). What is the contents of your .xinitrc file?


 Best regards,
 Fred







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


ZFS jails

2010-08-21 Thread Joe
I am thinking about running zfs on the host for everything except 
booting the system. I plan to create a 1gb zfs area which I want to use 
for a jail directory tree.


Is this possible?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg Problems

2010-08-21 Thread Fred Boatwright
Eitan Adler wrote:
 
 On Sat, Aug 21, 2010 at 11:42 PM, Fred Boatwright f...@blakemfg.com wrote:
  Eitan Adler wrote:
 
   Something odd is going on with some of the fonts.
  
   I installed ports/x11/xorg-minimal as the full Monty appeared to be a
   huge amount of software that will never get used. Ä? I don't want all the
   stuff for gnome and kde as I will never use them.
  
   It appeared to me that the fonts could be straightened out when
   everything else is working. Ä? I think the Handbook has a section on
   adding fonts.
  
 
  Hi,
  I'm the maintainer of x11/xorg-minimal. I have not been following this 
  thread.
 
  Did you have problems with fonts when installing x11/xorg-minimal ?
 
  --
  Eitan Adler
 
  Hi Eitan,
  The Xorg.0.log file shows it can't find some expected fonts. Â The file
  is at
  http://wonkity.com/~wblock/tmp/Xorg.0.log
 
 These are harmless. X.org will work without them which is why I didn't
 depend on them on x11/xorg-minimal
 
  The actual problem I am having is that startx produces only a completely
  black screen.  Xorg -config xorg.conf.new -retro  produces the expected
  grid and mouse pointer. Â A .xinitrc file is supposed to start a window
  manager.
 Modern X.org installs don't show a default window manager (so a black
 screen is expected). What is the contents of your .xinitrc file?
 
 
  Best regards,
  Fred
 
 
 --
 Eitan Adler

The .xinitrc file:
 xrdb
 xsetroot -solid gray 
 xterm -geometry +0-100 
 xconsole -geometry -0+0 -fn 5x7 
#exec olvwm   #complained about a missing font
 exec fvwm

I have also tried twm.
This file was generated from an example in the Handbook.  I don't
understand why xterm and xconsole are to be started before the window
manager.

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


Re: Forged messages being posted to freebsd-questions

2010-08-21 Thread Wayne Sierke
On Thu, 2010-08-19 at 09:33 -0400, Rod Person wrote:
 Can some explain to me or know what criteria is used to determine 
 when a posting to the lists need moderation?
 I have read post in the past that say the list is not moderated or 
 comments such as above.
 
 But, then I try to post something and I get a you posting is 
 awaiting moderator approval. Then I get a email that
 my posting was rejected with comments that state I don't see what 
 this has to do with FreeBSD. But, then we have
 these junk mail and forged mail issues, not to mention I see replies 
 that go way off topic of FreeBSD.
 
 Just wondering.

I've received a response like that awaiting moderator approval when
I've inadvertently sent a message to a list from other than my
subscribed address. I don't recall ever seeing such a response from a
non-subscription list (like -questions).


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