From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 00:06:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66486106566B for ; Sun, 2 Oct 2011 00:06:38 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id 38DD18FC13 for ; Sun, 2 Oct 2011 00:06:37 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p9206bs6048905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 1 Oct 2011 19:06:37 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id p9206abg053704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 1 Oct 2011 19:06:36 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id p9206ait053698; Sat, 1 Oct 2011 19:06:36 -0500 (CDT) (envelope-from dan) Date: Sat, 1 Oct 2011 19:06:36 -0500 From: Dan Nelson To: ??????? ??????? Message-ID: <20111002000636.GM9801@dan.emsphone.com> References: <3691887.20111001203849@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3691887.20111001203849@yandex.ru> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.2 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Sat, 01 Oct 2011 19:06:37 -0500 (CDT) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-questions@freebsd.org Subject: Re: top: how to obtain which process take CPU time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 00:06:38 -0000 In the last episode (Oct 01), ??????? ??????? said: > hi, Freebsd-questions. > > last pid: 92665; load averages: 2.40, 2.68, 4.75 up 5+02:45:23 20:29:07 > 218 processes: 3 running, 215 sleeping > CPU: 59.6% user, 0.0% nice, 40.4% system, 0.0% interrupt, 0.0% idle > Mem: 225M Active, 81M Inact, 115M Wired, 3936K Cache, 60M Buf, 64M Free > Swap: 2048M Total, 190M Used, 1857M Free, 9% Inuse > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 92520 cacti 1 -8 0 22796K 12656K piperd 0:00 1.46% php > 92593 cacti 1 -8 0 4620K 2316K piperd 0:00 1.46% perl5.8.8 > 92594 cacti 1 8 0 3460K 1120K wait 0:00 1.46% sh > 92592 cacti 1 8 0 3460K 1120K wait 0:00 1.46% sh > 92595 cacti 1 55 0 5448K 2692K select 0:00 1.37% snmpget > > top -SIHP > last pid: 99336; load averages: 1.47, 2.05, 3.66 up 5+02:52:06 20:35:50 > 291 processes: 6 running, 266 sleeping, 18 waiting, 1 lock > CPU: 52.2% user, 0.0% nice, 27.9% system, 0.0% interrupt, 19.9% idle > Mem: 236M Active, 81M Inact, 115M Wired, 3436K Cache, 60M Buf, 54M Free > Swap: 2048M Total, 189M Used, 1858M Free, 9% Inuse > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU COMMAND > 11 root 171 ki31 0K 8K RUN 70.1H 27.59% idle: cpu0 > 98502 cacti 8 0 23820K 12932K nanslp 0:00 0.20% php > 44054 root 8 0 3124K 524K nanslp 0:56 0.10% monitord > 99051 root 44 0 3496K 2020K RUN 0:00 0.10% top > 99331 cacti -8 0 4620K 2332K piperd 0:00 0.00% perl5.8.8 > 99326 cacti -8 0 4620K 2332K piperd 0:00 0.00% perl5.8.8 > > It is unclear which process take CPU time. > is there any other tool, which help me to see processes that take CPU? Take a look at the "last pid" values and the time of each top snapshot: > last pid: 92665; load averages: 2.40, 2.68, 4.75 up 5+02:45:23 20:29:07 > last pid: 99336; load averages: 1.47, 2.05, 3.66 up 5+02:52:06 20:35:50 So, in 7 minutes your system has launched 6671 processes, and in your first top snapshot I see sh and snmpget processses. The reason you don't see any processes in top consuming CPU is that they are being created and then exit before top can print them. If you turn process accounting on (add accounting_enable="YES" to /etc/rc.conf, then run "/etc/rc.d.d/accounting start"), you can run the "lastcomm" command to see a log of every process that has exited and its CPU usage. It won't really tell you any more than "you are running Cacti and monitoring a lot of devices" :) -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 03:51:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B4431065673 for ; Sun, 2 Oct 2011 03:51:35 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from nlpiport16.prodigy.net.mx (nlpiport16.prodigy.net.mx [148.235.52.21]) by mx1.freebsd.org (Postfix) with ESMTP id EAD558FC12 for ; Sun, 2 Oct 2011 03:51:34 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkGAN7ah069qoS+/2dsb2JhbAAnGplpjkyCWAEBBYEJCxguV4gaJI0bqRUOhxMEh0cwnUc X-IronPort-AV: E=Sophos;i="4.68,476,1312174800"; d="scan'208";a="478068616" Received: from nlpiport02.prodigy.net.mx ([148.235.52.117]) by nlpiport16.prodigy.net.mx with ESMTP; 01 Oct 2011 22:34:50 -0500 Received: from dsl-189-170-132-190-dyn.prod-infinitum.com.mx (HELO morena) ([189.170.132.190]) by nlpiport02.prodigy.net.mx with ESMTP; 01 Oct 2011 22:34:51 -0500 From: Martin Alejandro Paredes Sanchez To: freebsd-questions@freebsd.org Date: Sat, 1 Oct 2011 20:35:05 -0700 User-Agent: KMail/1.9.10 References: <20110924100418.50edc7ea@atomizer> In-Reply-To: <20110924100418.50edc7ea@atomizer> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201110012035.05248.mapsware@prodigy.net.mx> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Help with devd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 03:51:35 -0000 On Saturday 24 September 2011 07:04:18 Rod Person wrote: > I'm trying to understand devd.conf to auto mount usb devices. For > example I have a usb drive that will show up as da1 so as a test I just > want to write something to syslog when it is plugged in. > > This is what I have tried in devd.conf: > > notify 20{ > match "system" "DEVFS"; > match "subsystem" "CDEV"; > match "type" "CREATE"; > match "cdev" "da[1-9]+"; > action "logger you plugged in some usb device"; > }; > > notify 20{ > match "system" "USB"; > match "subsytem" "DEVICE"; > match "type" "ATTACH"; > action "logger some type of usb thing attached"; > }; > I do not belive that the values of that variables are in upper case To see what is happening in devd, try this Create the file /usr/local/etc/devd/printvar.conf with ============================= # # Run devd in debug mode # devd -Dd # attach 0 { device-name "umass[0-9]+"; action "/usr/local/etc/devd/printvar.sh '$bus' '$cdev' '$cisproduct' '$cisvendor' '$class' '$device' '$device-name' '$function' '$manufacturer' '$notify' '$product' '$serial' '$slot' '$subvendor' '$subdevice' '$subsystem' '$system' '$type' '$vendor'"; }; ============================= Also, creat the file Create the file /usr/local/etc/devd/printvar.sh ============================= #!/bin/sh { echo "$# parametros" echo $@ echo "bus = $1" echo "cdev = $2" echo "cisproduct = $3" echo "cisvendor = $4" echo "class = $5" echo "device = $6" echo "device-name = $7" echo "function = $8" echo "manufacturer = $9" shift 9 echo "notify = $1" echo "product = $2" echo "serial = $3" echo "slot = $4" echo "subvendor = $5" echo "subdevice = $6" echo "subsystem = $7" echo "system = $8" echo "type = $9" shift 1 echo "vendor = $9" } > /tmp/VariablesDevd.txt ============================= Check the content of /tmp/VariablesDevd.txt You can also try this other advise for auto mount http://networking.ringofsaturn.com/Unix/freebsdautomount.php From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 09:09:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A341106566C; Sun, 2 Oct 2011 09:09:14 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 10EA48FC0C; Sun, 2 Oct 2011 09:09:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-ID:Subject:Cc:To:From:Date; bh=RBauTxWXB25eR4578EGnXUYaLG+mxfH5/zMIwTRRU+0=; b=oXULOo/ExC+IOAfOyN2MDJAka0nLVeT9cYdJVp77lbQY5+5sG6WIiQ/t1GMy126YG30ylv/WqUxL5LkZu6DOOBO2J05GebegEOsNV8XtYCJNl83PVDUpkH07ehS/ycW6O3AKYCN+SPF3mInPSMn97Bc/DWQFKDh0pbLAZ6jJn/o=; Received: from [178.137.138.222] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1RAHhv-000Iy1-F2 ; Sun, 02 Oct 2011 11:47:36 +0300 Date: Sun, 2 Oct 2011 11:47:33 +0300 From: Ivan Klymenko To: freebsd-questions@freebsd.org Message-ID: <20111002114733.72037f2f@nonamehost.> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Hans Petter Selasky Subject: ugen4.2: at usbus4 (disconnected) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 09:09:14 -0000 Hi all! I have an Acer Aspire 5720. And built in a WebCam Crystal Eye. uname -a FreeBSD nonamehost1 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225700: Tue Sep 27 12:30:24 EEST 2011 user@nonamehost1:/usr/obj/usr/src/sys/mk9 amd64 When a booting OS visible line: ugen4.2: at usbus4 (disconnected) ... ichsmb0: port 0x6000-0x601f mem 0x9b305000-0x9b3050ff irq 19 at device 31.3 on pci0 smbus0: on ichsmb0 ugen4.2: at usbus4 (disconnected) nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io ... The device /dev/cuse is present, and /dev/video0 is not present, hence no video in Skype and other applications which use webcam ... What do I do that would appear the device /dev/video0? Thanks! kldstat Id Refs Address Size Name 1 117 0xffffffff80200000 a7d378 kernel 2 1 0xffffffff80c7e000 1cc0 splash_pcx.ko 3 1 0xffffffff80c80000 88c0 vesa.ko 4 1 0xffffffff80e12000 41be linprocfs.ko 5 4 0xffffffff80e17000 1e0f3 linux.ko 6 1 0xffffffff80e36000 9f4 linsysfs.ko 7 1 0xffffffff80e37000 2102 ichsmb.ko 8 1 0xffffffff80e3a000 868 smbus.ko 9 1 0xffffffff80e3b000 406 lindev.ko 10 1 0xffffffff80e3c000 a3187e nvidia.ko 11 1 0xffffffff8186e000 2445 acpi_video.ko 12 1 0xffffffff81871000 f06a if_bge.ko 13 1 0xffffffff81881000 140a8 snd_hda.ko 14 3 0xffffffff81896000 3981c sound.ko 15 1 0xffffffff818d0000 4aa8 snd_uaudio.ko 16 1 0xffffffff818d5000 30d0 cuse4bsd.ko 17 1 0xffffffff818d9000 2ef8 ng_bt3c.ko 18 7 0xffffffff818dc000 8e00 netgraph.ko 19 1 0xffffffff818e5000 3258 ng_ubt.ko 20 1 0xffffffff818e9000 8b34 ng_hci.ko 21 2 0xffffffff818f2000 a60 ng_bluetooth.ko 22 1 0xffffffff818f3000 7f8 ubtbcmfw.ko 23 1 0xffffffff818f4000 1b61 atapicam.ko 24 1 0xffffffff818f6000 256 cd9660_iconv.ko 25 1 0xffffffff818f7000 2281 libiconv.ko 26 1 0xffffffff818fa000 3f24 sdhci.ko 27 1 0xffffffff818fe000 4f90 mmc.ko 28 1 0xffffffff81903000 175d mmcsd.ko 29 2 0xffffffff81905000 3812 geom_sched.ko 30 1 0xffffffff81909000 f0c gsched_rr.ko 31 2 0xffffffff8190a000 11174 firewire.ko 32 1 0xffffffff8191c000 6d90 sbp.ko 33 1 0xffffffff81923000 8c1b if_wpi.ko 34 1 0xffffffff8192c000 24c04 wpifw.ko 35 1 0xffffffff81951000 1544 ng_ether.ko 36 1 0xffffffff81953000 3150 ng_pppoe.ko 37 1 0xffffffff81957000 1b90 ng_socket.ko 38 1 0xffffffff81959000 16994 ng_btsocket.ko 39 1 0xffffffff81970000 a980 fuse.ko 40 1 0xffffffff8197b000 204 green_saver.ko 41 1 0xffffffff8197c000 768 rtc.ko lsusb Bus /dev/usb Device /dev/ugen6.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen5.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen4.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen3.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen2.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen1.1: ID 0000:0000 Bus /dev/usb Device /dev/ugen0.1: ID 0000:0000 usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen1.1: at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen2.1: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen3.1: at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen4.1: at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen5.1: at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen6.1: at usbus6, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x011e1025 chip=0x2a008086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = 'Mobile PM965/GM965/GL960 Memory Controller Hub' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x011e1025 chip=0x2a018086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = 'Mobile PM965/GM965/GL960 PCI Express Root Port' class = bridge subclass = PCI-PCI uhci0@pci0:0:26:0: class=0x0c0300 card=0x011e1025 chip=0x28348086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subclass = USB uhci1@pci0:0:26:1: class=0x0c0300 card=0x011e1025 chip=0x28358086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subclass = USB ehci0@pci0:0:26:7: class=0x0c0320 card=0x011e1025 chip=0x283a8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB2 EHCI Controller' class = serial bus subclass = USB hdac0@pci0:0:27:0: class=0x040300 card=0x011e1025 chip=0x284b8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) HD Audio Controller' class = multimedia subclass = HDA pcib2@pci0:0:28:0: class=0x060400 card=0x011e1025 chip=0x283f8086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCI Express Port 1' class = bridge subclass = PCI-PCI pcib3@pci0:0:28:1: class=0x060400 card=0x011e1025 chip=0x28418086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCI Express Port 2' class = bridge subclass = PCI-PCI pcib4@pci0:0:28:2: class=0x060400 card=0x011e1025 chip=0x28438086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCI Express Port 3' class = bridge subclass = PCI-PCI pcib5@pci0:0:28:3: class=0x060400 card=0x011e1025 chip=0x28458086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCI Express Port 4' class = bridge subclass = PCI-PCI uhci2@pci0:0:29:0: class=0x0c0300 card=0x011e1025 chip=0x28308086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subclass = USB uhci3@pci0:0:29:1: class=0x0c0300 card=0x011e1025 chip=0x28318086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subclass = USB uhci4@pci0:0:29:2: class=0x0c0300 card=0x011e1025 chip=0x28328086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subclass = USB ehci1@pci0:0:29:7: class=0x0c0320 card=0x011e1025 chip=0x28368086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB2 EHCI Controller' class = serial bus subclass = USB pcib6@pci0:0:30:0: class=0x060401 card=0x011e1025 chip=0x24488086 rev=0xf3 hdr=0x01 vendor = 'Intel Corporation' device = '82801 Mobile PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:0:31:0: class=0x060100 card=0x011e1025 chip=0x28158086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801HEM (ICH8M) LPC Interface Controller' class = bridge subclass = PCI-ISA atapci0@pci0:0:31:1: class=0x01018a card=0x011e1025 chip=0x28508086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller' class = mass storage subclass = ATA ahci0@pci0:0:31:2: class=0x010601 card=0x011e1025 chip=0x28298086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller' class = mass storage subclass = SATA ichsmb0@pci0:0:31:3: class=0x0c0500 card=0x011e1025 chip=0x283e8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) SMBus Controller' class = serial bus subclass = SMBus vgapci0@pci0:1:0:0: class=0x030000 card=0x011e1025 chip=0x042710de rev=0xa1 hdr=0x00 vendor = 'nVidia Corporation' device = 'G86 [GeForce 8400M GS]' class = display subclass = VGA bge0@pci0:5:0:0: class=0x020000 card=0x011e1025 chip=0x169314e4 rev=0x02 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetLink BCM5787M Gigabit Ethernet PCI Express' class = network subclass = ethernet wpi0@pci0:6:0:0: class=0x028000 card=0x10018086 chip=0x42228086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PRO/Wireless 3945ABG [Golan] Network Connection' class = network fwohci0@pci0:7:0:0: class=0x0c0010 card=0x011e1025 chip=0x08321180 rev=0x05 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'R5C832 IEEE 1394 Controller' class = serial bus subclass = FireWire sdhci0@pci0:7:0:1: class=0x080500 card=0x011e1025 chip=0x08221180 rev=0x22 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter' class = base peripheral subclass = SD host controller none0@pci0:7:0:2: class=0x088000 card=0x011e1025 chip=0x08431180 rev=0x12 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'R5C843 MMC Host Controller' class = base peripheral none1@pci0:7:0:3: class=0x088000 card=0x011e1025 chip=0x05921180 rev=0x12 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'R5C592 Memory Stick Bus Host Adapter' class = base peripheral none2@pci0:7:0:4: class=0x088000 card=0x011e1025 chip=0x08521180 rev=0x12 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'xD-Picture Card Controller' class = base peripheral From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 09:48:32 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CC801065672 for ; Sun, 2 Oct 2011 09:48:32 +0000 (UTC) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by mx1.freebsd.org (Postfix) with ESMTP id CC84C8FC1B for ; Sun, 2 Oct 2011 09:48:30 +0000 (UTC) Received: from jau.iki.fi (localhost [127.0.0.1]) by jau.iki.fi (8.14.5/8.14.5) with ESMTP id p929mSKm002454 for ; Sun, 2 Oct 2011 12:48:28 +0300 (EEST) (envelope-from jau@jau.iki.fi) Received: (from jau@localhost) by jau.iki.fi (8.14.5/8.14.5/Submit) id p929mSsU002452 for questions@freebsd.org; Sun, 2 Oct 2011 12:48:28 +0300 (EEST) (envelope-from jau) Message-Id: <201110020948.p929mSsU002452@jau.iki.fi> To: questions@freebsd.org Date: Sun, 2 Oct 2011 12:48:28 +0300 (EEST) From: jau@iki.fi (Jukka A. Ukkonen) Sender: jau@iki.fi Latin-Date: dies Solis II Octombrie a.d. MMXI Organization: Private person OS-Platform: FreeBSD Phone: +358-9-6215280 (home) / +358-500-606671 (gsm) Content-Conversion: prohibited X-Mailer: ELM [version 2.4 PL25+pgp] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (jau.iki.fi [127.0.0.1]); Sun, 02 Oct 2011 12:48:28 +0300 (EEST) Cc: Subject: FreeBSD 9 on an AMD64 with an LSI SAS controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jau@iki.fi List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 09:48:32 -0000 Greetings all, Roughly a week ago I sent to this mailing list a question about problems with installing FreeBSD 9 on an AMD64 system. It seems that I now know the reason why booting from the install CD failed. When buying the system I had not paid enough attention to the fact that the SAS controller on the motherboard is a new LSI SAS2008-IR which would need the mps driver. I had been assuming that since there is an LSI controller on the motherboard the older mpt driver should work. The mps driver, which would be needed for the SAS2008 series is still relatively new work in progress, is apparently not part of the GENERIC kernel used for the install kits. The next obvious question in my mind is: "Are these new SAS2008 series controllers now becoming common as the default SAS chips on motherboards?" If so, until the mps driver matures enough it might be better for everybody to check before selecting a motherboard that the SAS controller on it will work with the older mpt driver. Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Oxit Ltd, Finland /__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671 / Internet: Jukka.Ukkonen(a)Oxit.Fi / Internet: jau(a)iki.fi v .--- .- ..- ...-.- .. -.- .. .-.-.- ..-. .. + + + + My opinions are mine and mine alone, not my employers. + + + + From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 10:40:43 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2566B1065674 for ; Sun, 2 Oct 2011 10:40:43 +0000 (UTC) (envelope-from merlyn@stonehenge.com) Received: from mail.mroute.net (lax-gw09.mailroute.net [199.89.0.109]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD198FC08 for ; Sun, 2 Oct 2011 10:40:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by lax-gw09.mroute.net (Postfix) with ESMTP id E7E8913858E; Sun, 2 Oct 2011 10:40:40 +0000 (GMT) X-Virus-Scanned: by MailRoute Received: from red.stonehenge.com (red.stonehenge.com [208.79.95.2]) by lax-gw09.mroute.net (Postfix) with ESMTP id 1BBA71384C5; Sun, 2 Oct 2011 10:40:40 +0000 (GMT) Received: by red.stonehenge.com (Postfix, from userid 1001) id E92B61965; Sun, 2 Oct 2011 03:40:39 -0700 (PDT) From: merlyn@stonehenge.com (Randal L. Schwartz) To: Gary Kline References: <20111001232128.GA27641@thought.org> x-mayan-date: Long count = 12.19.18.13.14; tzolkin = 13 Ix; haab = 2 Yax Date: Sun, 02 Oct 2011 03:40:39 -0700 In-Reply-To: <20111001232128.GA27641@thought.org> (Gary Kline's message of "Sat, 1 Oct 2011 16:21:31 -0700") Message-ID: <86obxz1xso.fsf@red.stonehenge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List Subject: Re: what are the plain GUI text editors that use the abbrev [as in vi]? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 10:40:43 -0000 >>>>> "Gary" == Gary Kline writes: Gary> several months ago i asked this list if there were any =easier= text Gary> editors than vi[m] that had the abbrev ability. GNU Emacs is easier for me than vim is. And it has abbrev mode. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.posterous.com/ for Smalltalk discussion From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 14:17:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679E0106564A for ; Sun, 2 Oct 2011 14:17:42 +0000 (UTC) (envelope-from rodperson@rodperson.com) Received: from www6.pairlite.com (www6.pairlite.com [64.130.10.16]) by mx1.freebsd.org (Postfix) with ESMTP id 46BA38FC0A for ; Sun, 2 Oct 2011 14:17:42 +0000 (UTC) Received: from atomizer (pool-72-77-28-206.pitbpa.fios.verizon.net [72.77.28.206]) by www6.pairlite.com (Postfix) with ESMTPSA id 52EF2B828; Sun, 2 Oct 2011 10:17:41 -0400 (EDT) Date: Sun, 2 Oct 2011 10:17:42 -0400 From: Rod Person To: Martin Alejandro Paredes Sanchez Message-ID: <20111002101742.5c9f58bc@atomizer> In-Reply-To: <201110012035.05248.mapsware@prodigy.net.mx> References: <20110924100418.50edc7ea@atomizer> <201110012035.05248.mapsware@prodigy.net.mx> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help with devd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 14:17:42 -0000 On Sat, 1 Oct 2011 20:35:05 -0700 Martin Alejandro Paredes Sanchez wrote: > I do not belive that the values of that variables are in upper case > (SNIP) Thank you for the reply...in my case it seems that simply restarting the devd service did not work, I had to reboot the machine then my devd.conf entries did work. Thanks for the scripts though I will use them as I working on auto-mounting devices using glabels. I'm having an issue with device names that have spaces in the label...in this case a manufacturers default name on an mp3 device. -- Rod Person http://www.rodperson.com From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 14:52:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C3D5106564A for ; Sun, 2 Oct 2011 14:52:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 296048FC0A for ; Sun, 2 Oct 2011 14:52:31 +0000 (UTC) X-T2-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 186647782; Sun, 02 Oct 2011 16:42:27 +0200 From: Hans Petter Selasky To: Ivan Klymenko Date: Sun, 2 Oct 2011 16:39:19 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20111002114733.72037f2f@nonamehost.> In-Reply-To: <20111002114733.72037f2f@nonamehost.> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201110021639.19454.hselasky@c2i.net> Cc: "freebsd-questions@freebsd.org" Subject: Re: ugen4.2: at usbus4 (disconnected) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 14:52:32 -0000 On Sunday 02 October 2011 10:47:33 Ivan Klymenko wrote: > Hi all! > > I have an Acer Aspire 5720. And built in a WebCam Crystal Eye. > > uname -a > FreeBSD nonamehost1 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225700: Tue Sep 27 > 12:30:24 EEST 2011 user@nonamehost1:/usr/obj/usr/src/sys/mk9 amd64 > > When a booting OS visible line: ugen4.2: at usbus4 (disconnected) > ... > ichsmb0: port 0x6000-0x601f mem > 0x9b305000-0x9b3050ff irq 19 at device 31.3 on pci0 smbus0: Management Bus> on ichsmb0 > ugen4.2: at usbus4 (disconnected) Your webcam should appear like an USB device typically. Could you look for more occurrences of ugen4.2 in dmesg? Webcamd will start automatically when it sees your webcam. --HPS From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 15:25:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A67B6106566C for ; Sun, 2 Oct 2011 15:25:10 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 5ACF88FC08 for ; Sun, 2 Oct 2011 15:25:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=85miojwSVsgfu1AVS/tmKRxwo3PiIk0P0bQAKM7/xb8=; b=mVdYXFRu3CJ76ZmtN2He6HlfKrToAFx3hd1BpLDGHL7AbCF24m4tzj2FloCEZqCXIYyUQCTCPHDbO3TnUM/W98Koot0IhqDyvwtsTVN0m4HQ2WnycGlTVlCQrflgzzincIUw9P5NeT02rfR+oaD0NtsyMDX9mO35ppZNP4Um7Tw=; Received: from [178.137.138.222] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1RANue-000FZG-HR ; Sun, 02 Oct 2011 18:25:08 +0300 Date: Sun, 2 Oct 2011 18:25:06 +0300 From: Ivan Klymenko To: Hans Petter Selasky Message-ID: <20111002182506.766e533a@nonamehost.> In-Reply-To: <201110021639.19454.hselasky@c2i.net> References: <20111002114733.72037f2f@nonamehost.> <201110021639.19454.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" Subject: Re: ugen4.2: at usbus4 (disconnected) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 15:25:10 -0000 =D0=92 Sun, 2 Oct 2011 16:39:19 +0200 Hans Petter Selasky =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Sunday 02 October 2011 10:47:33 Ivan Klymenko wrote: > > Hi all! > >=20 > > I have an Acer Aspire 5720. And built in a WebCam Crystal Eye. > >=20 > > uname -a > > FreeBSD nonamehost1 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225700: Tue Sep > > 27 12:30:24 EEST 2011 > > user@nonamehost1:/usr/obj/usr/src/sys/mk9 amd64 > >=20 > > When a booting OS visible line: ugen4.2: at usbus4 > > (disconnected) ... > > ichsmb0: port 0x6000-0x601f > > mem 0x9b305000-0x9b3050ff irq 19 at device 31.3 on pci0 smbus0: > > on ichsmb0 > > ugen4.2: at usbus4 (disconnected) >=20 > Your webcam should appear like an USB device typically. Could you > look for more occurrences of ugen4.2 in dmesg? The fact of the matter is that unfortunately no more information about ugen4.2 not in the output gmesg :( even if I use the Verbose mode boot... In the output after booting gmesg generally do not have any information about ugen4.2 device... ls /dev/|grep ugen ugen0.1 ugen1.1 ugen2.1 ugen3.1 ugen4.1 ugen5.1 ugen6.1 ls /dev/usb 0.1.0 0.1.1 1.1.0 1.1.1 2.1.0 2.1.1 3.1.0 3.1.1 4.1.0 4.1.1 5.1.0 5.1.1 6.1.0 6.1.1 >=20 > Webcamd will start automatically when it sees your webcam. >=20 > --HPS From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 17:57:30 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13832106566B for ; Sun, 2 Oct 2011 17:57:30 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id E6B4B8FC0A for ; Sun, 2 Oct 2011 17:57:29 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 0248FE806A3; Sun, 2 Oct 2011 10:57:28 -0700 (PDT) Date: Sun, 2 Oct 2011 10:57:28 -0700 From: Gary Kline To: "Randal L. Schwartz" Message-ID: <20111002175728.GA11552@thought.org> References: <20111001232128.GA27641@thought.org> <86obxz1xso.fsf@red.stonehenge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86obxz1xso.fsf@red.stonehenge.com> Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Mailing List Subject: Re: what are the plain GUI text editors that use the abbrev [as in vi]? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 17:57:30 -0000 On Sun, Oct 02, 2011 at 03:40:39AM -0700, Randal L. Schwartz wrote: > Date: Sun, 02 Oct 2011 03:40:39 -0700 > From: "Randal L. Schwartz" > Subject: Re: what are the plain GUI text editors that use the abbrev [as in > vi]? > To: Gary Kline > Cc: FreeBSD Mailing List > > >>>>> "Gary" == Gary Kline writes: > > Gary> several months ago i asked this list if there were any =easier= text > Gary> editors than vi[m] that had the abbrev ability. > > GNU Emacs is easier for me than vim is. And it has abbrev mode. I'm looking for a GUI editor that can be used by most people with little training. Somebody told me that one of the GUI editors have the abbreviation feature. [the only way i can use emacs is with xemacs and VILE! back to vi.] > > -- > Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 > > Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. > See http://methodsandmessages.posterous.com/ for Smalltalk discussion -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 20:18:49 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75EB6106564A for ; Sun, 2 Oct 2011 20:18:49 +0000 (UTC) (envelope-from dickey@saltmine.radix.net) Received: from saltmine.radix.net (saltmine.radix.net [207.192.128.40]) by mx1.freebsd.org (Postfix) with ESMTP id 372FF8FC0C for ; Sun, 2 Oct 2011 20:18:48 +0000 (UTC) Received: from saltmine.radix.net (localhost [127.0.0.1]) by saltmine.radix.net (8.12.2/8.12.2) with ESMTP id p92KIUj5008871; Sun, 2 Oct 2011 16:18:40 -0400 (EDT) Received: (from dickey@localhost) by saltmine.radix.net (8.12.2/8.12.2/Submit) id p92KIFUV008865; Sun, 2 Oct 2011 16:18:15 -0400 (EDT) Date: Sun, 2 Oct 2011 16:18:15 -0400 From: Thomas Dickey To: Gary Kline Message-ID: <20111002201815.GA8694@saltmine.radix.net> References: <20111001232128.GA27641@thought.org> <86obxz1xso.fsf@red.stonehenge.com> <20111002175728.GA11552@thought.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <20111002175728.GA11552@thought.org> User-Agent: Mutt/1.3.27i Cc: FreeBSD Mailing List , "Randal L. Schwartz" Subject: Re: what are the plain GUI text editors that use the abbrev [as in vi]? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 20:18:49 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 02, 2011 at 10:57:28AM -0700, Gary Kline wrote: > On Sun, Oct 02, 2011 at 03:40:39AM -0700, Randal L. Schwartz wrote: > > Date: Sun, 02 Oct 2011 03:40:39 -0700 > > From: "Randal L. Schwartz" > > Subject: Re: what are the plain GUI text editors that use the abbrev [a= s in > > vi]? > > To: Gary Kline > > Cc: FreeBSD Mailing List > >=20 > > >>>>> "Gary" =3D=3D Gary Kline writes: > >=20 > > Gary> several months ago i asked this list if there were any =3Deasier= =3D text > > Gary> editors than vi[m] that had the abbrev ability. > >=20 > > GNU Emacs is easier for me than vim is. And it has abbrev mode. >=20 >=20 > I'm looking for a GUI editor that can be used by most > people with little training. Somebody told me that one of > the GUI editors have the abbreviation feature. =20 >=20 > [the only way i can use emacs is with xemacs and VILE! > back to vi.] vile has abbreviate... "abbreviate" =09 or "show-abbreviations" ( establish shorthand for another string, or show all abbreviations ) --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQFOiMcFtIqByHxlDocRAlr7AJ4oVlEIHMEQ65mks/JjQ2FG2ZpSTwCfYVjT k9t17ELG1fFe/OCjDnZcI00= =APCU -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 21:12:08 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 381271065673 for ; Sun, 2 Oct 2011 21:12:08 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4A18FC0A for ; Sun, 2 Oct 2011 21:12:07 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 5886CE81569; Sun, 2 Oct 2011 14:12:07 -0700 (PDT) Date: Sun, 2 Oct 2011 14:12:07 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20111002211203.GA15060@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: how to i set the vi bindings to kwrite? [or kwrite-devel]? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 21:12:08 -0000 Ok, so it's KATE or kwrite or <>. I found something about 5yy (yank 5 lines). But nothing about setting up the vi/vim abbrevs feature; how to use the abbreviations feature in this KDE edititor. most of us---or, really, 100%---know how to use the abbrev feature in vi. but my intended user might be the novice user in some backwoods country and might have trouble learning tools like vi. Thus, it makes more sense for these users to use keyboard and mouse in the simplest GUI style. While any GUI text editor would do, it loooks like kwrite has C++ plugin capabilities. If kwrite can bind to vi/vim, so much the better. How do i set these binding, assuming that i can? tia! gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 22:34:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237F91065672 for ; Sun, 2 Oct 2011 22:34:40 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D84F58FC0A for ; Sun, 2 Oct 2011 22:34:39 +0000 (UTC) Received: by ywp17 with SMTP id 17so3651562ywp.13 for ; Sun, 02 Oct 2011 15:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=UYGMv+7AdjlOPDE1lIjz99p3MahfWAYUMoJXAE4f6n4=; b=EH3qVHNViVmy/wRN9eBsZJITwrDKUlNtTwV+aHO3icjvp04LD9FlMcNPQfz8qwlhdy jVApCcIDj4xi/sUXaegaygjNo9/oleTRbLOhhj6fwX9KB0rGGTM0DUmsgoXusgmJevFG HTH3Ln4fUGDLbHLEjJVG1HGEqMwv334GpePh4= Received: by 10.236.191.198 with SMTP id g46mr83000047yhn.124.1317594878992; Sun, 02 Oct 2011 15:34:38 -0700 (PDT) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com. [184.58.138.79]) by mx.google.com with ESMTPS id l42sm12484826yhj.12.2011.10.02.15.34.37 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Oct 2011 15:34:38 -0700 (PDT) From: ajtiM To: freebsd-questions@freebsd.org Date: Sun, 2 Oct 2011 17:34:29 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-RELEASE-p3; KDE/4.6.5; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201110021734.29796.lumiwa@gmail.com> Subject: root waiting for X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 22:34:40 -0000 Hi! My system: FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 /etc/fstab looks like: Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /tmp ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 I have a HP Business Inkjet 3000 printer which is connected through router but I did also try to connect with USB and from this time (I think) I have" root waiting to: usbus4 dmesg shows: ... usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 ... Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub4: 8 ports with 8 removable, self powered acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 Root mount waiting for: usbus4 (probe0:ata1:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:ata1:0:0:0): CAM status: SCSI Status Error (probe0:ata1:0:0:0): SCSI status: Check Condition (probe0:ata1:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 66.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed ugen4.2: at usbus4 umass0: on usbus4 umass0: SCSI over Bulk-Only; quirks = 0x0000 ugen1.2: at usbus1 ums0: on usbus1 ums0: 8 buttons and [XYZT] coordinates ID=0 Root mount waiting for: usbus4 And when I have message root waiting... many times when I start or reboot computer is slow and If I try to compile or use KDE4 usually freeze. Thanks in advance. Mitja -------- http://jpgmag.com/people/lumiwa From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 02:10:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15504106566B for ; Mon, 3 Oct 2011 02:10:20 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 99BAE8FC0C for ; Mon, 3 Oct 2011 02:10:19 +0000 (UTC) Received: by wwe3 with SMTP id 3so4706179wwe.31 for ; Sun, 02 Oct 2011 19:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7hYWNutane1kajVz7hRB321KcV8X8W8nuFiuhwI+HxQ=; b=XFwzP1++bTdpihOXaEdA5+DE61C0UH81NiwhViwbZcgnXOoGSanmFICc1vY0tBIbBX eJGpLs0zIhpBy8BvJEXSm9IOPE+bCAU4nFjrYJbgLzFXtm4QvYzRFZghye06ZtM72KSt Z/Reg2SZ17ych+Ub6Kl2eo5XqGHzSnOEzgf3Y= Received: by 10.227.2.198 with SMTP id 6mr2298059wbk.32.1317607818432; Sun, 02 Oct 2011 19:10:18 -0700 (PDT) Received: from prime.nonspace (92.40.254.160.threembb.co.uk. [92.40.254.160]) by mx.google.com with ESMTPS id es5sm20948295wbb.11.2011.10.02.19.10.16 (version=SSLv3 cipher=OTHER); Sun, 02 Oct 2011 19:10:17 -0700 (PDT) Message-ID: <4E891996.50902@gmail.com> Date: Mon, 03 Oct 2011 03:10:30 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: filesystem type in new installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 02:10:20 -0000 Hello, What are the valid filesystem types in Partition Editor? Installer gives two examples: freebsd-ufs and freebsd-swap. I guess that I can use freebsd-zfs but what are the others? And is that list accessible from the installer itself (some kind of help system) or should I look in external documentation? It's in the news that it supports geli, zfs and others but I don't see any of these options in the installer. Where should I look? Michael From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 02:33:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29351065672 for ; Mon, 3 Oct 2011 02:33:06 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 904018FC19 for ; Mon, 3 Oct 2011 02:33:06 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p932X5iB047782; Sun, 2 Oct 2011 20:33:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p932X5Yj047779; Sun, 2 Oct 2011 20:33:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 2 Oct 2011 20:33:05 -0600 (MDT) From: Warren Block To: Michael In-Reply-To: <4E891996.50902@gmail.com> Message-ID: References: <4E891996.50902@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 02 Oct 2011 20:33:06 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" Subject: Re: filesystem type in new installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 02:33:06 -0000 On Mon, 3 Oct 2011, Michael wrote: > What are the valid filesystem types in Partition Editor? > Installer gives two examples: freebsd-ufs and freebsd-swap. I guess that I > can use freebsd-zfs but what are the others? And is that list accessible from > the installer itself (some kind of help system) or should I look in external > documentation? > > It's in the news that it supports geli, zfs and others but I don't see any of > these options in the installer. Where should I look? Short-term, the gpart(8) man page: http://www.freebsd.org/cgi/man.cgi?query=gpart&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&arch=default&format=html Scroll down to Partition Types. Long-term... don't know. FWIW, I agree that the program should be self-documenting. That might be difficult with all the partition schemes. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 08:36:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55D401065672 for ; Mon, 3 Oct 2011 08:36:27 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id CF65A8FC16 for ; Mon, 3 Oct 2011 08:36:26 +0000 (UTC) Received: by wwn22 with SMTP id 22so3026601wwn.1 for ; Mon, 03 Oct 2011 01:36:25 -0700 (PDT) Received: by 10.216.72.65 with SMTP id s43mr17051664wed.40.1317630985661; Mon, 03 Oct 2011 01:36:25 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id fr18sm22150531wbb.9.2011.10.03.01.36.24 (version=SSLv3 cipher=OTHER); Mon, 03 Oct 2011 01:36:24 -0700 (PDT) Message-ID: <4E897407.905@my.gd> Date: Mon, 03 Oct 2011 10:36:23 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0) Gecko/20110922 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <201110020948.p929mSsU002452@jau.iki.fi> In-Reply-To: <201110020948.p929mSsU002452@jau.iki.fi> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 9 on an AMD64 with an LSI SAS controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 08:36:27 -0000 On 10/2/11 11:48 AM, Jukka A. Ukkonen wrote: > > Greetings all, > > Roughly a week ago I sent to this mailing list a question about > problems with installing FreeBSD 9 on an AMD64 system. > It seems that I now know the reason why booting from the install CD > failed. When buying the system I had not paid enough attention to > the fact that the SAS controller on the motherboard is a new LSI > SAS2008-IR which would need the mps driver. I had been assuming > that since there is an LSI controller on the motherboard the older > mpt driver should work. > The mps driver, which would be needed for the SAS2008 series is > still relatively new work in progress, is apparently not part of > the GENERIC kernel used for the install kits. > > The next obvious question in my mind is: "Are these new SAS2008 > series controllers now becoming common as the default SAS chips > on motherboards?" > If so, until the mps driver matures enough it might be better for > everybody to check before selecting a motherboard that the SAS > controller on it will work with the older mpt driver. > mps has been backported to the 8.x branch from 9.x several months ago. AFAIK, it's included in GENERIC, there is no reason it wouldn't be. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 08:51:59 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A10106566C for ; Mon, 3 Oct 2011 08:51:59 +0000 (UTC) (envelope-from wayne.mitchell.iz@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B4FD28FC08 for ; Mon, 3 Oct 2011 08:51:58 +0000 (UTC) Received: by wwe3 with SMTP id 3so5001837wwe.31 for ; Mon, 03 Oct 2011 01:51:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZhDxZlcB2AhUCY7hF9W/KXaOZiOm4ZqWMKOE8WCR59U=; b=O1vpKbLQc3sVvbEwMje4YW6tOJTEDaYpn4VBGQxsEHCx2vW8YoGIK+aOGTLGbfSO8p VLhcwBDTkU4sZUQEmFB+TE7gt8Wcqeb5P1C8tFMkrRoHexzjD6TSXV3CS3nACeiT81ZU ceTk/BkHOegV2q/0nNlUxSrx4sp2eLjr6nEaM= MIME-Version: 1.0 Received: by 10.223.57.84 with SMTP id b20mr8460385fah.89.1317630419448; Mon, 03 Oct 2011 01:26:59 -0700 (PDT) Received: by 10.223.100.7 with HTTP; Mon, 3 Oct 2011 01:26:59 -0700 (PDT) Date: Mon, 3 Oct 2011 08:26:59 +0000 Message-ID: From: wayne mitchell To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: updating 8.1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 08:51:59 -0000 hey just tried to update a system using 'csup' current system is: 8.1 RELEASE on a amd machine (amd64 GENERIC kernel) tried downloading the CURRENT branch ( tag=. ) when running "make buildworld" get an exit with error at /usr/lib/libmagic system gives various warnings about unknown file types and incorrect variable bounds then exits with error 1 - 'cannot find any magic files' tried this again with ( tag=RELENG_8 ) - exact same problem tried this again with ( tag=RELENG_8.2 ) - exact same problem also tried "make buildworld" in multi-user -and- single-user where should i expect to find any magic files on the system tree ? thanks From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 09:21:04 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D1B1065672 for ; Mon, 3 Oct 2011 09:21:04 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 19AFE8FC1A for ; Mon, 3 Oct 2011 09:21:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RAehj-0006Yf-Mp for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 11:20:55 +0200 Received: from pool-173-79-99-96.washdc.fios.verizon.net ([173.79.99.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 11:20:55 +0200 Received: from nightrecon by pool-173-79-99-96.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 11:20:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Mon, 03 Oct 2011 05:28:57 -0400 Lines: 52 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-99-96.washdc.fios.verizon.net Subject: Re: updating 8.1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 09:21:04 -0000 wayne mitchell wrote: > hey > just tried to update a system using 'csup' > current system is: 8.1 RELEASE on a amd machine (amd64 GENERIC kernel) > tried downloading the CURRENT branch ( tag=. ) > when running "make buildworld" > get an exit with error at /usr/lib/libmagic > system gives various warnings about unknown file types and incorrect > variable bounds > then exits with error 1 - 'cannot find any magic files' > > tried this again with ( tag=RELENG_8 ) - exact same problem > tried this again with ( tag=RELENG_8.2 ) - exact same problem > > also tried "make buildworld" in multi-user -and- single-user > > where should i expect to find any magic files on the system tree ? > thanks I wouldn't worry about this. Be better to find out what is wrong. It is unclear exactly what you are trying to achieve, so I'll try some crystal- ball gazing. Going from 8.1 to HEAD might actually be broken at any one given point in time. Not always, but the possibility exists. If you are dead set on this, read the -CURRENT list for hints on breakage. If you are trying to set up a server for use in some form of stable environment I would suggest not using -CURRENT, but rather consider the security branch of either 8.1-RELEASE or 8.2-RELEASE. The csup tags are RELENG_8_1 and RELENG_8_2 respectively. Example supfile: *default host=cvsup.nl.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_8_2 *default delete use-rel-suffix compress src-all Then cd to /usr/obj and do rm -rf *. This will remove leftovers of previous failed build attempts. Once this is cleaned up and you have the correct source (such as 8.2-RELEASE security branch), then just cd /usr/src and kick off the dance with a make buildworld. I just updated 9 machines from 8.2 to the 8.2 security branch and experienced zero trouble. I can't speak to whether -CURRENT will build, as my boxen are for production use and not for development work. If you continue to have a problem trying to update to RELENG_8_2 you are doing something wrong. -Mike From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 11:54:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A301106566B for ; Mon, 3 Oct 2011 11:54:47 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 59A398FC17 for ; Mon, 3 Oct 2011 11:54:46 +0000 (UTC) Received: by iadk27 with SMTP id k27so7221146iad.13 for ; Mon, 03 Oct 2011 04:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=DBD5Dh3RRz+gD6DaOsagpGDfRv9KOaT3Zrv6SG/3nXg=; b=Ih2V/Uw7P6cuFel58p7DMIeFiwo5fgP6oJPebYD9k2eY9l266Mw6745DURNpJ8jzaX FZKkOhJHb/AHm4+eCzO8pyEJqtQqABg1GzReKCV4rYaWiJQ4kuM9XpeSYqnofKEfuDmU DcKQg5XLhv6+0+XtxapXtlpgbTJ5TbFxhnO50= MIME-Version: 1.0 Received: by 10.231.1.9 with SMTP id 9mr3249963ibd.58.1317642886477; Mon, 03 Oct 2011 04:54:46 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Mon, 3 Oct 2011 04:54:46 -0700 (PDT) Date: Mon, 3 Oct 2011 13:54:46 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 8.2, sec.update -p3, switching between X and console prompt, /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 11:54:47 -0000 Hi, I have FreeBSD amd64, 8.2-RELEASE, I just applied the securtiy update p3 and now have $ uname -r 8.2-RELEASE-p3 I have X running and KDE, My machine is a virtual machine (Vmware) After boot-up I got a graphical login window (as always), I wanted to switch to a console prompt, so hit Ctrl-Alt-F1 but there is now NO reaction at all (neither with Ctrl-Alt-F2, ...Ctrl-Alt-F8) tried many times In the past this was never a problem (in the pas also as a Virtual machine) >From a different PC, I also connected to my FreeBSD machine Got a graphical window, here I could, after two tries, get the console prompt, went back to graphical mode via Ctrl-Alt-F9, OK, but now neither keyboard, nor mouse reacts to input ... Went back to my first PC, now here the same situatuon: graphical window, keyboard and mouse: no more reaction Now I see, my /var is for 108% full There was a huge file Xorg.0.log 16959946731 bytes I deleted it, but still it remains 108% full and I can't create new file How to solve this ??? help! From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 12:06:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC9B8106564A for ; Mon, 3 Oct 2011 12:06:06 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 87EAB8FC0C for ; Mon, 3 Oct 2011 12:06:06 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1RAhHN-0005FT-1Y for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 13:06:03 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1RAhHC-0001dX-Pi for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 13:05:42 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id p93C5gTG098936 for ; Mon, 3 Oct 2011 13:05:42 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id p93C5gRV098935 for freebsd-questions@freebsd.org; Mon, 3 Oct 2011 13:05:42 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 3 Oct 2011 13:05:42 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20111003120542.GA98919@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: cat sort(1) sort floating point numbers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 12:06:06 -0000 I tried sorting a file with a column of floating point numbers (below) with sort(1) -n. However, the numbers seem to have been sorted by the first digit only. TZAV> cat numbers 3.895686170464136E-016 6.790214437463702E-003 4.163481430190832E-016 2.224131318975909E-002 4.024567914829249E-016 3.538878408636508E-016 9.506347960184421E-016 6.314417282585591E-016 1.026969483958696E-015 1.172673069936531E-015 9.367571020052471E-016 1.110223231422310E-016 1.734778989627912E-015 1.942890368732350E-016 1.117248113958902E-015 1.041412167622504E-015 2.985539431996711E-016 1.728132885863794E-015 2.332566825794786E-015 1.991764744128308E-015 2.290886104875174E-015 1.499379464023130E-015 4.749124883992963E-015 1.526556658859590E-016 1.056173107658783E-015 7.245814328704277E-015 3.819445116003758E-015 2.102152816759188E-015 2.721320602617330E-015 3.223263731968939E-015 1.637578979324018E-015 5.858485627624118E-015 4.442648920965769E-015 1.110244709780361E-015 6.664589960756288E-016 9.761199453440974E-017 1.443557048454884E-015 4.778495371619422E-015 1.947840641841358E-016 5.064931302120728E-016 2.916449385533579E-015 8.400504967177337E-017 1.166250379869858E-015 8.331298074911436E-016 8.337074617781950E-016 1.332719331522803E-015 2.332500698909792E-015 9.104042995697664E-015 1.659811850387433E-014 7.774349986542096E-016 3.610152526999016E-015 5.594426896215451E-017 8.329275106256349E-016 3.830369997864534E-015 3.331392089232636E-016 6.664589971819531E-016 9.325914711054265E-015 1.110226687428913E-016 4.443060083949530E-016 1.388403156535668E-015 5.117876306319294E-016 4.443061859904843E-016 1.593208723602013E-014 2.720931336739666E-015 1.110224674090772E-016 3.916020680284665E-016 1.332269256131286E-014 4.441434721463274E-016 2.886880095386799E-015 1.054917340440720E-015 6.938930742946899E-018 8.659917512448818E-015 4.274409407182516E-015 5.551552273367660E-016 7.549545267281662E-015 9.492612312578653E-015 7.772800489254079E-016 2.554043227849122E-015 7.382990493079966E-015 5.722182748984452E-017 TZAV> sort -n numbers 1.026969483958696E-015 1.041412167622504E-015 1.054917340440720E-015 1.056173107658783E-015 1.110223231422310E-016 1.110224674090772E-016 1.110226687428913E-016 1.110244709780361E-015 1.117248113958902E-015 1.166250379869858E-015 1.172673069936531E-015 1.332269256131286E-014 1.332719331522803E-015 1.388403156535668E-015 1.443557048454884E-015 1.499379464023130E-015 1.526556658859590E-016 1.593208723602013E-014 1.637578979324018E-015 1.659811850387433E-014 1.728132885863794E-015 1.734778989627912E-015 1.942890368732350E-016 1.947840641841358E-016 1.991764744128308E-015 2.102152816759188E-015 2.224131318975909E-002 2.290886104875174E-015 2.332500698909792E-015 2.332566825794786E-015 2.554043227849122E-015 2.720931336739666E-015 2.721320602617330E-015 2.886880095386799E-015 2.916449385533579E-015 2.985539431996711E-016 3.223263731968939E-015 3.331392089232636E-016 3.538878408636508E-016 3.610152526999016E-015 3.819445116003758E-015 3.830369997864534E-015 3.895686170464136E-016 3.916020680284665E-016 4.024567914829249E-016 4.163481430190832E-016 4.274409407182516E-015 4.441434721463274E-016 4.442648920965769E-015 4.443060083949530E-016 4.443061859904843E-016 4.749124883992963E-015 4.778495371619422E-015 5.064931302120728E-016 5.117876306319294E-016 5.551552273367660E-016 5.594426896215451E-017 5.722182748984452E-017 5.858485627624118E-015 6.314417282585591E-016 6.664589960756288E-016 6.664589971819531E-016 6.790214437463702E-003 6.938930742946899E-018 7.245814328704277E-015 7.382990493079966E-015 7.549545267281662E-015 7.772800489254079E-016 7.774349986542096E-016 8.329275106256349E-016 8.331298074911436E-016 8.337074617781950E-016 8.400504967177337E-017 8.659917512448818E-015 9.104042995697664E-015 9.325914711054265E-015 9.367571020052471E-016 9.492612312578653E-015 9.506347960184421E-016 9.761199453440974E-017 Is this the expected behaviour? If yes, can sort(1) be at all used to sort float. point numbers? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 12:37:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3071065672 for ; Mon, 3 Oct 2011 12:37:14 +0000 (UTC) (envelope-from j.mckeown@ru.ac.za) Received: from mail.ru.ac.za (mail.ru.ac.za [IPv6:2001:4200:1010:0:250:56ff:fe8d:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2853C8FC1B for ; Mon, 3 Oct 2011 12:37:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ru.ac.za; s=ru-msa; h=X-Authenticated-User:Message-Id:Content-Type:MIME-Version:Date:Subject:To:From; bh=cSK5UC6sEVJIdO0aKizpeSqdszScd6cnvte7jVPJFYs=; b=A6BvwmY/qAIWxjYeDZjkcguo3B60+3qHriEqvxxwVrAC2d5G7ELYYXx5ctzoWgs32AU4Vn52JPPaCK+iC7ZSOCKBDs/JKlXS9FcjcTj+ASx+3s3PlzHjUEkZzi+3nOcP; Received: from vorkosigan.ru.ac.za ([2001:4200:1010:1058:219:d1ff:fe9f:a932]:56147) by mail.ru.ac.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RAhld-000OXN-Mk for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 14:37:09 +0200 From: Jonathan McKeown Organization: Rhodes University To: freebsd-questions@freebsd.org Date: Mon, 3 Oct 2011 14:37:09 +0200 User-Agent: KMail/1.9.10 References: <20111003120542.GA98919@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20111003120542.GA98919@mech-cluster241.men.bris.ac.uk> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Virus-Scanned: mail.ru.ac.za (2001:4200:1010:0:250:56ff:fe8d:5) X-Authenticated-User: s0900137 from vorkosigan.ru.ac.za (2001:4200:1010:1058:219:d1ff:fe9f:a932) using auth_plaintext Subject: Re: cat sort(1) sort floating point numbers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 12:37:14 -0000 On Monday 03 October 2011 14:05:42 Anton Shterenlikht wrote: > I tried sorting a file with a column of floating > point numbers (below) with sort(1) -n. However, > the numbers seem to have been sorted by the first > digit only. sort -g Due to the GNU project's obsession with info (), you= =20 can't readily find this out from the manpage - but the info documentation=20 available on the web for coreutils describes the difference between -g=20 and -n: [when using -n] Neither a leading =E2=80=98+=E2=80=99 nor exponential notat= ion is recognized.=20 To compare such strings numerically, use the --general-numeric-sort (-g)=20 option. Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 12:47:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD24106564A for ; Mon, 3 Oct 2011 12:47:25 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 448808FC0C for ; Mon, 3 Oct 2011 12:47:24 +0000 (UTC) Received: by wyj26 with SMTP id 26so4176929wyj.13 for ; Mon, 03 Oct 2011 05:47:24 -0700 (PDT) Received: by 10.216.14.201 with SMTP id d51mr8095986wed.56.1317646044026; Mon, 03 Oct 2011 05:47:24 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id p2sm23048714wbo.17.2011.10.03.05.47.22 (version=SSLv3 cipher=OTHER); Mon, 03 Oct 2011 05:47:23 -0700 (PDT) Message-ID: <4E89AED9.3000705@my.gd> Date: Mon, 03 Oct 2011 14:47:21 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0) Gecko/20110922 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 8.2, sec.update -p3, switching between X and console prompt, /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 12:47:25 -0000 On 10/3/11 1:54 PM, n dhert wrote: > Hi, > I have FreeBSD amd64, 8.2-RELEASE, > I just applied the securtiy update p3 and now have > $ uname -r > 8.2-RELEASE-p3 > > I have X running and KDE, > My machine is a virtual machine (Vmware) > After boot-up I got a graphical login window (as always), I wanted to > switch to a console prompt, so hit Ctrl-Alt-F1 > but there is now NO reaction at all (neither with Ctrl-Alt-F2, > ...Ctrl-Alt-F8) > tried many times > > In the past this was never a problem (in the pas also as a Virtual machine) >>From a different PC, I also connected to my FreeBSD machine > Got a graphical window, here I could, after two tries, get the console > prompt, > went back to graphical mode via Ctrl-Alt-F9, OK, > but now neither keyboard, nor mouse reacts to input ... > Went back to my first PC, now here the same situatuon: > graphical window, keyboard and mouse: no more reaction > > Now I see, my /var is for 108% full > There was a huge file Xorg.0.log 16959946731 bytes > I deleted it, but still it remains 108% full and I can't create new file > > How to solve this ??? > help! That's because xorg still uses the log file. Type as root: sync If that doesn't fix you up, restart Xorg, you'll get your correct size. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 13:15:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1879E106567E for ; Mon, 3 Oct 2011 13:15:28 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D72EE8FC14 for ; Mon, 3 Oct 2011 13:15:27 +0000 (UTC) Received: by iadk27 with SMTP id k27so7328376iad.13 for ; Mon, 03 Oct 2011 06:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Du1dc+X1LrEVgLywaAuQyq/yvKtxVqkof/gdcYp5CoA=; b=rfFUjf2nDASTY6BvN3PNwyQ+L6KCpY62WXpH0jGJXIf0ZZpt38cPNgWt5sPMVkdarO IHp5JSz/6w7sDQDle2BdhtRS2jChwGsE0OWW3qnLkxt553cxu1MlgRfOR9LbOSJMRvF0 hV9etrwv7yhBQ6aSbueh0l8tH7uVEjX7xsaeo= MIME-Version: 1.0 Received: by 10.231.6.168 with SMTP id 40mr22911096ibz.71.1317647726850; Mon, 03 Oct 2011 06:15:26 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Mon, 3 Oct 2011 06:15:26 -0700 (PDT) In-Reply-To: References: <4E89AED9.3000705@my.gd> Date: Mon, 3 Oct 2011 15:15:26 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: FreeBSD 8.2, sec.update -p3, switching between X and console prompt, /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 13:15:28 -0000 I tried Ctrl-Alt-Backspace in the graphical login wndow, but as with other key Ctrl-Alt key combinations this does not do anything ... I there a commadn line way to restart X I also tried fsck-ing the /var/ file system, but it chooses NO WRITE nothing is repaired See the last UNREF FILE, it has the size of the huge /var/log/Xorg.0.log I already deleted from command line (and not anymore in an ls -la), but keeps fulling /var It seems even to be still growing ... # fsck /dev/da0s1d ** /dev/da0s1d (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=164914 OWNER=root MODE=100644 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=518425 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=518426 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=518427 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=518428 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=518429 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 3 12:18 2011 CLEAR? no UNREF FILE I=2355264 OWNER=root MODE=100644 SIZE=17073127377 MTIME=Oct 3 15:12 2011 CLEAR? no ** Phase 5 - Check Cyl groups 120012 files, 10127943 used, 26256 free (26256 frags, 0 blocks, 0.3% fragmentation) 2011/10/3 Damien Fleuriot > > > On 10/3/11 1:54 PM, n dhert wrote: > > Hi, > > I have FreeBSD amd64, 8.2-RELEASE, > > I just applied the securtiy update p3 and now have > > $ uname -r > > 8.2-RELEASE-p3 > > > > I have X running and KDE, > > My machine is a virtual machine (Vmware) > > After boot-up I got a graphical login window (as always), I wanted to > > switch to a console prompt, so hit Ctrl-Alt-F1 > > but there is now NO reaction at all (neither with Ctrl-Alt-F2, > > ...Ctrl-Alt-F8) > > tried many times > > > > In the past this was never a problem (in the pas also as a Virtual > machine) > >>From a different PC, I also connected to my FreeBSD machine > > Got a graphical window, here I could, after two tries, get the console > > prompt, > > went back to graphical mode via Ctrl-Alt-F9, OK, > > but now neither keyboard, nor mouse reacts to input ... > > Went back to my first PC, now here the same situatuon: > > graphical window, keyboard and mouse: no more reaction > > > > Now I see, my /var is for 108% full > > There was a huge file Xorg.0.log 16959946731 bytes > > I deleted it, but still it remains 108% full and I can't create new file > > > > How to solve this ??? > > help! > > > That's because xorg still uses the log file. > > Type as root: sync > > If that doesn't fix you up, restart Xorg, you'll get your correct size. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 13:36:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5777106564A for ; Mon, 3 Oct 2011 13:36:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 74C888FC08 for ; Mon, 3 Oct 2011 13:36:42 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx02.qsc.de (Postfix) with ESMTP id F298F1E978; Mon, 3 Oct 2011 15:36:40 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p93DaeLU004047; Mon, 3 Oct 2011 15:36:40 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 3 Oct 2011 15:36:40 +0200 From: Polytropon To: n dhert Message-Id: <20111003153640.b7072af9.freebsd@edvax.de> In-Reply-To: References: <4E89AED9.3000705@my.gd> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: FreeBSD 8.2, sec.update -p3, switching between X and console prompt, /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 13:36:42 -0000 On Mon, 3 Oct 2011 15:15:26 +0200, n dhert wrote: > I tried Ctrl-Alt-Backspace in the graphical login wndow, but as with other > key Ctrl-Alt key combinations > this does not do anything ... It is "new behaviour" that certain default functionalities of X need to be enabled manually. Ctrl+Alt+Backspace is one of them, and Ctrl+Alt+F1/2/3/... _may_ be too. If I remember correctly, /etc/X11/xorg.conf requires Section "ServerLayout" Option "DontZap" "false" EndSection Section "ServerFlags" Option "DontVTSwitch" "false" EndSection to re-enable the default behaviour. But check the Handbook for detailed information. > I there a commadn line way to restart X You can kill the X process. Dirty stuff, but works. :-) > I also tried fsck-ing the /var/ file system, but it chooses NO WRITE > nothing is repaired You cannot run fsck on a mounted file system. You'll have to unmount /var first, _then_ issue the fsck command. You should do that in single user mode. Reason: If you have unmounted /var, but some process wants to write to /var, the empty mountpoint residing on / will be filled, therefore / will be filled which is _not_ intended. > See the last UNREF FILE, it has the size of the huge /var/log/Xorg.0.log I > already deleted from command line (and not anymore in > an ls -la), but keeps fulling /var Additionally to using rm, you can also use fsdb to "forcedly delete files" under worst circumstances. Removing files should be done after booting the system in single user mode. This way you can make _sure_ nothing is writing to those files. Before a removal attempt, you should run fsck so the file system is in a valid condition. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 14:58:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A103D106566B for ; Mon, 3 Oct 2011 14:58:51 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 69BD78FC17 for ; Mon, 3 Oct 2011 14:58:51 +0000 (UTC) Received: by iadk27 with SMTP id k27so7524782iad.13 for ; Mon, 03 Oct 2011 07:58:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NvRZALzlqckfZ6e+tUQnH9HM+DtSxigtfd+LkOX4XSk=; b=RwUe/vM9YImfxdtU/B18oiMDGkp4bAz/ilFRf1T/IiUaKSrSYrFBZDl+6OOebVem7b P+OV5ioj2m1uydNXAwR8MAcHiPdM14qCbHHxLj5wRN4vtxkUNri2HrjPluk660zi4JY4 znyQudS4G4XXQ5Uj/rdoT+2Cxky5GzU3ytobE= MIME-Version: 1.0 Received: by 10.231.74.21 with SMTP id s21mr7726ibj.84.1317653930942; Mon, 03 Oct 2011 07:58:50 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Mon, 3 Oct 2011 07:58:50 -0700 (PDT) In-Reply-To: <20111003153640.b7072af9.freebsd@edvax.de> References: <4E89AED9.3000705@my.gd> <20111003153640.b7072af9.freebsd@edvax.de> Date: Mon, 3 Oct 2011 16:58:50 +0200 Message-ID: From: n dhert To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: FreeBSD 8.2, sec.update -p3, switching between X and console prompt, /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 14:58:51 -0000 I tried # ps -jaxw | grep X root 7609 1461 7609 1 1 S ?? 0:00.55 /usr/local/bin/X -br -nolisten tcp :0 -auth /var/run/xauth/A:0-9mN8YK ( root 7633 3423 7632 3356 2 S+ 5 0:00.06 grep X # kill -9 7609 but it creates a new one ... # ps -jawx | grep X root 7640 1461 7640 1 1 S ?? 0:00.69 /usr/local/bin/X -br -nolisten tcp :0 -auth /var/run/xauth/A:0-9mN8YK ( I killed the parent process /usr/local/bin/kdm-bin now /var is back to normal in du -ks (19%) But still no reaction on Cltrl-Alt-F* keystrokes. 2011/10/3 Polytropon > On Mon, 3 Oct 2011 15:15:26 +0200, n dhert wrote: > > I tried Ctrl-Alt-Backspace in the graphical login wndow, but as with > other > > key Ctrl-Alt key combinations > > this does not do anything ... > > It is "new behaviour" that certain default functionalities > of X need to be enabled manually. Ctrl+Alt+Backspace is one > of them, and Ctrl+Alt+F1/2/3/... _may_ be too. > > If I remember correctly, /etc/X11/xorg.conf requires > > Section "ServerLayout" > Option "DontZap" "false" > EndSection > Section "ServerFlags" > Option "DontVTSwitch" "false" > EndSection > > to re-enable the default behaviour. But check the Handbook > for detailed information. > > > > > I there a commadn line way to restart X > > You can kill the X process. Dirty stuff, but works. :-) > > > > > I also tried fsck-ing the /var/ file system, but it chooses NO WRITE > > nothing is repaired > > You cannot run fsck on a mounted file system. You'll have > to unmount /var first, _then_ issue the fsck command. You > should do that in single user mode. Reason: If you have > unmounted /var, but some process wants to write to /var, > the empty mountpoint residing on / will be filled, therefore > / will be filled which is _not_ intended. > > > > > See the last UNREF FILE, it has the size of the huge /var/log/Xorg.0.log > I > > already deleted from command line (and not anymore in > > an ls -la), but keeps fulling /var > > Additionally to using rm, you can also use fsdb to "forcedly > delete files" under worst circumstances. > > Removing files should be done after booting the system in > single user mode. This way you can make _sure_ nothing is > writing to those files. Before a removal attempt, you should > run fsck so the file system is in a valid condition. > > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 16:20:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E30106566C for ; Mon, 3 Oct 2011 16:20:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFA38FC1A for ; Mon, 3 Oct 2011 16:20:07 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RAlFP-0003jY-9C for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 18:20:07 +0200 Received: from pool-108-35-58-254.nycmny.fios.verizon.net ([108.35.58.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 18:20:07 +0200 Received: from rvclayton by pool-108-35-58-254.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 18:20:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: rvclayton@verizon.net (R. Clayton) Date: Mon, 03 Oct 2011 11:04:21 -0400 Lines: 53 Message-ID: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-35-58-254.nycmny.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:eGECAKEYU6TtOvZvLZWZOsxEymE= Subject: p11-kit port patch fail on 8.2p3. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 16:20:08 -0000 I am running # uname -a FreeBSD AddisAbaba 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # After updating the ports tree with "portsnap fetch update", I ran pkgdb to get # pkgdb -F ---> Checking the package registry database Stale dependency: gnutls-2.12.11 -> p11-kit-0.6 (security/p11-kit): Install stale dependency? ([y]es/[n]o/[a]ll) [yes] [Gathering depends for security/p11-kit . done] ---> Installing 'p11-kit-0.7' from a port (security/p11-kit) ---> Building '/usr/ports/security/p11-kit' ===> Cleaning for p11-kit-0.7 ===> License check disabled, port has not defined LICENSE ===> Extracting for p11-kit-0.7 => SHA256 Checksum OK for p11-kit-0.7.tar.gz. ===> Patching for p11-kit-0.7 ===> p11-kit-0.7 depends on package: libtool>=2.4 - found ===> Applying FreeBSD patches for p11-kit-0.7 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to p11-kit/modules.c.rej => Patch patch-p11-kit-modules.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/security/p11-kit. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20111003-41254-165xny4-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! security/p11-kit (patch error) Command failed [exit code 1]: /usr/local/sbin/portinstall security/p11-kit # I poked around a bit # grep -i p11 /usr/ports/UPDATING # and tried a few things involving manually fiddling with files, but couldn't trick the system into completing the upgrade. Looking through gmane.os.freebsd.* and other places didn't turn up anything that looked like it would help. How do I get p11-kit to upgrade? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 17:32:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A7661065670 for ; Mon, 3 Oct 2011 17:32:59 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEC58FC0C for ; Mon, 3 Oct 2011 17:32:58 +0000 (UTC) Received: by iadk27 with SMTP id k27so7769166iad.13 for ; Mon, 03 Oct 2011 10:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=uvtWaYJCQNdiVLzcAtkJyWnumTZt6r5rIb8Jj5pJpv4=; b=G+3mhr2aKIjrfre1aNuu+/wL46JepZFziS5fnV+UYFifHZ3uAZ0Ax1BipSGrBHKXun qW/5ai1i2oZQt8E9iCnz3IqO1t6A1An+WfAckFn/JTa0mLEn9mq1UhCPkizn1JXUoguj PvTcLxJNfgIHch70/9d3SdqgbnO1ERk33ZpzE= MIME-Version: 1.0 Received: by 10.231.6.168 with SMTP id 40mr287782ibz.71.1317663178310; Mon, 03 Oct 2011 10:32:58 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Mon, 3 Oct 2011 10:32:58 -0700 (PDT) Date: Mon, 3 Oct 2011 19:32:58 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: moving a svn repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 17:32:59 -0000 On a FreeBSD machine which the svn software installed, repositories for different projects exist. Such a repository looks as a directory with subdirs and files. One user wants the SVN repository of one project to be transferred to a different machine (which had exactly the same FreeBSD version and exactly the same version of the svn software). Is it possible to simply make a tar file of the directory of the svn repository, transfer that to the other machine and there untar it in the home-directory that the user has on that other machine and use it without further ado ? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 18:17:33 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EAA2106564A for ; Mon, 3 Oct 2011 18:17:33 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B9D4F8FC15 for ; Mon, 3 Oct 2011 18:17:32 +0000 (UTC) Received: by wwe3 with SMTP id 3so5849472wwe.31 for ; Mon, 03 Oct 2011 11:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ud8ICPEmy6YMAvv+nIje6lHUzwXvWLyjMjd+2ruJFXs=; b=NfQSQ4kuZ7pe9bNZg8Jx+b5La+24+BOLm9O0egvyYBdgf/tMRh8e4pi2/niVyX58NY UbX0J7pclTtRF2L5E+i8kK6fHbEOgRGGzTYQHHg7z76NcL5mF5+Xp+u/Q4Uy575YVE9I gMdMRy4TyR1WPsfo9uMdLrmkHzTHZ+HAmEbHM= Received: by 10.227.59.211 with SMTP id m19mr233812wbh.56.1317664230095; Mon, 03 Oct 2011 10:50:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.155.77 with HTTP; Mon, 3 Oct 2011 10:50:10 -0700 (PDT) In-Reply-To: References: From: Christer Solskogen Date: Mon, 3 Oct 2011 19:50:10 +0200 Message-ID: To: n dhert Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: moving a svn repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 18:17:33 -0000 On Mon, Oct 3, 2011 at 7:32 PM, n dhert wrote: > One user wants the SVN repository of one project to be transferred to a > different machine (which had > exactly the same FreeBSD version and exactly the same version of the svn > software). > Yeah, no problem. But I'll recommend that the user checks out his working directory after the change. Subversions switch command pr. instance do not always work svn:properties. -- chs, From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 19:05:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D809106566B for ; Mon, 3 Oct 2011 19:05:30 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 63AE08FC19 for ; Mon, 3 Oct 2011 19:05:30 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1RAnAX-0006mj-F3; Mon, 03 Oct 2011 14:23:19 -0400 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 7A2AF535C031; Mon, 3 Oct 2011 14:25:56 -0400 (EDT) Message-ID: <4E89FE33.60101@FreeBSD.org> Date: Mon, 03 Oct 2011 14:25:55 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.23) Gecko/20110920 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: n dhert References: In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: freebsd-questions@freebsd.org Subject: Re: moving a svn repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 19:05:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/3/11 1:32 PM, n dhert wrote: > On a FreeBSD machine which the svn software installed, repositories for > different projects exist. > Such a repository looks as a directory with subdirs and files. > > One user wants the SVN repository of one project to be transferred to a > different machine (which had > exactly the same FreeBSD version and exactly the same version of the svn > software). > > Is it possible to simply make a tar file of the directory of the svn > repository, transfer that to the other machine > and there untar it in the home-directory that the user has on that other > machine and use it without further ado ? Hi n dhert, You said repository, but can you clarify if you meant a Subversion working directory or a Subversion repository? A working directory has a bunch of .svn directories throughout the hierarchy, and a repository has a directory structure that looks like this at the top level: README.txt conf/ db/ format hooks/ locks/ If you want to move a working directory to a new machine, I suggest committing pending changes in the original one, removing it from the old machine and then checking it out fresh on the new machine. If you want to move a repository, ask your user to commit pending changes, use the "svnadmin dump" command to create a dump file, then transfer it and use "svnadmin load" on the target machine. Also make sure to check if there are any hook scripts in the old repository and move them as well. They may depend on tools that are not installed or paths that don't exist on the new machine, so check that they function correctly. After the repository move, the user can run "svn switch --relocate" in his working directory to point to the new repository URL. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6J/jMACgkQ0sRouByUApBUVwCffLm7F4uhjmAk90323ZyJXtmH tlsAn0kmx7u7qFGNJ4nQRHaUbGGxm7vL =BkAH -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 19:41:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A531065673 for ; Mon, 3 Oct 2011 19:41:17 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id EC4D88FC15 for ; Mon, 3 Oct 2011 19:41:16 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so6823437bkb.13 for ; Mon, 03 Oct 2011 12:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=HkpNc1hUgzd0Ll7pgEaRV/wmoNDUNv7QpZjo3VVPy/0=; b=DkdFoe7wIP7QvNtjC7h87kBVaTwL9T+zrZ+G67UAeIZ1QmEubBtEtXzRXWXqo1O6Pg cmezu+daR+F5CuENlOieHgC1FPugWHH3irJ8khhE8khCp0ZErBj5iHu9NTrnS8B/Lwix UT7bRpaDjijKa1xGkGwpLTPsiCNN4T34gkVVk= MIME-Version: 1.0 Received: by 10.223.45.140 with SMTP id e12mr412289faf.27.1317670875744; Mon, 03 Oct 2011 12:41:15 -0700 (PDT) Received: by 10.223.96.200 with HTTP; Mon, 3 Oct 2011 12:41:15 -0700 (PDT) In-Reply-To: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> References: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> Date: Mon, 3 Oct 2011 15:41:15 -0400 Message-ID: From: "illoai@gmail.com" To: "R. Clayton" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: p11-kit port patch fail on 8.2p3. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 19:41:17 -0000 On 3 October 2011 11:04, R. Clayton wrote: ... > =A0=3D=3D=3D> =A0Applying FreeBSD patches for p11-kit-0.7 > =A0Ignoring previously applied (or reversed) patch. > =A01 out of 1 hunks ignored--saving rejects to p11-kit/modules.c.rej > =A0=3D> Patch patch-p11-kit-modules.c failed to apply cleanly. > =A0*** Error code 1 > > =A0Stop in /usr/ports/security/p11-kit. > =A0** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall2= 0111003-41254-165xny4-0 env make > =A0** Fix the problem and try again. > =A0** Listing the failed packages (-:ignored / *:skipped / !:failed) > =A0 =A0 =A0 =A0 =A0! security/p11-kit =A0 =A0 =A0(patch error) > =A0Command failed [exit code 1]: /usr/local/sbin/portinstall security/p11= -kit ... Odd, I find no such file as patch-p11-kit-modules.c here (9.0-BETA3-amd64), either in /usr/ports/distfiles/ or in /usr/ports/security/p11-kit/files/. I would try moving the patch file elsewhere (or deleting it) and trying aga= in. --=20 -- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 20:16:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70910106566B for ; Mon, 3 Oct 2011 20:16:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4608FC17 for ; Mon, 3 Oct 2011 20:16:05 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RAovk-0008Ow-Cz for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 22:16:04 +0200 Received: from pool-108-35-58-254.nycmny.fios.verizon.net ([108.35.58.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 22:16:04 +0200 Received: from rvclayton by pool-108-35-58-254.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 22:16:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: rvclayton@verizon.net (R. Clayton) Date: Mon, 03 Oct 2011 16:15:50 -0400 Lines: 27 Message-ID: <87ipo5x24p.fsf_-_@UlanBator.myhome.westell.com> References: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-35-58-254.nycmny.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:GKlf9F5RgwyVgFnyX5dRuwJ06nY= Subject: Re: p11-kit port patch fail on 8.2p3. [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 20:16:06 -0000 I would try moving the patch file elsewhere (or deleting it) and trying again. That worked; thanks. Odd, I find no such file as patch-p11-kit-modules.c here (9.0-BETA3-amd64), either in /usr/ports/distfiles/ or in /usr/ports/security/p11-kit/files/. It was in /usr/ports/security/p11-kit/files: # cat /tmp/patch-p11-kit-modules.c --- p11-kit/modules.c.orig 2011-09-15 18:15:24.000000000 -0700 +++ p11-kit/modules.c 2011-09-15 18:16:27.000000000 -0700 @@ -50,11 +50,12 @@ #include #include #include +#include #include #include #include -#include #include +#include #include #include # From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 22:31:43 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 207EB106566B for ; Mon, 3 Oct 2011 22:31:43 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BC5E88FC0A for ; Mon, 3 Oct 2011 22:31:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p93MVfMG053559 for ; Mon, 3 Oct 2011 16:31:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p93MVflX053556 for ; Mon, 3 Oct 2011 16:31:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 3 Oct 2011 16:31:41 -0600 (MDT) From: Warren Block To: questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 03 Oct 2011 16:31:41 -0600 (MDT) Cc: Subject: procmail/maildrop and Maildir update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 22:31:43 -0000 Since this is -questions: "Have you updated that article on switching from procmail to maildrop to include details on Maildirs? And does it have a mailing list filter that automatically creates folders as needed? And a full .mailfilter example?" As a matter of fact, yes. http://www.wonkity.com/~wblock/docs/html/maildrop.html Special thanks to Andrew Clarke! From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 05:04:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A993D1065670 for ; Tue, 4 Oct 2011 05:04:55 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7974B8FC15 for ; Tue, 4 Oct 2011 05:04:55 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 8D90AAD7DC for ; Tue, 4 Oct 2011 00:29:17 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id D51155C48 for ; Tue, 4 Oct 2011 00:29:16 -0400 (EDT) Date: Tue, 4 Oct 2011 00:29:10 -0400 From: Janos Dohanics To: FreeBSD Questions Message-Id: <20111004002910.4c134251.web@3dresearch.com> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 05:04:55 -0000 I have pfSense-2.0 for gateway/firewall (10.10.10.2). 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. 10.10.10.252 is the ntpd server for this LAN. On 10.10.10.2: date Tue Oct 4 00:00:42 EDT 2011 On 10.10.10.252: $date Tue Oct 4 00:00:50 EDT 2011 (just after logging out of 10.10.10.2, so they seem to be in sync) However, timestamps in pfsense.log, residing on 10.10.10.252, are shifted by 8 hours, for example: $ tail -f /var/log/pfsense.log Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): [...] ^^^^^^^^ I guess I should read some man page... -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 07:06:44 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39E1A106566B for ; Tue, 4 Oct 2011 07:06:44 +0000 (UTC) (envelope-from syshackmin@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CE33B8FC08 for ; Tue, 4 Oct 2011 07:06:43 +0000 (UTC) Received: by wwe3 with SMTP id 3so223271wwe.31 for ; Tue, 04 Oct 2011 00:06:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=HwdWVBaEb1tCX1HvJ9eYj+lpKcI7PLAY0WhwLfRQmgc=; b=dDIiHl2h4dgLNKsogqttb1KCIH3q2zEqCKNf09rcgEb8Y+CTcm5rXOcmR3vw+6f0F6 /5v2AuGZnH9pDCig0lpo5V2GyzkO+kPLPMp1CXOW1pQMkU64bzm64+b5hpK8+Pft6GBm yEQxdYe+doIvsrQMwn+NpMsmIZdbZpgwIacMM= MIME-Version: 1.0 Received: by 10.216.80.91 with SMTP id j69mr1021742wee.21.1317710625905; Mon, 03 Oct 2011 23:43:45 -0700 (PDT) Received: by 10.216.53.21 with HTTP; Mon, 3 Oct 2011 23:43:45 -0700 (PDT) Date: Tue, 4 Oct 2011 02:43:45 -0400 Message-ID: From: Dave Cundiff To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: ZFS Write Lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 07:06:44 -0000 Hi, I'm running 8.2-RELEASE and running into an IO lockup on ZFS that is happening pretty regularly. The system is stock except for the following set in loader.conf vm.kmem_size="30G" vfs.zfs.arc_max="22G" kern.hz=100 I know the kmem settings aren't SUPPOSED to be necessary now, buy my ZFS boxes were crashing until I added them. The machine has 24 gigs of RAM. The kern.hz=100 was to stretch out the l2arc bug that pops up at 28days with it set to 1000. [root@san2 ~]# zpool status pool: san state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM san ONLINE 0 0 0 da1 ONLINE 0 0 0 logs mirror ONLINE 0 0 0 ad6s1b ONLINE 0 0 0 ad14s1b ONLINE 0 0 0 cache ad6s1d ONLINE 0 0 0 ad14s1d ONLINE 0 0 0 errors: No known data errors Here's a zpool iostat from a machine in trouble. san 9.08T 3.55T 0 0 0 7.92K san 9.08T 3.55T 0 447 0 5.77M san 9.08T 3.55T 0 309 0 2.83M san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 62 0 2.22M 0 san 9.08T 3.55T 0 2 0 23.5K san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 254 0 6.62M san 9.08T 3.55T 0 249 0 3.16M san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 34 0 491K 0 san 9.08T 3.55T 0 6 0 62.7K san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 85 0 6.59M san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 452 0 4.88M san 9.08T 3.55T 109 0 3.12M 0 san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 0 0 7.84K san 9.08T 3.55T 0 434 0 6.41M san 9.08T 3.55T 0 0 0 0 san 9.08T 3.55T 0 304 0 2.90M san 9.08T 3.55T 37 0 628K 0 Its supposed to look like san 9.07T 3.56T 162 167 3.75M 6.09M san 9.07T 3.56T 5 0 47.4K 0 san 9.07T 3.56T 19 0 213K 0 san 9.07T 3.56T 120 0 3.26M 0 san 9.07T 3.56T 92 0 741K 0 san 9.07T 3.56T 114 0 2.86M 0 san 9.07T 3.56T 72 0 579K 0 san 9.07T 3.56T 14 0 118K 0 san 9.07T 3.56T 24 0 213K 0 san 9.07T 3.56T 25 0 324K 0 san 9.07T 3.56T 8 0 126K 0 san 9.07T 3.56T 28 0 505K 0 san 9.07T 3.56T 15 0 126K 0 san 9.07T 3.56T 11 0 158K 0 san 9.07T 3.56T 19 0 356K 0 san 9.07T 3.56T 198 0 3.55M 0 san 9.07T 3.56T 21 0 173K 0 san 9.07T 3.56T 18 0 150K 0 san 9.07T 3.56T 23 0 260K 0 san 9.07T 3.56T 9 0 78.3K 0 san 9.07T 3.56T 21 0 173K 0 san 9.07T 3.56T 2 4.59K 16.8K 142M san 9.07T 3.56T 12 0 103K 0 san 9.07T 3.56T 26 454 312K 4.35M san 9.07T 3.56T 111 0 3.34M 0 san 9.07T 3.56T 28 0 870K 0 san 9.07T 3.56T 75 0 3.88M 0 san 9.07T 3.56T 43 0 1.22M 0 san 9.07T 3.56T 26 0 270K 0 I don't know what triggers the problem but I know how to fix it. If I perform a couple snapshot deletes the IO will come back in line every single time. Fortunately I have LOTS of snapshots to delete. [root@san2 ~]# zfs list -r -t snapshot | wc -l 5236 [root@san2 ~]# zfs list -r -t volume | wc -l 17 Being fairly new to FreeBSD and ZFS I'm pretty clueless on where to begin tracking this down. I've been staring at gstat trying to see if a zvol is getting a big burst of writes that may be flooding the drive controller but I haven't caught anything yet. top -S -H shows zio_write_issue threads consuming massive amounts of CPU during the lockup. Normally they sit around 5-10%. Any suggestions on where I could start to track this down would be greatly appreciated. Thanks, -- Dave Cundiff System Administrator A2Hosting, Inc http://www.a2hosting.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 07:41:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EC90106564A for ; Tue, 4 Oct 2011 07:41:30 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 198618FC08 for ; Tue, 4 Oct 2011 07:41:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 361135E18F for ; Tue, 4 Oct 2011 09:42:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.462 X-Spam-Level: X-Spam-Status: No, score=-2.462 tagged_above=-999 required=5 tests=[AWL=0.138, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EzmLG081xQMr for ; Tue, 4 Oct 2011 09:42:09 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.bjare.net (Postfix) with ESMTPS id 617B95E191 for ; Tue, 4 Oct 2011 09:42:09 +0200 (CEST) Message-ID: <4E8AB8B0.2020806@eskk.nu> Date: Tue, 04 Oct 2011 09:41:36 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: LibreOffice Writer crashes when accessing the fonts pull down list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 07:41:30 -0000 Hi List I've got a problem with the above. I've not made any changes other than updated the ports when so is needed. If I do the setting/change of the font via the menu, I can get what I want. But if I pull down the fonts list and start scrolling, Writer will crash. Any suggestions? Thanks /Leslie PS: I could only find a list for freebsd-openoffice when I wanted to post this. So I choose the questions list instead. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 07:54:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 654AF106566C for ; Tue, 4 Oct 2011 07:54:48 +0000 (UTC) (envelope-from crsnet@crsnet.pl) Received: from mx1.security.edu.pl (mx1.security.edu.pl [91.197.89.212]) by mx1.freebsd.org (Postfix) with ESMTP id 188BD8FC0A for ; Tue, 4 Oct 2011 07:54:47 +0000 (UTC) Received: from mx1.security.edu.pl ([91.197.89.212] helo=poczta.i-pi.pl ident=www) by mx1.security.edu.pl with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1RAzxS-00043r-J1; Tue, 04 Oct 2011 10:03:23 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 04 Oct 2011 10:02:24 +0200 From: "crsnet.pl" To: "crsnet.pl" In-Reply-To: <59c4e8beb8df758fe93192d41e70f57f@i-pi.pl> References: <59c4e8beb8df758fe93192d41e70f57f@i-pi.pl> Message-ID: <3b0b7b9b328f48c0e1775de54fb18f8f@i-pi.pl> X-Sender: crsnet@crsnet.pl User-Agent: Roundcube Webmail/0.4.2 X-SA-Exim-Connect-IP: 91.197.89.212 X-SA-Exim-Mail-From: crsnet@crsnet.pl X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on MTA X-Spam-Level: X-Spam-Status: No, score=-2.9 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mx1.security.edu.pl) Cc: freebsd-questions@freebsd.org Subject: Re: FN Keys in Lenovo X300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 07:54:48 -0000 On Fri, 30 Sep 2011 22:19:52 +0200, "crsnet.pl" wrote: > Hello. > Im searching for any information about FN Keys. > I make it working under FreeBSD 8/9. > Speaker Off key and Light key works, Volume +/-, Brightness +/- dont > ;/ I Add only, that buttons Volume +/- works fine under mplayer, and only there. > > [cr4sh@x300 ~]$ uname -a > FreeBSD x300 9.0-BETA3 FreeBSD 9.0-BETA3 #3: Tue Sep 27 10:47:57 CEST > 2011 cr4sh@x300:/sys/amd64/compile/GENERIC amd64 > [cr4sh@x300 ~]$ kldstat | grep ibm > 7 1 0xffffffff81610000 5b28 acpi_ibm.ko > I try to use /usr/ports/deskutils/tpb port, but with no luck. > > Regards, Adrian. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 08:39:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B77106564A for ; Tue, 4 Oct 2011 08:39:10 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 6A71F8FC0A for ; Tue, 4 Oct 2011 08:39:09 +0000 (UTC) Received: from seedling.local (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p948cslD006736 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 4 Oct 2011 09:38:54 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p948cslD006736 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1317717534; bh=UiiRmC0Y0bQ+6tHih2OTp/0cdo7Dv1oJOeSEuQX4ljo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E8AC616.4000904@infracaninophile.co.uk>|Date:=20T ue,=2004=20Oct=202011=2009:38:46=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:7.0.1)=20Gecko/2 0110929=20Thunderbird/7.0.1|MIME-Version:=201.0|To:=20Janos=20Doha nics=20|CC:=20FreeBSD=20Questions=20|Subject:=20Re:=20Timestamps=20shifted=20by=2 08=20hours|References:=20<20111004002910.4c134251.web@3dresearch.c om>|In-Reply-To:=20<20111004002910.4c134251.web@3dresearch.com>|X- Enigmail-Version:=201.3.2|OpenPGP:=20id=3D60AE908C|Content-Type:=2 0multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"ap plication/pgp-signature"=3B=0D=0A=20boundary=3D"------------enig76 7FF060820A345459E6ECA8"; b=lq0DJ+PwawM/sH4gVZ74AUWsay9Id++YwNhngsTZu6TnPYYpCUq11vKzBBN2OypG1 Z/flRoIeJ6+2zpJ+6UkJyYq16WC02spfr3zFJC4QshnaZmuPKYB033HGbL+QubuKuF AHHpPYN/g9pNUpZMdhKEEdTMHFL88u3MdD0wEdZw= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host seedling.black-earth.co.uk [81.187.76.163] claimed to be seedling.local Message-ID: <4E8AC616.4000904@infracaninophile.co.uk> Date: Tue, 04 Oct 2011 09:38:46 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Janos Dohanics References: <20111004002910.4c134251.web@3dresearch.com> In-Reply-To: <20111004002910.4c134251.web@3dresearch.com> X-Enigmail-Version: 1.3.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig767FF060820A345459E6ECA8" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 08:39:10 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig767FF060820A345459E6ECA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/10/2011 05:29, Janos Dohanics wrote: > I have pfSense-2.0 for gateway/firewall (10.10.10.2). >=20 > 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. >=20 > 10.10.10.252 is the ntpd server for this LAN. >=20 > On 10.10.10.2: >=20 > date = =20 > Tue Oct 4 00:00:42 EDT 2011 >=20 > On 10.10.10.252: >=20 > $date > Tue Oct 4 00:00:50 EDT 2011 > (just after logging out of 10.10.10.2, so they seem to be in sync) >=20 > However, timestamps in pfsense.log, residing on 10.10.10.252, are > shifted by 8 hours, for example: >=20 > $ tail -f /var/log/pfsense.log > Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): [...] > ^^^^^^^^ >=20 > I guess I should read some man page... I'd say this is probably the standard thing about the system clock running UTC vs running wall-clock time. But 8 hours is /twice/ the difference between EDT and UTC -- which is suspicious. For dedicated FreeBSD machines I'd recommend running the system clock in UTC. That avoids a lot of pointless conversion between timezones when running ntpd (NTP basically works in UTC internally). So long as the file /etc/wall_cmos_clock *doesn't* exist the system clock assumes UTC -- see adjkerntz(8) for the details of how it all works. Also check the localtime setup with tzsetup(8). If you remove (or, indeed, add) /etc/wall_cmos_clock then your NTP system is suddenly going to find itself several hours out of synch. It will simply give up and collapse in a heap when this happens, so you will need to fix the system time and restart ntpd. There's more than one way to do that. * You can use date(1) to set the right time to within a minute or so, and then start ntpd. * You can use ntpdate(8) to step the clock into synch with NTP servers on the net by running 'etc/rc.d/ntpdate start' Note this is deprecated upstream by the ntp project because of the arbitrary changes it can make to the systems idea of the time of day. Computers really don't handle time going backwards gracefully. * Probably the preferred mechanism nowadays. Ensure you have 'ntpd_sync_on_start=3D"YES"' in /etc/rc.conf and just restart ntpd. This turns off the sanity checking on how far out the clock is allowed to be initially, so ntpd will slew the clock as far as it needs to get into synch. It only works like that immediately after restart. Use 'ntpd -q' to monitor how well your system is coming into synch with the NTP servers on your net. You don't say if your NTP server is a FreeBSD box or not, but the same arguments apply to any Unix-oid OS and you should make the same sort of checks there too, as well as on your firewall. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig767FF060820A345459E6ECA8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6Kxh0ACgkQ8Mjk52CukIw93wCggbWVn4SAhfxdwAzyELZ2ef3I eesAn0gCqA1HaMJ0bhpzwBbMzvEnet4Q =cwtn -----END PGP SIGNATURE----- --------------enig767FF060820A345459E6ECA8-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:03:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67C61065672 for ; Tue, 4 Oct 2011 13:03:07 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0CD8FC0A for ; Tue, 4 Oct 2011 13:03:07 +0000 (UTC) Received: by wwn22 with SMTP id 22so4830645wwn.1 for ; Tue, 04 Oct 2011 06:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5Q1TAamMbpYwoFU8wDNgiMkN0krZ4grRjlmqYC2chIs=; b=W7wm7HNf2TRFdWc08kp0kRoAYkd7pHz6D5JsERE1dqwE+qjB3r5GTshKKAForhIFBw 5uG1eSh+kKElp8AVffJ4SJ0giUtRd1uMBh0a0nQyAzyJWCwHGZnoWKGSsy9e4tASGluv EZ1A/fHirz73D6gG4GPVQbLpRTdpfRlTfXSE8= Received: by 10.216.134.106 with SMTP id r84mr1576293wei.30.1317731534496; Tue, 04 Oct 2011 05:32:14 -0700 (PDT) Received: from iv-sv-328.creatis.insa-lyon.fr (iv-sv-328.creatis.insa-lyon.fr. [195.220.108.195]) by mx.google.com with ESMTPS id l40sm3273465wbm.10.2011.10.04.05.32.13 (version=SSLv3 cipher=OTHER); Tue, 04 Oct 2011 05:32:13 -0700 (PDT) Message-ID: <4E8AFCC7.7070302@gmail.com> Date: Tue, 04 Oct 2011 14:32:07 +0200 From: Razmig KECHICHIAN User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20111003 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20111004120035.4BACE10656D4@hub.freebsd.org> In-Reply-To: <20111004120035.4BACE10656D4@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: LibreOffice Writer crashes when accessing the fonts pull down list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:03:08 -0000 > I've not made any changes other than updated the ports when so is needed. > > If I do the setting/change of the font via the menu, I can get what I > want. But if I pull down the fonts list and start scrolling, Writer will > crash. > I've also noticed random crashes in LibreOffice Writer component at least after the last system and ports update. For example, it would crash if I click on the "Check for updates" button in the "Extensions manager" dialog, or upon selecting the "Languages" entry under "Language settings" in the "Options" dialog. Could anyone have an idea on what's going on? Configuration information follows. > uname -rms FreeBSD 8.2-STABLE amd64 > pkg_info | grep -i libreoffice libreoffice-3.4.3_1 Full integrated office productivity suite > gcc --version | head -1 gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD] > cat /etc/make.conf CPUTYPE?=nocona CFLAGS= -O2 -fno-strict-aliasing -pipe CXXFLAGS+= -fconserve-space COPTFLAGS= -O -pipe PERL_VERSION=5.12.4 > cd /usr/ports/editors/libreoffice > make showconfig ===> The following configuration options are available for libreoffice-3.4.3_1: WEBDAV=off "Support webdav protocol" KDE4=on "With Qt4/KDE4 vclplug support" GTK=off "With GTK vclplug support" GNOME=off "Better integration in gnome environnement" JAVA=on "Add Java support (XML Filters, macros)" PYUNO=off "Allow to script libreoffice in python" SYSTRAY=off "Enable systemtry quickstarter" MMEDIA=off "Enable multimedia backend for impress" SDK=off "Build with SDK" DEBUG=off "Build with debug symbols and verbose output" //rk From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:50:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B23F51065670 for ; Tue, 4 Oct 2011 13:50:22 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5183E8FC19 for ; Tue, 4 Oct 2011 13:50:19 +0000 (UTC) Received: by wwe3 with SMTP id 3so760377wwe.31 for ; Tue, 04 Oct 2011 06:50:19 -0700 (PDT) Received: by 10.216.89.139 with SMTP id c11mr770068wef.37.1317736219040; Tue, 04 Oct 2011 06:50:19 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id z9sm3813363wbn.19.2011.10.04.06.50.16 (version=SSLv3 cipher=OTHER); Tue, 04 Oct 2011 06:50:17 -0700 (PDT) Message-ID: <4E8B0F17.502@my.gd> Date: Tue, 04 Oct 2011 15:50:15 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20111004002910.4c134251.web@3dresearch.com> In-Reply-To: <20111004002910.4c134251.web@3dresearch.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:50:22 -0000 On 10/4/11 6:29 AM, Janos Dohanics wrote: > I have pfSense-2.0 for gateway/firewall (10.10.10.2). > > 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. > > 10.10.10.252 is the ntpd server for this LAN. > > On 10.10.10.2: > > date > Tue Oct 4 00:00:42 EDT 2011 > > On 10.10.10.252: > > $date > Tue Oct 4 00:00:50 EDT 2011 > (just after logging out of 10.10.10.2, so they seem to be in sync) > > However, timestamps in pfsense.log, residing on 10.10.10.252, are > shifted by 8 hours, for example: > > $ tail -f /var/log/pfsense.log > Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): [...] > ^^^^^^^^ > > I guess I should read some man page... > In your pfsense web administration page: System -> general setup -> Time Zone Note we're running 1.2.3 here but you get the general idea. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:50:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B4D1065673 for ; Tue, 4 Oct 2011 13:50:39 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id E504F8FC1D for ; Tue, 4 Oct 2011 13:50:38 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 2B47C119044; Tue, 4 Oct 2011 09:50:38 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id CEB185C48; Tue, 4 Oct 2011 09:50:34 -0400 (EDT) Date: Tue, 4 Oct 2011 09:50:26 -0400 From: Janos Dohanics To: Matthew Seaman Message-Id: <20111004095026.69839e89.web@3dresearch.com> In-Reply-To: <4E8AC616.4000904@infracaninophile.co.uk> References: <20111004002910.4c134251.web@3dresearch.com> <4E8AC616.4000904@infracaninophile.co.uk> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:50:39 -0000 On Tue, 04 Oct 2011 09:38:46 +0100 Matthew Seaman wrote: > On 04/10/2011 05:29, Janos Dohanics wrote: > > I have pfSense-2.0 for gateway/firewall (10.10.10.2). > > > > 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. > > > > 10.10.10.252 is the ntpd server for this LAN. > > > > On 10.10.10.2: > > > > date > > Tue Oct 4 00:00:42 EDT 2011 > > > > On 10.10.10.252: > > > > $date > > Tue Oct 4 00:00:50 EDT 2011 > > (just after logging out of 10.10.10.2, so they seem to be in sync) > > > > However, timestamps in pfsense.log, residing on 10.10.10.252, are > > shifted by 8 hours, for example: > > > > $ tail -f /var/log/pfsense.log > > Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): > > [...] ^^^^^^^^ > > > > I guess I should read some man page... Thank you for your reply. > I'd say this is probably the standard thing about the system clock > running UTC vs running wall-clock time. But 8 hours is /twice/ the > difference between EDT and UTC -- which is suspicious. Actually, it's 9 hours, not 8. Just looked in /var/log/filter.log residing on 10.10.10.2. Timestamps are ahead by 9 hours. However, date shows the correct time (correct to a few seconds). On the other hand, /var/log/system.log shows correct timestamps. So, I asked the wrong question. The question I should be asking is: Why are timestamps wrong in /var/log/filter.log even though date shows the correct time? However, this question I should ask the pfSense list... > For dedicated FreeBSD machines I'd recommend running the system clock > in UTC. That avoids a lot of pointless conversion between timezones > when running ntpd (NTP basically works in UTC internally). So long > as the file /etc/wall_cmos_clock *doesn't* exist the system clock > assumes UTC > -- see adjkerntz(8) for the details of how it all works. Also check > the localtime setup with tzsetup(8). > > [...] > > You don't say if your NTP server is a FreeBSD box or not, but the same > arguments apply to any Unix-oid OS and you should make the same sort > of checks there too, as well as on your firewall. It is, but doesn't seem to be relevant to the problem. Thank you again, -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:54:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41ED106566B for ; Tue, 4 Oct 2011 13:54:38 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3C05C8FC08 for ; Tue, 4 Oct 2011 13:54:37 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 6AB12E00CA; Tue, 4 Oct 2011 09:54:37 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id ABBAB5C48; Tue, 4 Oct 2011 09:54:36 -0400 (EDT) Date: Tue, 4 Oct 2011 09:54:31 -0400 From: Janos Dohanics To: Damien Fleuriot Message-Id: <20111004095431.ea3467e1.web@3dresearch.com> In-Reply-To: <4E8B0F17.502@my.gd> References: <20111004002910.4c134251.web@3dresearch.com> <4E8B0F17.502@my.gd> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:54:38 -0000 On Tue, 04 Oct 2011 15:50:15 +0200 Damien Fleuriot wrote: > > > On 10/4/11 6:29 AM, Janos Dohanics wrote: > > I have pfSense-2.0 for gateway/firewall (10.10.10.2). > > > > 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. > > > > 10.10.10.252 is the ntpd server for this LAN. > > > > On 10.10.10.2: > > > > date > > Tue Oct 4 00:00:42 EDT 2011 > > > > On 10.10.10.252: > > > > $date > > Tue Oct 4 00:00:50 EDT 2011 > > (just after logging out of 10.10.10.2, so they seem to be in sync) > > > > However, timestamps in pfsense.log, residing on 10.10.10.252, are > > shifted by 8 hours, for example: > > > > $ tail -f /var/log/pfsense.log > > Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): > > [...] ^^^^^^^^ > > > > I guess I should read some man page... > > > > > > In your pfsense web administration page: > System -> general setup -> Time Zone It's been set to America/New_York... -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:55:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D7B1065676 for ; Tue, 4 Oct 2011 13:55:50 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 240168FC13 for ; Tue, 4 Oct 2011 13:55:49 +0000 (UTC) Received: by wyj26 with SMTP id 26so735871wyj.13 for ; Tue, 04 Oct 2011 06:55:49 -0700 (PDT) Received: by 10.216.132.4 with SMTP id n4mr5372006wei.111.1317736549003; Tue, 04 Oct 2011 06:55:49 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ex12sm3850889wbb.23.2011.10.04.06.55.47 (version=SSLv3 cipher=OTHER); Tue, 04 Oct 2011 06:55:47 -0700 (PDT) Message-ID: <4E8B1062.3010101@my.gd> Date: Tue, 04 Oct 2011 15:55:46 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Janos Dohanics References: <20111004002910.4c134251.web@3dresearch.com> <4E8B0F17.502@my.gd> <20111004095431.ea3467e1.web@3dresearch.com> In-Reply-To: <20111004095431.ea3467e1.web@3dresearch.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:55:50 -0000 On 10/4/11 3:54 PM, Janos Dohanics wrote: > On Tue, 04 Oct 2011 15:50:15 +0200 > Damien Fleuriot wrote: > >> >> >> On 10/4/11 6:29 AM, Janos Dohanics wrote: >>> I have pfSense-2.0 for gateway/firewall (10.10.10.2). >>> >>> 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. >>> >>> 10.10.10.252 is the ntpd server for this LAN. >>> >>> On 10.10.10.2: >>> >>> date >>> Tue Oct 4 00:00:42 EDT 2011 >>> >>> On 10.10.10.252: >>> >>> $date >>> Tue Oct 4 00:00:50 EDT 2011 >>> (just after logging out of 10.10.10.2, so they seem to be in sync) >>> >>> However, timestamps in pfsense.log, residing on 10.10.10.252, are >>> shifted by 8 hours, for example: >>> >>> $ tail -f /var/log/pfsense.log >>> Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): >>> [...] ^^^^^^^^ >>> >>> I guess I should read some man page... >>> >> >> >> >> In your pfsense web administration page: >> System -> general setup -> Time Zone > > It's been set to America/New_York... > And is that what you wanted ? Is that the same as your other hosts ? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:59:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 606FE106564A for ; Tue, 4 Oct 2011 13:59:36 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4A18FC1A for ; Tue, 4 Oct 2011 13:59:35 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id E1BCA96CA1; Tue, 4 Oct 2011 09:59:34 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id 3EFBA5C48; Tue, 4 Oct 2011 09:59:34 -0400 (EDT) Date: Tue, 4 Oct 2011 09:59:29 -0400 From: Janos Dohanics To: Damien Fleuriot Message-Id: <20111004095929.5414306a.web@3dresearch.com> In-Reply-To: <4E8B1062.3010101@my.gd> References: <20111004002910.4c134251.web@3dresearch.com> <4E8B0F17.502@my.gd> <20111004095431.ea3467e1.web@3dresearch.com> <4E8B1062.3010101@my.gd> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 13:59:36 -0000 On Tue, 04 Oct 2011 15:55:46 +0200 Damien Fleuriot wrote: > > > On 10/4/11 3:54 PM, Janos Dohanics wrote: > > On Tue, 04 Oct 2011 15:50:15 +0200 > > Damien Fleuriot wrote: > > > >> > >> > >> On 10/4/11 6:29 AM, Janos Dohanics wrote: > >>> I have pfSense-2.0 for gateway/firewall (10.10.10.2). > >>> > >>> 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. > >>> > >>> 10.10.10.252 is the ntpd server for this LAN. > >>> > >>> On 10.10.10.2: > >>> > >>> date > >>> Tue Oct 4 00:00:42 EDT 2011 > >>> > >>> On 10.10.10.252: > >>> > >>> $date > >>> Tue Oct 4 00:00:50 EDT 2011 > >>> (just after logging out of 10.10.10.2, so they seem to be in sync) > >>> > >>> However, timestamps in pfsense.log, residing on 10.10.10.252, are > >>> shifted by 8 hours, for example: > >>> > >>> $ tail -f /var/log/pfsense.log > >>> Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): > >>> [...] ^^^^^^^^ > >>> > >>> I guess I should read some man page... > >>> > >> > >> > >> > >> In your pfsense web administration page: > >> System -> general setup -> Time Zone > > > > It's been set to America/New_York... > > > > And is that what you wanted ? > > Is that the same as your other hosts ? Yes and yes. -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 14:17:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74FE3106566B for ; Tue, 4 Oct 2011 14:17:26 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 405698FC0C for ; Tue, 4 Oct 2011 14:17:25 +0000 (UTC) Received: by ywp17 with SMTP id 17so663351ywp.13 for ; Tue, 04 Oct 2011 07:17:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.142.10 with SMTP id q10mr1998183icu.56.1317737844333; Tue, 04 Oct 2011 07:17:24 -0700 (PDT) Received: by 10.231.14.4 with HTTP; Tue, 4 Oct 2011 07:17:24 -0700 (PDT) Date: Tue, 4 Oct 2011 10:17:24 -0400 Message-ID: From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Embedded FBSD on VIA ARTiGO A1100 or Similar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 14:17:26 -0000 Hi, Has anyone got FBSD to work on this platform? It's a regular 1.2GHz VIA Nano 64-bit, 800MHz FSB, 1MB L2 Cache processor so I'm think it should work! This part of our project is originally with Linux but I want to recommend FBSD instead. Thanks! -- Alejandro Imass From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 14:46:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 830D1106566C for ; Tue, 4 Oct 2011 14:46:00 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3726C8FC17 for ; Tue, 4 Oct 2011 14:45:59 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 34E8D11698F; Tue, 4 Oct 2011 10:45:59 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id A43725C19; Tue, 4 Oct 2011 10:45:58 -0400 (EDT) Date: Tue, 4 Oct 2011 10:45:48 -0400 From: Janos Dohanics To: Robert Bonomi Message-Id: <20111004104548.7225482b.web@3dresearch.com> In-Reply-To: <201110040905.p9495mLF001446@mail.r-bonomi.com> References: <20111004002910.4c134251.web@3dresearch.com> <201110040905.p9495mLF001446@mail.r-bonomi.com> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 14:46:00 -0000 On Tue, 4 Oct 2011 04:05:48 -0500 (CDT) Robert Bonomi wrote: > > > Date: Tue, 4 Oct 2011 00:29:10 -0400 > > From: Janos Dohanics > > To: FreeBSD Questions > > Subject: Timestamps shifted by 8 hours > > > > I have pfSense-2.0 for gateway/firewall (10.10.10.2). > > > > 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. > > > > 10.10.10.252 is the ntpd server for this LAN. > > > > On 10.10.10.2: > > > > date > > Tue Oct 4 00:00:42 EDT 2011 > > > > On 10.10.10.252: > > > > $date > > Tue Oct 4 00:00:50 EDT 2011 > > (just after logging out of 10.10.10.2, so they seem to be in sync) > > > > However, timestamps in pfsense.log, residing on 10.10.10.252, are > > shifted by 8 hours, for example: > > > > $ tail -f /var/log/pfsense.log > > Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): > > [...] ^^^^^^^^ > > > > I guess I should read some man page... > > I'll take your word that the 'error' is 8 hours. > > Presuming that pfsense is logginvg via 'syslog', then, -on- the .252 > machine, try using the 'logger' commnd to send messages to the > pfsense log file. you'll need the '-p' switch to get the right > facility and seveity level. > > *IF this logs with the 'wrong' time, then you have a 'local' problem > onf the .252 machine. It is booting up with the *wrong* timezone (GMT > +4) specified for 'local' time -- and _that_ timezone is in effect > when syslog starts. But, by the time you complete an interactive > login, the 'environment' for your session says the timezone is > US/Eastern (GMT-4), so a 'date' command, from the shell prompt, shows > a grossly different offset from GMT than what the syslog deamon > thinks the offset is. > > *IF* 'logger' items from the .252 machine post correctly, then you > need to try running 'logger' on the pfsense box, -first-, explicitly > telling logger the -remote- (i.e., the .252 machine) host/port to log > to, then -second-, _not_ specifying any host. and see how those log. Thank you; I asked the wrong question in my first post: http://lists.freebsd.org/pipermail/freebsd-questions/2011-October/234214.html -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 15:42:49 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2CFE106564A for ; Tue, 4 Oct 2011 15:42:49 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7718F8FC13 for ; Tue, 4 Oct 2011 15:42:49 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1RB765-000FC7-JO; Tue, 04 Oct 2011 11:40:01 -0400 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 26BF353647E3; Tue, 4 Oct 2011 11:42:44 -0400 (EDT) Message-ID: <4E8B2974.6020300@FreeBSD.org> Date: Tue, 04 Oct 2011 11:42:44 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.23) Gecko/20110920 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: n dhert References: <4E89FE33.60101@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: freebsd-questions@FreeBSD.org Subject: Re: moving a svn repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 15:42:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/3/11 3:24 PM, n dhert wrote: > I meant repository (with README.txt, conf, etc...) > What are hooks scripts, are they not in the repository? > > I am not a SVN user, what is the meaning of > svn switch --relocate NOTE: Please bottom-post and leave the cc: freebsd-questions@ in place - thank you! Hi there, The hook scripts will be found in the hooks/ subdirectory of the repository. They are not included in the dump file, so they should be copied manually to the repository on the new server. In fact, here is more detail about the process: # Run these commands on the original machine: svnadmin dump /path/to/svn/repos | gzip -9v > /tmp/repos.dump.gz tar -C /path/to/svn/repos/hooks -cvf - . | gzip -9v > /tmp/hooks.tar.gz scp /tmp/repos.dump.gz /tmp/hooks.tar.gz user@newmachine:/tmp # Run these commands on the new machine: svnadmin create /path/to/new/svn/repos zcat /tmp/repos.dump.gz | svnadmin load --force-uuid /path/to/new/svn/repos zcat /tmp/hooks.tar.gz | tar -C /path/to/new/svn/repos/hooks -xvf - Once that's all done, you may have to chown/chmod the new repository directory to get everything working. Also, what connection type do you use - svn+ssh://, http://, https://, etc.? Depending on that answer, there will be some other configuration needed on the new server. The "svn switch --relocate" command retargets a checked-out working directory to a Subversion repository at a new URL. That saves the developers from having to freshly check out their working directories after a repository is moved to a new server. Regards, Greg > > > 2011/10/3 Greg Larkin > > > On 10/3/11 1:32 PM, n dhert wrote: >> On a FreeBSD machine which the svn software installed, > repositories for >> different projects exist. >> Such a repository looks as a directory with subdirs and files. > >> One user wants the SVN repository of one project to be transferred > to a >> different machine (which had >> exactly the same FreeBSD version and exactly the same version of > the svn >> software). > >> Is it possible to simply make a tar file of the directory of the svn >> repository, transfer that to the other machine >> and there untar it in the home-directory that the user has on that > other >> machine and use it without further ado ? > > Hi n dhert, > > You said repository, but can you clarify if you meant a Subversion > working directory or a Subversion repository? A working directory has a > bunch of .svn directories throughout the hierarchy, and a repository has > a directory structure that looks like this at the top level: > > README.txt > conf/ > db/ > format > hooks/ > locks/ > > If you want to move a working directory to a new machine, I suggest > committing pending changes in the original one, removing it from the old > machine and then checking it out fresh on the new machine. > > If you want to move a repository, ask your user to commit pending > changes, use the "svnadmin dump" command to create a dump file, then > transfer it and use "svnadmin load" on the target machine. Also make > sure to check if there are any hook scripts in the old repository and > move them as well. They may depend on tools that are not installed or > paths that don't exist on the new machine, so check that they function > correctly. > > After the repository move, the user can run "svn switch --relocate" in > his working directory to point to the new repository URL. > > Hope that helps, > Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6LKXQACgkQ0sRouByUApCiDgCgi4YK9/bNEjX2KJsXds4bRl49 Z74An0A2efWd9bVSbhD2lcgDlXjLPABJ =xW6F -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 15:45:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E109C106564A for ; Tue, 4 Oct 2011 15:45:17 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 4B10D8FC15 for ; Tue, 4 Oct 2011 15:45:17 +0000 (UTC) Received: from seedling.local (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p94Fj8xo012976 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 4 Oct 2011 16:45:09 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p94Fj8xo012976 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1317743109; bh=MkaeWCMEvQ7JqiDatNVojhdV6S+gLcuSIA3Osxxb3jY=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E8B29FB.1050200@infracaninophile.co.uk>|Date:=20T ue,=2004=20Oct=202011=2016:44:59=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:7.0.1)=20Gecko/2 0110929=20Thunderbird/7.0.1|MIME-Version:=201.0|To:=20Janos=20Doha nics=20|CC:=20FreeBSD=20Questions=20|Subject:=20Re:=20Timestamps=20shifted=20by=2 08=20hours|References:=20<20111004002910.4c134251.web@3dresearch.c om>=20<4E8AC616.4000904@infracaninophile.co.uk>=20<20111004095026. 69839e89.web@3dresearch.com>|In-Reply-To:=20<20111004095026.69839e 89.web@3dresearch.com>|X-Enigmail-Version:=201.3.2|OpenPGP:=20id=3 D60AE908C|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha1= 3B=0D=0A=20protocol=3D"application/pgp-signature"=3B=0D=0A=20bound ary=3D"------------enig45DBBFC5B34E712A9D7A8731"; b=UHgpHchKjgXHSJIoCiN9bWSAXbyIopZnLKqL4jJhHpxxWwT1Uh1YL315XwzH6EseO kvqkLNfHgsvJCrUrGqu5wYt/ur/JjdmNMubfgMtRZOT4C/a2D7DISjKc9WRv5VehnA xkCNcuLVU1/1t8lWidUpEhje25iSEhSS779voxuc= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host seedling.black-earth.co.uk [81.187.76.163] claimed to be seedling.local Message-ID: <4E8B29FB.1050200@infracaninophile.co.uk> Date: Tue, 04 Oct 2011 16:44:59 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Janos Dohanics References: <20111004002910.4c134251.web@3dresearch.com> <4E8AC616.4000904@infracaninophile.co.uk> <20111004095026.69839e89.web@3dresearch.com> In-Reply-To: <20111004095026.69839e89.web@3dresearch.com> X-Enigmail-Version: 1.3.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig45DBBFC5B34E712A9D7A8731" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 15:45:18 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig45DBBFC5B34E712A9D7A8731 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/10/2011 14:50, Janos Dohanics wrote: > So, I asked the wrong question. The question I should be asking is: Why= > are timestamps wrong in /var/log/filter.log even though date shows the > correct time? However, this question I should ask the pfSense list... Hmmm... Somewhat of an outside chance, but timezones can be set per-process, just by setting TZ in the environment. Make sure that procfs(5) is mounted, and try running ps -auxwwwe | grep TZ If there is a process with TZ set in the environment, especially if it is set to 'America/Los_Angeles' or similar (9 hours offset from UTC is typical for PDT)[*] that's probably your smoking gun right there. Do you have West Coast based users/admins who might have restarted some processes or reloaded firewall rulesets? Cheers, Matthew [*] Or else on Guam or some other part of the Eastern Pacific? --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig45DBBFC5B34E712A9D7A8731 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6LKgQACgkQ8Mjk52CukIxDUQCfebrP2KrpsaW0pULbh2yt5uE9 RZwAnR0LJT/z4a5Zx4WTVFFowpl6hMKT =GSK6 -----END PGP SIGNATURE----- --------------enig45DBBFC5B34E712A9D7A8731-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 15:47:03 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC266106566B for ; Tue, 4 Oct 2011 15:47:03 +0000 (UTC) (envelope-from execve@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65D328FC08 for ; Tue, 4 Oct 2011 15:47:03 +0000 (UTC) Received: by vws11 with SMTP id 11so694437vws.13 for ; Tue, 04 Oct 2011 08:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=5yjD5riIRraXrEwG25vEyNpVMQ4ddCxQlPahf3ttkRo=; b=jN+Kly8bk9c5AOefsCpGImngQyCxQPaiYf1PA3GzK7UfNrLVnolMZGac6p+y8NXTEA dmpzWYGlThtRuYGfI12eclxRg7BYnrxoYHX3IIBvRA5VDww5lEpYDTflpLrdkNwOfOgl 0SVDY+uZRUultNUOK7XLSVmTjpbRNjtucmpmk= MIME-Version: 1.0 Received: by 10.68.30.1 with SMTP id o1mr10367680pbh.91.1317741731353; Tue, 04 Oct 2011 08:22:11 -0700 (PDT) Received: by 10.142.242.19 with HTTP; Tue, 4 Oct 2011 08:22:11 -0700 (PDT) Date: Tue, 4 Oct 2011 20:52:11 +0530 Message-ID: From: Gautam Mani To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: nan/inf in WCPU of ps / top X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 15:47:03 -0000 Hi, On one virtual machine (qemu on cygwin) running RELENG_8 (csupped around 12.Sep.11) -- I noticed: $ ps aux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 0 nan 0.1 0 64 ?? DLs 8:39PM 0:00.66 [kernel] root 10 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [audit] root 1 nan 0.4 2912 472 ?? ILs 8:39PM 0:00.15 /sbin/init -- root 11 inf 0.0 0 16 ?? RL 8:39PM 10:26.08 [idle] root 12 nan 0.1 0 120 ?? WL 8:39PM 0:07.22 [intr] root 2 nan 0.0 0 8 ?? DL 8:39PM 0:00.13 [g_event] root 3 nan 0.0 0 8 ?? DL 8:39PM 0:01.45 [g_up] root 4 nan 0.0 0 8 ?? DL 8:39PM 0:13.08 [g_down] root 13 nan 0.0 0 8 ?? DL 8:39PM 0:00.26 [yarrow] root 5 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [sctp_iterator] root 6 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [xpt_thrd] root 7 nan 0.0 0 8 ?? DL 8:39PM 0:00.03 [pagedaemon] root 8 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [vmdaemon] root 9 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [pagezero] root 14 nan 0.0 0 8 ?? DL 8:39PM 0:00.02 [bufdaemon] root 15 nan 0.0 0 8 ?? DL 8:39PM 0:00.02 [vnlru] root 16 nan 0.0 0 8 ?? DL 8:39PM 0:00.29 [syncer] root 17 nan 0.0 0 8 ?? DL 8:39PM 0:00.06 [softdepflush] root 104 nan 0.7 1540 836 ?? Is 8:39PM 0:00.05 adjkerntz -i root 130 nan 0.0 0 8 ?? DL 8:39PM 0:00.03 [md0] even top has this problem: last pid: 1111; load averages: 0.00, 0.08, 0.07 up 0+00:08:50 20:48:15 23 processes: 1 running, 22 sleeping CPU: 2.0% user, 0.0% nice, 1.1% system, 0.0% interrupt, 96.9% idle Mem: 11M Active, 7300K Inact, 17M Wired, 8K Cache, 12M Buf, 78M Free Swap: 94M Total, 94M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 104 root 1 76 0 1540K 836K pause 1 0:00 nan% adjkerntz 491 root 1 76 0 3288K 1276K select 0 0:00 nan% dhclient 507 _dhcp 1 50 0 3288K 1404K select 1 0:00 nan% dhclient 523 root 1 44 0 3936K 2292K select 0 0:00 nan% devd 646 root 1 44 0 3348K 1180K select 0 0:00 nan% syslogd 767 nobody 1 44 0 3388K 1604K kqread 0 0:00 nan% thttpd 920 root 1 44 0 6088K 3200K select 1 0:00 nan% sendmail I thought this might have something to do with my experimentation with the CPUTYPE in /etc/make.conf. I then rebuilt world and kernel with GENERIC and removed all the changes I had made in /etc/make.conf -- but this also didnt help. I run qemu without the -cpu flag and dmesg shows: CPU: QEMU Virtual CPU version 0.15.0 (2216.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Family = 6 Model = 3 Stepping = 3 Features=0x781abf9 Features2=0x80800001 Any pointers how I can get my WCPU values back -- its a little difficult if I cannot sort by WCPU in top. Thanks, Gautam From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 17:23:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 498751065674 for ; Tue, 4 Oct 2011 17:23:20 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 125578FC15 for ; Tue, 4 Oct 2011 17:23:19 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 0AC6B1F19B; Tue, 4 Oct 2011 13:23:19 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id C61925C19; Tue, 4 Oct 2011 13:23:17 -0400 (EDT) Date: Tue, 4 Oct 2011 13:23:14 -0400 From: Janos Dohanics To: Matthew Seaman Message-Id: <20111004132314.8cc11552.web@3dresearch.com> In-Reply-To: <4E8B29FB.1050200@infracaninophile.co.uk> References: <20111004002910.4c134251.web@3dresearch.com> <4E8AC616.4000904@infracaninophile.co.uk> <20111004095026.69839e89.web@3dresearch.com> <4E8B29FB.1050200@infracaninophile.co.uk> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 17:23:20 -0000 On Tue, 04 Oct 2011 16:44:59 +0100 Matthew Seaman wrote: > On 04/10/2011 14:50, Janos Dohanics wrote: > > So, I asked the wrong question. The question I should be asking is: > > Why are timestamps wrong in /var/log/filter.log even though date > > shows the correct time? However, this question I should ask the > > pfSense list... > > Hmmm... > > Somewhat of an outside chance, but timezones can be set per-process, > just by setting TZ in the environment. Make sure that procfs(5) is > mounted, and try running > > ps -auxwwwe | grep TZ Well, my pfSense installation does not have /proc, and I'd hate to mess with a production system of a customer... > If there is a process with TZ set in the environment, especially if it > is set to 'America/Los_Angeles' or similar (9 hours offset from UTC is > typical for PDT)[*] that's probably your smoking gun right there. Do > you have West Coast based users/admins who might have restarted some > processes or reloaded firewall rulesets? > > Cheers, > > Matthew > > [*] Or else on Guam or some other part of the Eastern Pacific? I'm the only one (I hope...) with access to this box... -- Janos Dohanics From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 17:42:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C47B106566C for ; Tue, 4 Oct 2011 17:42:36 +0000 (UTC) (envelope-from editor@d3photography.com) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id E37F08FC18 for ; Tue, 4 Oct 2011 17:42:35 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id 2AA9C26DB2EA; Tue, 4 Oct 2011 12:45:15 -0500 (CDT) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B2EjTJ0X9V3A; Tue, 4 Oct 2011 12:45:02 -0500 (CDT) Received: from [10.0.1.198] (70-89-202-1-invergrove-mn.hfc.comcastbusiness.net [70.89.202.1]) by server.cwis.biz (Postfix) with ESMTPSA id 62F8226DB2E9; Tue, 4 Oct 2011 12:45:02 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=windows-1252 From: Ryan Coleman In-Reply-To: <20111004132314.8cc11552.web@3dresearch.com> Date: Tue, 4 Oct 2011 12:42:21 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20111004002910.4c134251.web@3dresearch.com> <4E8AC616.4000904@infracaninophile.co.uk> <20111004095026.69839e89.web@3dresearch.com> <4E8B29FB.1050200@infracaninophile.co.uk> <20111004132314.8cc11552.web@3dresearch.com> To: Janos Dohanics X-Mailer: Apple Mail (2.1244.3) Cc: FreeBSD Questions Subject: Re: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 17:42:36 -0000 Has anyone considered what cities are UTC+3?=20 =95 Comoros =95 Djibouti =95 Eritrea =95 Ethiopia =95 Kenya =95 Madagascar =95 Mayotte (France) and Scattered islands in the Indian Ocean = (Bassas da India, Europa Island, Juan de Nova Island) =95 Somalia =95 South Sudan =95 Sudan =95 Tanzania =95 Uganda Eastern Europe Advanced Time, or Further-eastern European Time (FET) =95 Kaliningrad Oblast, Russia, Kaliningrad Time =95 Ukraine, Kiev Time =95 Belarus, Minsk Time Could pf have caught on to the Orange Revolution a little late? +4 is Moscow...=20 Just a few thoughts...=20 On Oct 4, 2011, at 12:23 PM, Janos Dohanics wrote: > On Tue, 04 Oct 2011 16:44:59 +0100 > Matthew Seaman wrote: >=20 >> On 04/10/2011 14:50, Janos Dohanics wrote: >>> So, I asked the wrong question. The question I should be asking is: >>> Why are timestamps wrong in /var/log/filter.log even though date >>> shows the correct time? However, this question I should ask the >>> pfSense list... >>=20 >> Hmmm... >>=20 >> Somewhat of an outside chance, but timezones can be set per-process, >> just by setting TZ in the environment. Make sure that procfs(5) is >> mounted, and try running >>=20 >> ps -auxwwwe | grep TZ >=20 > Well, my pfSense installation does not have /proc, and I'd hate to = mess > with a production system of a customer... >=20 >> If there is a process with TZ set in the environment, especially if = it >> is set to 'America/Los_Angeles' or similar (9 hours offset from UTC = is >> typical for PDT)[*] that's probably your smoking gun right there. Do >> you have West Coast based users/admins who might have restarted some >> processes or reloaded firewall rulesets? >>=20 >> Cheers, >>=20 >> Matthew >>=20 >> [*] Or else on Guam or some other part of the Eastern Pacific? >=20 > I'm the only one (I hope...) with access to this box... >=20 > --=20 > Janos Dohanics > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 21:45:38 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60C8F106566C for ; Tue, 4 Oct 2011 21:45:38 +0000 (UTC) (envelope-from syshackmin@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9FB8FC15 for ; Tue, 4 Oct 2011 21:45:37 +0000 (UTC) Received: by wwe3 with SMTP id 3so1457478wwe.31 for ; Tue, 04 Oct 2011 14:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=sLPpPfC3iXNzwHLOyF44amqEFJWlWg4TTKLc5Gq2sOw=; b=PX9nDOTMRrQSNqQqTyCOiMoamJtBPI89ctGiDDvUt/DsrU/H2/R3nxbApCarHtsxQl geiRHG6y0waRcgHmCjkomRjFU6L2JGkLCzW+BywRRonWAzJZDjG+6t886EKNrV8k4U5+ M+OECa3/2NgGY/QfpY62dz0mvr3OpfQbK2foU= MIME-Version: 1.0 Received: by 10.216.137.223 with SMTP id y73mr2096660wei.6.1317764736224; Tue, 04 Oct 2011 14:45:36 -0700 (PDT) Received: by 10.216.53.21 with HTTP; Tue, 4 Oct 2011 14:45:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Oct 2011 17:45:36 -0400 Message-ID: From: Dave Cundiff To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: ZFS Write Lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 21:45:38 -0000 Hi, Decided to cross post this over here as well since it seems like it could be something actually wrong and not me being an idiot. Feel free to let me know if I'm an idiot. :) gstat is showing almost no IO hitting da1 which is my zpool(21 disk raid50 3x7). Yet the zvols are all backed up. 0 272 7 71 11.6 264 4439 0.2 4.8| da1 0 4 2 26 6.7 2 23 557.0 126.7| zvol/san/a2s= 61 0 14 0 0 0.0 14 86 91.5 132.5| zvol/san/a2s= 66 1 14 0 1 13.8 14 154 100.6 140.2| zvol/san/sol= semi1 1 19 1 5 0.1 18 156 76.6 139.8| zvol/san/sol= man1 1 6 1 26 8.4 5 112 275.3 140.9| zvol/san/a2s= 62 1 16 1 5 9.1 16 317 88.1 139.7| zvol/san/sol= man2 1 29 1 2 6.6 29 214 48.8 139.8| zvol/san/sol= semi2 1 7 1 2 8.5 6 50 232.5 140.4| zvol/san/sol= man4 I've tweaked only a few settings from default. [root@san2 ~]# cat /boot/loader.conf console=3D"comconsole,vidconsole" comconsole_speed=3D"115200" vm.kmem_size=3D"30G" vfs.zfs.arc_max=3D"22G" kern.hz=3D100 loader_logo=3D"beastie" [root@san2 ~]# cat /etc/sysctl.conf net.inet.tcp.sendbuf_max=3D16777216 net.inet.tcp.recvbuf_max=3D16777216 net.inet.tcp.sendspace=3D65536 net.inet.tcp.recvspace=3D131072 [root@san2 ~]# zpool status pool: san state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM san ONLINE 0 0 0 da1 ONLINE 0 0 0 logs mirror ONLINE 0 0 0 ad6s1b ONLINE 0 0 0 ad14s1b ONLINE 0 0 0 cache ad6s1d ONLINE 0 0 0 ad14s1d ONLINE 0 0 0 errors: No known data errors All my volumes are the same. I don't manually adjust any properties. [root@san2 ~]# zfs get all san NAME PROPERTY VALUE SOURCE san type filesystem - san creation Tue Feb 8 9:58 2011 - san used 9.10T - san available 3.33T - san referenced 221M - san compressratio 1.00x - san mounted yes - san quota none default san reservation none default san recordsize 128K default san mountpoint /san default san sharenfs off default san checksum off local san compression off default san atime on default san devices on default san exec on default san setuid on default san readonly off default san jailed off default san snapdir hidden default san aclmode groupmask default san aclinherit restricted default san canmount on default san shareiscsi off default san xattr off temporary san copies 1 default san version 4 - san utf8only off - san normalization none - san casesensitivity sensitive - san vscan off default san nbmand off default san sharesmb off default san refquota none default san refreservation none default san primarycache all default san secondarycache all default san usedbysnapshots 0 - san usedbydataset 221M - san usedbychildren 9.10T - san usedbyrefreservation 0 - [root@san2 ~]# zfs get all san/a2s66 NAME PROPERTY VALUE SOURCE san/a2s66 type volume - san/a2s66 creation Wed Sep 21 16:25 2011 - san/a2s66 used 770G - san/a2s66 available 3.33T - san/a2s66 referenced 753G - san/a2s66 compressratio 1.00x - san/a2s66 reservation none default san/a2s66 volsize 750G - san/a2s66 volblocksize 4K - san/a2s66 checksum off inherited from san san/a2s66 compression off default san/a2s66 readonly off default san/a2s66 shareiscsi off default san/a2s66 copies 1 default san/a2s66 refreservation none default san/a2s66 primarycache all default san/a2s66 secondarycache all default san/a2s66 usedbysnapshots 17.3G - san/a2s66 usedbydataset 753G - san/a2s66 usedbychildren 0 - san/a2s66 usedbyrefreservation 0 - last pid: 60292; load averages: 0.96, 0.67, 0.80 up 9+17:31:59 17:41:52 63 processes: 2 running, 61 sleeping CPU: 1.3% user, 0.0% nice, 46.4% system, 1.1% interrupt, 51.2% idle Mem: 37M Active, 32M Inact, 22G Wired, 15M Cache, 1940M Buf, 1075M Free Swap: 28G Total, 13M Used, 28G Free [root@san2 ~]# sysctl -a | grep zfs vfs.zfs.l2c_only_size: 81245392896 vfs.zfs.mfu_ghost_data_lsize: 51142656 vfs.zfs.mfu_ghost_metadata_lsize: 10687021568 vfs.zfs.mfu_ghost_size: 10738164224 vfs.zfs.mfu_data_lsize: 757547008 vfs.zfs.mfu_metadata_lsize: 954693120 vfs.zfs.mfu_size: 2612401664 vfs.zfs.mru_ghost_data_lsize: 1983434752 vfs.zfs.mru_ghost_metadata_lsize: 3657913344 vfs.zfs.mru_ghost_size: 5641348096 vfs.zfs.mru_data_lsize: 9817952768 vfs.zfs.mru_metadata_lsize: 395397632 vfs.zfs.mru_size: 10833757184 vfs.zfs.anon_data_lsize: 0 vfs.zfs.anon_metadata_lsize: 0 vfs.zfs.anon_size: 34037760 vfs.zfs.l2arc_norw: 1 vfs.zfs.l2arc_feed_again: 1 vfs.zfs.l2arc_noprefetch: 0 vfs.zfs.l2arc_feed_min_ms: 200 vfs.zfs.l2arc_feed_secs: 1 vfs.zfs.l2arc_headroom: 2 vfs.zfs.l2arc_write_boost: 8388608 vfs.zfs.l2arc_write_max: 8388608 vfs.zfs.arc_meta_limit: 5905580032 vfs.zfs.arc_meta_used: 5906093432 vfs.zfs.mdcomp_disable: 0 vfs.zfs.arc_min: 2952790016 vfs.zfs.arc_max: 23622320128 vfs.zfs.zfetch.array_rd_sz: 1048576 vfs.zfs.zfetch.block_cap: 256 vfs.zfs.zfetch.min_sec_reap: 2 vfs.zfs.zfetch.max_streams: 8 vfs.zfs.prefetch_disable: 1 vfs.zfs.check_hostid: 1 vfs.zfs.recover: 0 vfs.zfs.txg.write_limit_override: 0 vfs.zfs.txg.synctime: 5 vfs.zfs.txg.timeout: 30 vfs.zfs.scrub_limit: 10 vfs.zfs.vdev.cache.bshift: 16 vfs.zfs.vdev.cache.size: 10485760 vfs.zfs.vdev.cache.max: 16384 vfs.zfs.vdev.aggregation_limit: 131072 vfs.zfs.vdev.ramp_rate: 2 vfs.zfs.vdev.time_shift: 6 vfs.zfs.vdev.min_pending: 4 vfs.zfs.vdev.max_pending: 10 vfs.zfs.cache_flush_disable: 0 vfs.zfs.zil_disable: 0 vfs.zfs.zio.use_uma: 0 vfs.zfs.version.zpl: 4 vfs.zfs.version.spa: 15 vfs.zfs.version.dmu_backup_stream: 1 vfs.zfs.version.dmu_backup_header: 2 vfs.zfs.version.acl: 1 vfs.zfs.debug: 0 vfs.zfs.super_owner: 0 kstat.zfs.misc.zfetchstats.hits: 1622932834 kstat.zfs.misc.zfetchstats.misses: 300700562 kstat.zfs.misc.zfetchstats.colinear_hits: 144156 kstat.zfs.misc.zfetchstats.colinear_misses: 300556406 kstat.zfs.misc.zfetchstats.stride_hits: 1138458507 kstat.zfs.misc.zfetchstats.stride_misses: 386271 kstat.zfs.misc.zfetchstats.reclaim_successes: 5313527 kstat.zfs.misc.zfetchstats.reclaim_failures: 295242879 kstat.zfs.misc.zfetchstats.streams_resets: 141691 kstat.zfs.misc.zfetchstats.streams_noresets: 484474231 kstat.zfs.misc.zfetchstats.bogus_streams: 0 kstat.zfs.misc.arcstats.hits: 2877951340 kstat.zfs.misc.arcstats.misses: 677132553 kstat.zfs.misc.arcstats.demand_data_hits: 1090801028 kstat.zfs.misc.arcstats.demand_data_misses: 142078773 kstat.zfs.misc.arcstats.demand_metadata_hits: 760631826 kstat.zfs.misc.arcstats.demand_metadata_misses: 15429069 kstat.zfs.misc.arcstats.prefetch_data_hits: 77566631 kstat.zfs.misc.arcstats.prefetch_data_misses: 412415335 kstat.zfs.misc.arcstats.prefetch_metadata_hits: 948951855 kstat.zfs.misc.arcstats.prefetch_metadata_misses: 107209376 kstat.zfs.misc.arcstats.mru_hits: 762645834 kstat.zfs.misc.arcstats.mru_ghost_hits: 25063620 kstat.zfs.misc.arcstats.mfu_hits: 1792233827 kstat.zfs.misc.arcstats.mfu_ghost_hits: 107949685 kstat.zfs.misc.arcstats.allocated: 1220368604 kstat.zfs.misc.arcstats.deleted: 881708637 kstat.zfs.misc.arcstats.stolen: 324197286 kstat.zfs.misc.arcstats.recycle_miss: 393866103 kstat.zfs.misc.arcstats.mutex_miss: 47835019 kstat.zfs.misc.arcstats.evict_skip: 16800403516 kstat.zfs.misc.arcstats.evict_l2_cached: 3404346428416 kstat.zfs.misc.arcstats.evict_l2_eligible: 906780261888 kstat.zfs.misc.arcstats.evict_l2_ineligible: 1712274098176 kstat.zfs.misc.arcstats.hash_elements: 12932367 kstat.zfs.misc.arcstats.hash_elements_max: 26675689 kstat.zfs.misc.arcstats.hash_collisions: 1195027725 kstat.zfs.misc.arcstats.hash_chains: 524288 kstat.zfs.misc.arcstats.hash_chain_max: 114 kstat.zfs.misc.arcstats.p: 13900189206 kstat.zfs.misc.arcstats.c: 16514222070 kstat.zfs.misc.arcstats.c_min: 2952790016 kstat.zfs.misc.arcstats.c_max: 23622320128 kstat.zfs.misc.arcstats.size: 16514197960 kstat.zfs.misc.arcstats.hdr_size: 698646840 kstat.zfs.misc.arcstats.data_size: 13480204800 kstat.zfs.misc.arcstats.other_size: 222586112 kstat.zfs.misc.arcstats.l2_hits: 236859220 kstat.zfs.misc.arcstats.l2_misses: 440273314 kstat.zfs.misc.arcstats.l2_feeds: 998879 kstat.zfs.misc.arcstats.l2_rw_clash: 41492 kstat.zfs.misc.arcstats.l2_read_bytes: 1523423294976 kstat.zfs.misc.arcstats.l2_write_bytes: 2108729975808 kstat.zfs.misc.arcstats.l2_writes_sent: 908755 kstat.zfs.misc.arcstats.l2_writes_done: 908755 kstat.zfs.misc.arcstats.l2_writes_error: 0 kstat.zfs.misc.arcstats.l2_writes_hdr_miss: 125029 kstat.zfs.misc.arcstats.l2_evict_lock_retry: 78155 kstat.zfs.misc.arcstats.l2_evict_reading: 52 kstat.zfs.misc.arcstats.l2_free_on_write: 735076 kstat.zfs.misc.arcstats.l2_abort_lowmem: 2368 kstat.zfs.misc.arcstats.l2_cksum_bad: 9 kstat.zfs.misc.arcstats.l2_io_error: 0 kstat.zfs.misc.arcstats.l2_size: 88680833024 kstat.zfs.misc.arcstats.l2_hdr_size: 2275280224 kstat.zfs.misc.arcstats.memory_throttle_count: 0 kstat.zfs.misc.arcstats.l2_write_trylock_fail: 160181805 kstat.zfs.misc.arcstats.l2_write_passed_headroom: 48073379 kstat.zfs.misc.arcstats.l2_write_spa_mismatch: 0 kstat.zfs.misc.arcstats.l2_write_in_l2: 101326826532 kstat.zfs.misc.arcstats.l2_write_io_in_progress: 3016312 kstat.zfs.misc.arcstats.l2_write_not_cacheable: 16631379447 kstat.zfs.misc.arcstats.l2_write_full: 158541 kstat.zfs.misc.arcstats.l2_write_buffer_iter: 998879 kstat.zfs.misc.arcstats.l2_write_pios: 908755 kstat.zfs.misc.arcstats.l2_write_buffer_bytes_scanned: 881025143301120 kstat.zfs.misc.arcstats.l2_write_buffer_list_iter: 62580701 kstat.zfs.misc.arcstats.l2_write_buffer_list_null_iter: 2040782 kstat.zfs.misc.vdev_cache_stats.delegations: 2167916 kstat.zfs.misc.vdev_cache_stats.hits: 2801310 kstat.zfs.misc.vdev_cache_stats.misses: 5448597 On Tue, Oct 4, 2011 at 2:43 AM, Dave Cundiff wrote: > Hi, > > I'm running 8.2-RELEASE and running into an IO lockup on ZFS that is > happening pretty regularly. The system is stock except for the > following set in loader.conf > > vm.kmem_size=3D"30G" > vfs.zfs.arc_max=3D"22G" > kern.hz=3D100 > > I know the kmem settings aren't SUPPOSED to be necessary now, buy my > ZFS boxes were crashing until I added them. The machine has 24 gigs of > RAM. The kern.hz=3D100 was to stretch out the l2arc bug that pops up at > 28days with it set to 1000. > > [root@san2 ~]# zpool status > =A0pool: san > =A0state: ONLINE > =A0scrub: none requested > config: > > =A0 =A0 =A0 =A0NAME =A0 =A0 =A0 =A0 STATE =A0 =A0 READ WRITE CKSUM > =A0 =A0 =A0 =A0san =A0 =A0 =A0 =A0 =A0ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 = =A0 0 > =A0 =A0 =A0 =A0 =A0da1 =A0 =A0 =A0 =A0ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 = =A0 0 > =A0 =A0 =A0 =A0logs > =A0 =A0 =A0 =A0 =A0mirror =A0 =A0 ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 =A0 = 0 > =A0 =A0 =A0 =A0 =A0 =A0ad6s1b =A0 ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 =A0 = 0 > =A0 =A0 =A0 =A0 =A0 =A0ad14s1b =A0ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 =A0 = 0 > =A0 =A0 =A0 =A0cache > =A0 =A0 =A0 =A0 =A0ad6s1d =A0 =A0 ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 =A0 = 0 > =A0 =A0 =A0 =A0 =A0ad14s1d =A0 =A0ONLINE =A0 =A0 =A0 0 =A0 =A0 0 =A0 =A0 = 0 > > errors: No known data errors > > > Here's a zpool iostat from a machine in trouble. > > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A07.92K > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0447 =A0 =A0 =A00 = =A05.77M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0309 =A0 =A0 =A00 = =A02.83M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 62 =A0 =A0 =A00 =A02.22M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A02 =A0 =A0 =A00= =A023.5K > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0254 =A0 =A0 =A00 = =A06.62M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0249 =A0 =A0 =A00 = =A03.16M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 34 =A0 =A0 =A00 =A0 491K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A06 =A0 =A0 =A00= =A062.7K > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 85 =A0 =A0 =A00 = =A06.59M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0452 =A0 =A0 =A00 = =A04.88M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0109 =A0 =A0 =A00 =A03.12M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A07.84K > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0434 =A0 =A0 =A00 = =A06.41M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0 =A00 =A0 =A0 =A00= =A0 =A0 =A00 > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 =A00 =A0 =A0304 =A0 =A0 =A00 = =A02.90M > san =A0 =A0 =A0 =A0 9.08T =A03.55T =A0 =A0 37 =A0 =A0 =A00 =A0 628K =A0 = =A0 =A00 > > Its supposed to look like > > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0162 =A0 =A0167 =A03.75M =A06.09= M > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 =A05 =A0 =A0 =A00 =A047.4K =A0= =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 19 =A0 =A0 =A00 =A0 213K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0120 =A0 =A0 =A00 =A03.26M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 92 =A0 =A0 =A00 =A0 741K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0114 =A0 =A0 =A00 =A02.86M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 72 =A0 =A0 =A00 =A0 579K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 14 =A0 =A0 =A00 =A0 118K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 24 =A0 =A0 =A00 =A0 213K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 25 =A0 =A0 =A00 =A0 324K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 =A08 =A0 =A0 =A00 =A0 126K =A0= =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 28 =A0 =A0 =A00 =A0 505K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 15 =A0 =A0 =A00 =A0 126K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 11 =A0 =A0 =A00 =A0 158K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 19 =A0 =A0 =A00 =A0 356K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0198 =A0 =A0 =A00 =A03.55M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 21 =A0 =A0 =A00 =A0 173K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 18 =A0 =A0 =A00 =A0 150K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 23 =A0 =A0 =A00 =A0 260K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 =A09 =A0 =A0 =A00 =A078.3K =A0= =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 21 =A0 =A0 =A00 =A0 173K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 =A02 =A04.59K =A016.8K =A0 142= M > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 12 =A0 =A0 =A00 =A0 103K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 26 =A0 =A0454 =A0 312K =A04.35= M > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0111 =A0 =A0 =A00 =A03.34M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 28 =A0 =A0 =A00 =A0 870K =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 75 =A0 =A0 =A00 =A03.88M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 43 =A0 =A0 =A00 =A01.22M =A0 = =A0 =A00 > san =A0 =A0 =A0 =A0 9.07T =A03.56T =A0 =A0 26 =A0 =A0 =A00 =A0 270K =A0 = =A0 =A00 > > I don't know what triggers the problem but I know how to fix it. If I > perform a couple snapshot deletes the IO will come back in line every > single time. Fortunately I have LOTS of snapshots to delete. > > [root@san2 ~]# zfs list -r -t snapshot | wc -l > =A0 =A05236 > [root@san2 ~]# zfs list -r -t volume | wc -l > =A0 =A0 =A017 > > Being fairly new to FreeBSD and ZFS I'm pretty clueless on where to > begin tracking this down. I've been staring at gstat trying to see if > a zvol is getting a big burst of writes that may be flooding the drive > controller but I haven't caught anything yet. top -S -H shows > zio_write_issue threads consuming massive amounts of CPU during the > lockup. Normally they sit around 5-10%. =A0Any suggestions on where I > could start to track this down would be greatly appreciated. > --=20 Dave Cundiff System Administrator A2Hosting, Inc http://www.a2hosting.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 22:23:31 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1C9E106566B for ; Tue, 4 Oct 2011 22:23:31 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 58CA98FC1B for ; Tue, 4 Oct 2011 22:23:31 +0000 (UTC) Received: from WildRover.lariat.net (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2] (may be forged)) by lariat.net (8.9.3/8.9.3) with ESMTP id QAA25829 for ; Tue, 4 Oct 2011 16:23:27 -0600 (MDT) Message-Id: <201110042223.QAA25829@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 04 Oct 2011 16:23:22 -0600 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Timeline for 9.0-RELEASE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 22:23:31 -0000 Just looked at the project Web site, and the timeline for 9.0-RELEASE is way, way out of date. If all goes well, when is 9.0 expected to be released? What remains to be done? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 22:26:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0561106564A for ; Tue, 4 Oct 2011 22:26:29 +0000 (UTC) (envelope-from matt@conundrum.com) Received: from coke.conundrum.com (coke.conundrum.com [216.235.9.139]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7048FC15 for ; Tue, 4 Oct 2011 22:26:28 +0000 (UTC) Received: from chani.conundrum.com (chani.conundrum.com [216.235.10.34]) by coke.conundrum.com (8.13.1/8.12.6) with ESMTP id p94M3j3K040303; Tue, 4 Oct 2011 18:03:45 -0400 (EDT) (envelope-from matt@conundrum.com) From: Matthew Pounsett Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 4 Oct 2011 18:03:35 -0400 To: freebsd-questions@freebsd.org Message-Id: <98F4C5FC-3859-4D42-BA65-0ABD755BCEB1@conundrum.com> Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: Starting tomcat7 port on 8.1-RELEASE-p1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 22:26:29 -0000 I'm trying to get Tomcat 7 up and running for one of our developers, and = seem to have run into an odd roadblock. I've installed everything using the ports, including the half-dozen = distfiles that need to be manually downloaded to satisfy dependencies. = That went fine, but tomcat won't start. I'm getting an empty file = "localhost_access_log.2011-10-04.txt" in = /usr/local/apache-tomcat-7.0/logs/, as well as the file 'catalina.out' = which I'm pasting in at the bottom of this email. catalina.out seems to be suggesting that tomcat won't start because it = can't bind to localhost:8005, but I can't find a reason for this. I've = done some googling and seen some similar examples of this problem from = earlier versions of Tomcat, on earlier versions of FreeBSD, but nothing = recent... the only fix that has come up that looks like it could be = relevant is forcing tomcat to use IPv4 by adding this to rc.conf tomcat55_java_opts=3D"-Djava.net.preferIPv4Stack=3Dtrue" I've tried this and it doesn't solve my problem. The tomcat port doesn't seem to install any port-specific Getting = Started docs anywhere, and the Apache-Tomcat getting started = documentation doesn't seem to cover anything more than what the port = install is supposed to take care of. Am I just missing some setup = instructions somewhere? Any pointers appreciated. -- Oct 4, 2011 9:52:21 PM org.apache.catalina.core.AprLifecycleListener = init INFO: The APR based Apache Tomcat Native library which allows optimal = performance in production environments was not found on the = java.library.path: = /usr/local/jdk1.6.0/jre/lib/amd64/server:/usr/local/jdk1.6.0/jre/lib/amd64= :/usr/local/jdk1.6.0/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/u= sr/lib:/usr/local/lib Oct 4, 2011 9:52:21 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8080"] Oct 4, 2011 9:52:21 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8009"] Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 449 ms Oct 4, 2011 9:52:21 PM org.apache.catalina.core.StandardService = startInternal INFO: Starting service Catalina Oct 4, 2011 9:52:21 PM org.apache.catalina.core.StandardEngine = startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.21 Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.HostConfig = deployDirectory INFO: Deploying web application directory ROOT Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.HostConfig = deployDirectory INFO: Deploying web application directory docs Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.HostConfig = deployDirectory INFO: Deploying web application directory examples Oct 4, 2011 9:52:21 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Oct 4, 2011 9:52:21 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Oct 4, 2011 9:52:21 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: = attributeAdded('org.apache.jasper.compiler.TldLocationsCache', = 'org.apache.jasper.compiler.TldLocationsCache@6910b640') Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.HostConfig = deployDirectory INFO: Deploying web application directory host-manager Oct 4, 2011 9:52:21 PM org.apache.catalina.startup.HostConfig = deployDirectory INFO: Deploying web application directory manager Oct 4, 2011 9:52:22 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"] Oct 4, 2011 9:52:22 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8009"] Oct 4, 2011 9:52:22 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 468 ms Oct 4, 2011 9:52:22 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[localhost:8005]:=20 java.net.BindException: Can't assign requested address at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.(ServerSocket.java:185) at = org.apache.catalina.core.StandardServer.await(StandardServer.java:422) at org.apache.catalina.startup.Catalina.await(Catalina.java:709) at org.apache.catalina.startup.Catalina.start(Catalina.java:654) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at = org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:322) at = org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450) Oct 4, 2011 9:52:22 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8080"] Oct 4, 2011 9:52:23 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8009"] Oct 4, 2011 9:52:24 PM org.apache.catalina.core.StandardService = stopInternal INFO: Stopping service Catalina Oct 4, 2011 9:52:24 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Oct 4, 2011 9:52:24 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Oct 4, 2011 9:52:24 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8080"] Oct 4, 2011 9:52:24 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8009"] Oct 4, 2011 9:52:24 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8080"] Oct 4, 2011 9:52:24 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8009"] From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 02:17:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF52A106564A for ; Wed, 5 Oct 2011 02:17:06 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 755FD8FC08 for ; Wed, 5 Oct 2011 02:17:06 +0000 (UTC) Received: by vws11 with SMTP id 11so1341941vws.13 for ; Tue, 04 Oct 2011 19:17:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v/MNgGALc95rn/s8YPuHEbv8L41ILGzYghn2WrMvO0A=; b=M6YxFRA7Z/T2kfDlWB70PmSc/o4zKX0CNXtRSZqtHCIo/zo8xKz9WGOvUifq+0lyGy A0lmoCTvACl6/3FRfLpQJ8NmAXHUiYsf5hJWvAgn7+kcsg34G/iGNmuSoH0M14JHGRu2 wu190qqft1OppNUzDbvJUHWjugpETVGNix3sg= MIME-Version: 1.0 Received: by 10.52.93.169 with SMTP id cv9mr1923836vdb.319.1317779231063; Tue, 04 Oct 2011 18:47:11 -0700 (PDT) Received: by 10.52.101.193 with HTTP; Tue, 4 Oct 2011 18:47:11 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Oct 2011 18:47:11 -0700 Message-ID: From: Alex Teslik To: Alberto Mijares Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: About suidperl in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 02:17:06 -0000 you don't need suidperl for openwebmail. Use C-wrappers as explained in the HOWTO: http://openwebmail.acatysmoof.com/doc/install/freebsd/8.2-RELEASE/HOWTO_Install_OpenWebMail_FreeBSD8.2.txt From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 03:58:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83A6B1065670 for ; Wed, 5 Oct 2011 03:58:16 +0000 (UTC) (envelope-from brandon@301south.net) Received: from ocean.301south.net (ocean.301south.net [98.173.24.155]) by mx1.freebsd.org (Postfix) with ESMTP id 684098FC19 for ; Wed, 5 Oct 2011 03:58:16 +0000 (UTC) Received: from 301south.net (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: b) by ocean.301south.net (Postfix) with ESMTPSA id A88DD84712 for ; Tue, 4 Oct 2011 20:58:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=301south.net; s=301south; t=1317787095; bh=JdAok6wnWel5vjLCkYvULI+jXmP6YAagGWesHl0zhIQ=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=Zf/oEu85Sv4XOMsLBO+R3bqELI/kYDXpt9iVJjxNw1YoZE9iNzOGOQT5oUQVlsnJn AQZAJ36i6WKBnhN8tcRLw== Date: Tue, 4 Oct 2011 20:58:14 -0700 (PDT) From: Brandon Kuczenski To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: snd_hda: how to configure line-in passthrough to line-out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 03:58:16 -0000 I'm working on the sound on my system running 8.2-RELEASE. Currently I have sound input and output working using snd_hda (i.e. I can record on line in, and play it back on line out). What I would like to do is take the audio coming in on line-in and send it back out the line-out "live" without recording it. Is this easy to do? I'd appreciate any hints. Thanks, Brandon From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 04:50:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D331065677 for ; Wed, 5 Oct 2011 04:50:36 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8178FC15 for ; Wed, 5 Oct 2011 04:50:35 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx01.qsc.de (Postfix) with ESMTP id 5C81F3D1B4; Wed, 5 Oct 2011 06:50:34 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p954oXPt002338; Wed, 5 Oct 2011 06:50:33 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 5 Oct 2011 06:50:33 +0200 From: Polytropon To: Brandon Kuczenski Message-Id: <20111005065033.7f3fd6af.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: snd_hda: how to configure line-in passthrough to line-out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 04:50:36 -0000 On Tue, 4 Oct 2011 20:58:14 -0700 (PDT), Brandon Kuczenski wrote: > I'm working on the sound on my system running 8.2-RELEASE. Currently I > have sound input and output working using snd_hda (i.e. I can record on > line in, and play it back on line out). > > What I would like to do is take the audio coming in on line-in and send it > back out the line-out "live" without recording it. > > Is this easy to do? I'd appreciate any hints. I think it is easy to do. If I remember terminology correctly, the thing you're searching for is MONITOR. Instead of setting rec source to mic, set it to line, and increase monitor level. The line level should be possible to set independently of the rec channel setting, so you should be able to pass through line anyway - at least, that has been the default ability of sound cards when they became available for PC. But well... this has been 10... 20... years ago, and nobody expects simple things to work as simple today as they did in the past. :-) On the line out channel, all input should be "accumulated" according to the individual levels (pcm, line in, mic); the setting which source to _record_ from is handled independently. Refer to "man mixer" on how to set the levels as you require. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 05:11:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7949F106567A for ; Wed, 5 Oct 2011 05:11:36 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id EED198FC16 for ; Wed, 5 Oct 2011 05:11:35 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEACDji06WZWdv/2dsb2JhbABCqRWBUwEBBAEnUgULCxguVwaIELcBhyMEmQ6MMA Received: from ppp103-111.static.internode.on.net (HELO lillith-iv.ovirt.dyndns.ws) ([150.101.103.111]) by ipmail06.adl2.internode.on.net with ESMTP; 05 Oct 2011 15:26:22 +1030 X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: freebsd-questions@freebsd.org Received: from [192.168.1.144] (ws@predator-ii.buffyverse [192.168.1.144]) by lillith-iv.ovirt.dyndns.ws (8.14.4/8.14.4) with ESMTP id p954uBbK040179; Wed, 5 Oct 2011 15:26:11 +1030 (CST) (envelope-from ws@au.dyndns.ws) From: Wayne Sierke To: Leslie Jensen In-Reply-To: <4E8AB8B0.2020806@eskk.nu> References: <4E8AB8B0.2020806@eskk.nu> Content-Type: text/plain; charset="ASCII" Date: Wed, 05 Oct 2011 15:26:10 +1030 Message-ID: <1317790570.2344.17.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 192.168.1.142 X-Scanned-By: SpamAssassin 3.002005(2008-06-10) X-Scanned-By: ClamAV X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 Cc: freebsd-questions@freebsd.org Subject: Re: LibreOffice Writer crashes when accessing the fonts pull down list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ws@au.dyndns.ws List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 05:11:36 -0000 On Tue, 2011-10-04 at 09:41 +0200, Leslie Jensen wrote: > Hi List > > I've got a problem with the above. > > I've not made any changes other than updated the ports when so is needed. > > If I do the setting/change of the font via the menu, I can get what I > want. But if I pull down the fonts list and start scrolling, Writer will > crash. I just replaced openoffice with libreoffice and I see similar behaviour. Simply opening the drop-down font list instigates the segfault or crash - I've seen instances both where a segmentation fault is reported and core dumped, and where the application exits silently. Changing the font via the menus or typing in the font name text box doesn't instigate the crash. It also crashes when the menu "Tools->Language->For all Text->More..." is accessed, but not for either of the "For Selection->More..." or "For Paragraph->More..." menus. # make showconfig ===> The following configuration options are available for libreoffice-3.4.3_1: WEBDAV=off "Support webdav protocol" KDE4=off "With Qt4/KDE4 vclplug support" GTK=on "With GTK vclplug support" GNOME=on "Better integration in gnome environnement" JAVA=off "Add Java support (XML Filters, macros)" PYUNO=off "Allow to script libreoffice in python" SYSTRAY=off "Enable systemtry quickstarter" MMEDIA=off "Enable multimedia backend for impress" SDK=off "Build with SDK" DEBUG=off "Build with debug symbols and verbose output" ===> Use 'make config' to modify these settings # uname -rms FreeBSD 8.2-RELEASE i386 > PS: I could only find a list for freebsd-openoffice when I wanted to > post this. So I choose the questions list instead. The freebsd-openoffice@ list was closed recently, and freebsd-office@ is now the common list for "office" applications. Wayne From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 05:11:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42497106566C for ; Wed, 5 Oct 2011 05:11:42 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 125208FC19 for ; Wed, 5 Oct 2011 05:11:40 +0000 (UTC) Received: by iadk27 with SMTP id k27so1980056iad.13 for ; Tue, 04 Oct 2011 22:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=lz0QiSCql/5f6wgH6628R2ohOG5YIjEk6z7OYyUfL7U=; b=egs7HAOP8EbQKiV8NuBxdlG59dF3vL1oB7NO9Lge+uAj4hq2bM1QO7/coQNHwkJbi6 EMvEV/LWj1k/VfTJcNsbnxu43jkVoonAQ0L02FoaJ2Q+LX6cn12r/tP6CeiBFlNVFphk vTjQbGROfhC+blzTtdKddhirbev+qSXl9bsIE= MIME-Version: 1.0 Received: by 10.231.1.9 with SMTP id 9mr3557477ibd.58.1317791500647; Tue, 04 Oct 2011 22:11:40 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Tue, 4 Oct 2011 22:11:40 -0700 (PDT) Date: Wed, 5 Oct 2011 07:11:40 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: fbsd 8.2 security updates -p3 -p4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 05:11:42 -0000 Less than a week ago, there was security update -p3, tonight already -p4 rolled in.. Does somone know why ? applying -p3, rebuilding kernel (custom kernel: generic + option QUOTA), and rebooting caused my /var to be filled up to 108% (...) with a huge /var/log/Xorg.0.log file ... has -p4 something to do with with that? did -p3 introduce a bug? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 07:13:54 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96185106564A for ; Wed, 5 Oct 2011 07:13:54 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id E65908FC0C for ; Wed, 5 Oct 2011 07:13:52 +0000 (UTC) Received: (qmail invoked by alias); 05 Oct 2011 06:47:12 -0000 Received: from port-92-206-118-37.dynamic.qsc.de (EHLO core2duo) [92.206.118.37] by mail.gmx.net (mp007) with SMTP; 05 Oct 2011 08:47:12 +0200 X-Authenticated: #4870692 X-Provags-ID: V01U2FsdGVkX1/McTpXD5jMvYQDK09zGrFA8HGfVs6gCwbyO/4aLU m8iqqlIJflgC/K Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-questions@freebsd.org, "n dhert" References: Date: Wed, 05 Oct 2011 08:47:13 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Andreas Rudisch" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.51 (Win32) X-Y-GMX-Trusted: 0 Cc: Subject: Re: fbsd 8.2 security updates -p3 -p4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 07:13:54 -0000 Am 05.10.2011, 07:11 Uhr, schrieb n dhert : > Less than a week ago, there was security update -p3, tonight already -p4 > rolled in.. > Does somone know why ? http://security.freebsd.org/advisories/FreeBSD-SA-11:05.unix.asc Andreas From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 10:33:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA101065675 for ; Wed, 5 Oct 2011 10:33:45 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BC9398FC0C for ; Wed, 5 Oct 2011 10:33:45 +0000 (UTC) Received: by iadk27 with SMTP id k27so2387532iad.13 for ; Wed, 05 Oct 2011 03:33:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZpZZv7AIVmdn60b1BLNP7ssXrM8FxyiXiz7fF9lf2/U=; b=f9PYYjBSOE5caVEQu5Qrn3nDBAo21zkClzyOXoVf6ApXn5jgCgwiPbmavyIWxbNZED 83gIyY1DeY3fDZgNRI1g2dcc/z0SjshQLmAfS4IJHukkzFsp0+r8h/VUqM2cbeqGlPua 7ibD0+4ScONlcyk8IIo5YjEnhG5xuhFDVsCnU= MIME-Version: 1.0 Received: by 10.231.1.9 with SMTP id 9mr4009343ibd.58.1317810825067; Wed, 05 Oct 2011 03:33:45 -0700 (PDT) Received: by 10.231.199.143 with HTTP; Wed, 5 Oct 2011 03:33:45 -0700 (PDT) Date: Wed, 5 Oct 2011 12:33:45 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 10:33:46 -0000 FreeBSD-8.2 with Xorg: Is there a way one can specify that your never have X on the console (just the login: prompt) but still have X on any other X-windows termnal (an KDM login window) and graphical environment From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 12:56:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B7B71065798 for ; Wed, 5 Oct 2011 12:56:31 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D0D5A8FC1A for ; Wed, 5 Oct 2011 12:56:30 +0000 (UTC) Received: by ywp17 with SMTP id 17so1931577ywp.13 for ; Wed, 05 Oct 2011 05:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a5/YASAaPKK2b4h6+rdOBOnc1slD+veY1MFgPgtU+ow=; b=RsIpF8uWFBqHPM25uwABKzkscth8reFeP1RkG6G4BC9NLIu8WKYv6oWeZahN60Ialz 3xyeSSturVudfy5B78QhHWGTF6pMkRRjzpc1zvBcs4+MPt4UugFG5oQ2S3dRqMnGbUfq +UkYWs32Rzgc40ljRCn2UPP9o5c8573u8WD6k= MIME-Version: 1.0 Received: by 10.236.155.1 with SMTP id i1mr13650084yhk.8.1317819390125; Wed, 05 Oct 2011 05:56:30 -0700 (PDT) Received: by 10.236.105.166 with HTTP; Wed, 5 Oct 2011 05:56:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Oct 2011 13:56:30 +0100 Message-ID: From: krad To: nightrecon@hotmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: updating 8.1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 12:56:31 -0000 On 3 October 2011 10:28, Michael Powell wrote: > wayne mitchell wrote: > > > hey > > just tried to update a system using 'csup' > > current system is: 8.1 RELEASE on a amd machine (amd64 GENERIC kernel) > > tried downloading the CURRENT branch ( tag=. ) > > when running "make buildworld" > > get an exit with error at /usr/lib/libmagic > > system gives various warnings about unknown file types and incorrect > > variable bounds > > then exits with error 1 - 'cannot find any magic files' > > > > tried this again with ( tag=RELENG_8 ) - exact same problem > > tried this again with ( tag=RELENG_8.2 ) - exact same problem > > > > also tried "make buildworld" in multi-user -and- single-user > > > > where should i expect to find any magic files on the system tree ? > > thanks > > I wouldn't worry about this. Be better to find out what is wrong. It is > unclear exactly what you are trying to achieve, so I'll try some crystal- > ball gazing. Going from 8.1 to HEAD might actually be broken at any one > given point in time. Not always, but the possibility exists. If you are > dead > set on this, read the -CURRENT list for hints on breakage. > > If you are trying to set up a server for use in some form of stable > environment I would suggest not using -CURRENT, but rather consider the > security branch of either 8.1-RELEASE or 8.2-RELEASE. The csup tags are > RELENG_8_1 and RELENG_8_2 respectively. Example supfile: > > *default host=cvsup.nl.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_8_2 > *default delete use-rel-suffix compress > src-all > > Then cd to /usr/obj and do rm -rf *. This will remove leftovers of previous > failed build attempts. Once this is cleaned up and you have the correct > source (such as 8.2-RELEASE security branch), then just cd /usr/src and > kick > off the dance with a make buildworld. > > I just updated 9 machines from 8.2 to the 8.2 security branch and > experienced zero trouble. I can't speak to whether -CURRENT will build, as > my boxen are for production use and not for development work. If you > continue to have a problem trying to update to RELENG_8_2 you are doing > something wrong. > > -Mike > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > you might consider releng_9 as well as the next major release is on the verge of going out. Releng_9 will currently give you beta3 of 9.0-release. I have been using 9 for a while now as have many others and it has proven to be a very stable platform. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 14:42:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C33B11065740 for ; Wed, 5 Oct 2011 14:42:26 +0000 (UTC) (envelope-from pommo@indiapowerhouse.net) Received: from server212.com (server212.com [116.251.205.152]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3018FC15 for ; Wed, 5 Oct 2011 14:42:25 +0000 (UTC) Received: (qmail 16005 invoked by uid 2532); 5 Oct 2011 14:15:43 -0000 To: freebsd-questions@freebsd.org X-PHP-Script: indiapowerhouse.com/pommo/pommo/admin/mailings/mailings_send4.php for 116.251.205.152 Date: Wed, 5 Oct 2011 22:15:43 +0800 From: "Baid Power Services Pvt. Ltd" Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.72] MIME-Version: 1.0 Content-Type: text/plain; charset = "UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Invitation for Demo of Nurses Call Monitoring System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 14:42:26 -0000 DEAR DOCTOR / HOSPITAL MANAGEMENT, BRING ACCOUNTABILITY AND RELIABILITY TO YOUR NURSES CALL MONITORING. INCREASE YOUR GOODWILL. Sub: Invitation to witness Live Demo of Nurses Call Monitoring System & Queue Management System We are very happy to invite you to Bangladesh Hand Ball Federation, 1st Floor, Room No. 12 & 13 at NSIC Organized Indian MSME Technology Fair from 7th – 16th October, at National Stadium, Bangladesh. Stall Number A-10 There we are going to introduce you with our latest Nurses Call Monitoring System and Queue Management Systems for Hospital OPD. The systems are designed by our in house R & D Team of qualified engineer with over 15 years experience in the same line. Our systems are working in the leading hospitals of Kolkata. Nurses Call Monitoring System series 640 is micro controllers based and have many unique features which you may not find in any other systems in market. We are enclosing detailed catalogue. Please feel free to enquiry any further details. Queue Management System- IQMS series is specially designed system for hospital OPDs. It can generate token, instantly up- dates the doctor of status of booking, present patient no. and many other details. The system can facilitate for up to four slots if same chamber is used by more than one doctor. If you think any other features are required, we can customize the same for you. This is totally stand alone system with its own hardware and software. It does not interfere any way with your computer system. We have also developed Software based Queue Management System where doctors chambers are provided with computers/ laptops. With this system, Doctor can know full details of his/ her patients waiting and call them as per priority required. There are many management tools incorporated in the system. We are waiting for your valuable presence. Thanking you, For Baid Power Services Pvt. Ltd. Anupam Baid BAID POWER SERVICES PVT. LTD 152, Block B, Lake Town, Kolkata - 700089, West Bengal, India Ph: +91 (033) 25210322, 25343662 email : info@indiapowerhouse.net From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 15:02:43 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8359A106564A for ; Wed, 5 Oct 2011 15:02:43 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4958E8FC0A for ; Wed, 5 Oct 2011 15:02:42 +0000 (UTC) Received: by ggeq3 with SMTP id q3so999553gge.13 for ; Wed, 05 Oct 2011 08:02:42 -0700 (PDT) Received: by 10.236.77.131 with SMTP id d3mr14207881yhe.63.1317826962448; Wed, 05 Oct 2011 08:02:42 -0700 (PDT) Received: from papi.localnet ([187.58.111.99]) by mx.google.com with ESMTPS id p68sm2691129yhj.16.2011.10.05.08.02.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 08:02:40 -0700 (PDT) From: Mario Lobo To: freebsd-questions@freebsd.org Date: Wed, 5 Oct 2011 12:02:48 -0300 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.2; amd64; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201110051202.48383.lobo@bsd.com.br> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with samba 35 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 15:02:43 -0000 Hi; System: FBSD 8.2 STABLE amd64 2011/10/05 11:26:25.632002, 0] smbd/close.c:296(close_remove_share_mode) smbd[40272]: close_remove_share_mode: Could not get share mode lock for file xxxx I keep getting these messages and the system at the store (win) that uses the shares keep getting all sorts of problems problems. Tried everything I could think of without success !!! This didn't happen with samba 3.0.36. Can someone help me, please ?? Thanks Src & Ports updated on 04/10/2011 smb.conf [global] netbios name = LosanGW workgroup = LOSAN server string = LOSAN Inet Server log file = /var/log/samba-log.%m max log size = 50 max xmit = 65535 domain master = yes local master = yes preferred master = yes ; os level = 65 name resolve order = host wins bcast security = share ; deadtime = 15 socket options = TCP_NODELAY dns proxy = No hosts allow = 10.10.10., 127. interfaces = 10.10.10.1 share modes = yes lock directory = /usr/local/etc/samba/locks [deposito] comment = Losan path = /deposito read only = No guest ok = Yes public = yes -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 15:46:26 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83D3B106566B for ; Wed, 5 Oct 2011 15:46:26 +0000 (UTC) (envelope-from amber@mastersinarteducation.com) Received: from emailonlineservice.com (emailonlineservice.com [70.32.82.216]) by mx1.freebsd.org (Postfix) with ESMTP id 16F188FC12 for ; Wed, 5 Oct 2011 15:46:25 +0000 (UTC) Received: (qmail 11964 invoked from network); 5 Oct 2011 11:19:45 -0400 Received: from c-76-30-217-41.hsd1.tx.comcast.net (HELO AmyEvans) (76.30.217.41) by emailonlineservice.com with ESMTPA; 5 Oct 2011 11:19:44 -0400 Date: Wed, 5 Oct 2011 10:18:50 -0500 (CDT) From: Amber Marshall To: Webmaster Message-ID: <7316467.3747.1317827930935.JavaMail.Amy@AmyEvans> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_3547_30441362.1317827908218" Cc: Subject: Art Education Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 15:46:26 -0000 ------=_Part_3547_30441362.1317827908218 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Webmaster, I created http://mastersinarteducation.com. My goal is to reach students who are looking for a masters degree program in art education. I really like your site and wanted to reach out to you. Would you consider adding my link to your resources page of http://freebsd.isu.edu.tw/doc/en_US.ISO8859-1/articles/contributors/article.html? After putting a lot of time and hard work into my site, I am excited to share it with as many prospective students as I can. I would appreciate any effort to post the site and appreciate your time. Thank you so much! Amber Marshall ------=_Part_3547_30441362.1317827908218-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 16:00:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C868F106566B for ; Wed, 5 Oct 2011 16:00:50 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7A38FC1B for ; Wed, 5 Oct 2011 16:00:50 +0000 (UTC) Received: from zmail-mta02.peak.org ([207.55.16.112]) by redcondor1.peak.org ({e03e86cd-14ae-47ce-9578-3c080ce9c462}) via TCP (outbound) with ESMTP id 20111005160050189 for ; Wed, 05 Oct 2011 16:00:50 +0000 X-RC-FROM: X-RC-RCPT: Received: from maple.localnet (unknown [207.55.106.132]) by zmail-mta02.peak.org (Postfix) with ESMTPSA id E1EC24896DD for ; Wed, 5 Oct 2011 09:00:49 -0700 (PDT) Received: from oak.localnet (oak.localnet [IPv6:2001:1938:266::6f:616b]) by maple.localnet (Postfix) with ESMTP id 308A761F12 for ; Wed, 5 Oct 2011 09:00:48 -0700 (PDT) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id A9A98BD27 for ; Wed, 5 Oct 2011 09:00:47 -0700 (PDT) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id p95G0l2M077544; Wed, 5 Oct 2011 09:00:47 -0700 (PDT) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org References: Mail-Followup-To: freebsd-questions@freebsd.org Date: Wed, 05 Oct 2011 09:00:47 -0700 In-Reply-To: (Brandon Kuczenski's message of "Tue, 4 Oct 2011 20:58:14 -0700 (PDT)") Message-ID: <87k48j4eds.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: snd_hda: how to configure line-in passthrough to line-out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 16:00:50 -0000 Brandon Kuczenski writes: > I'm working on the sound on my system running 8.2-RELEASE. Currently > I have sound input and output working using snd_hda (i.e. I can record > on line in, and play it back on line out). > > What I would like to do is take the audio coming in on line-in and > send it back out the line-out "live" without recording it. > > Is this easy to do? I'd appreciate any hints. I do that all the time, so it definitely is not a problem. I find on my card that the output volume is controlled by a combination of 'volume' and 'mix' settings in mixer(8). I also must have the 'igain' set to something above 0, but the volume isn't directly controlled by it. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 16:35:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24401106566B for ; Wed, 5 Oct 2011 16:35:37 +0000 (UTC) (envelope-from Lowell@Be-Well.Ilk.Org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id C17BD8FC16 for ; Wed, 5 Oct 2011 16:35:35 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id CA233A705C9 for ; Wed, 5 Oct 2011 12:10:49 -0400 (EDT) Received: (qmail 13521 invoked from network); 5 Oct 2011 16:10:49 -0000 Received: by simscan 1.4.0 ppid: 30289, pid: 17399, t: 0.1637s scanners: clamav: 0.88.2/m:52/d:10739 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Oct 2011 16:10:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DB6222E0D9; Wed, 5 Oct 2011 12:10:47 -0400 (EDT) From: Lowell Gilbert To: n dhert References: Date: Wed, 05 Oct 2011 12:10:47 -0400 In-Reply-To: (n. dhert's message of "Wed, 5 Oct 2011 12:33:45 +0200") Message-ID: <44r52rto54.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 16:35:37 -0000 n dhert writes: > FreeBSD-8.2 with Xorg: > Is there a way one can specify that your never have X on the console (just > the login: prompt) > but still have X on any other X-windows termnal (an KDM login window) and > graphical environment Sure. It's all in how you configure KDM. In xdm it's set up in the access file; I wouldn't be surprised if kdm were the same. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 17:59:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B725A106566B for ; Wed, 5 Oct 2011 17:59:15 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7542C8FC12 for ; Wed, 5 Oct 2011 17:59:15 +0000 (UTC) Received: from [89.204.153.150] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RBVkO-00087V-DS; Wed, 05 Oct 2011 19:59:14 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p95Hx2mi001046; Wed, 5 Oct 2011 19:59:04 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p95Hx0gH001045; Wed, 5 Oct 2011 19:59:00 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Wed, 5 Oct 2011 19:59:00 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20111005175859.GA1010@tiny> References: <44r52rto54.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <44r52rto54.fsf@be-well.ilk.org> X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 89.204.153.150 Cc: n dhert Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 17:59:15 -0000 El da Wednesday, October 05, 2011 a las 12:10:47PM -0400, Lowell Gilbert escribi: > n dhert writes: > > > FreeBSD-8.2 with Xorg: > > Is there a way one can specify that your never have X on the console (just > > the login: prompt) > > but still have X on any other X-windows termnal (an KDM login window) and > > graphical environment > > Sure. It's all in how you configure KDM. > > In xdm it's set up in the access file; > I wouldn't be surprised if kdm were the same. You have login: on console, login, create a file ~/.xinitrc with the lines: twm & xterm and then you just say: startx and X11 will come up; ofc you could remove software or create some dirty xorg.conf file which X11 will not let come up; matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 18:25:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD13B1065673 for ; Wed, 5 Oct 2011 18:25:12 +0000 (UTC) (envelope-from jusher71@yahoo.com) Received: from nm33-vm5.bullet.mail.ne1.yahoo.com (nm33-vm5.bullet.mail.ne1.yahoo.com [98.138.229.69]) by mx1.freebsd.org (Postfix) with SMTP id 5F2288FC13 for ; Wed, 5 Oct 2011 18:25:12 +0000 (UTC) Received: from [98.138.90.54] by nm33.bullet.mail.ne1.yahoo.com with NNFMP; 05 Oct 2011 18:25:11 -0000 Received: from [98.138.87.9] by tm7.bullet.mail.ne1.yahoo.com with NNFMP; 05 Oct 2011 18:25:11 -0000 Received: from [127.0.0.1] by omp1009.mail.ne1.yahoo.com with NNFMP; 05 Oct 2011 18:25:11 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 707186.53629.bm@omp1009.mail.ne1.yahoo.com Received: (qmail 92378 invoked by uid 60001); 5 Oct 2011 18:25:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1317839111; bh=4DeJ+yVdTbFiKY4Sx/V5Wk6AJMM/WuTAEFyplUq/xro=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=aY9yy2zWYylzKQExVB069Q1fRZMm9GRzA1PtAEjuGJ510qKCwMudQV1SYawn2BCs7XpV0t14W4JOfvDJXb6X5gOBYKYPqfjrtN25cdC21ZPiMpsbwIL7jBACzolvk4btxnWu9gZ5mWlTL1BXyZGByW/aNqW5XksWc5jwqqt4Jw0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=2DAuXKsPZlhYLRetZV3b7ldgnZUJkx72UqfqYcBpXDNXXHxauSnl8xjJnIm76yQo/PDpJZZeuXNel3H16YW9C9uojLePfuTj3Sc0vDzRd3mWPkUZVaaE5LOWLbBD/Vq6Uj0FQOH8xjweODfK5OZyMZt14Mc3X4WD7LN31XNcOg8=; X-YMail-OSG: 4oMy5pAVM1lU4.SzqIYnFFJ0FX4xXAY1eBgn3jXmpWKsQyv dYj2aM4_1N5Pxj7kKLr5SqmoQ8Ka7r1gOBnoPFa_QRk10txSAiIjO4sxdnDN tJB4AMvZ8fP3R_RvYpcoYk.UCkWrPiNWtH1tl_D09NYQFA1geHwLa.hSmdEm 3pSHSGpPrf_AJsxlTKQk_wlhkZgdNpVmnp6ui0JqdHsz7DvfW01wtiLgZz68 7eO3Zd8eYSCcf5yGVsDlh7K3Ewnrjl4NIiqZmF76SLHqk2dtBAslbt7IccBa OTACqR9KnnyPRGzIP0SbU3RPHRtBklF14odPDg54g.Bd2nx0sMkeZewMjhPw 01kVNNoPltV5vVctgJZ8TkPK7ETF3o8HZZAN1k1Sw Received: from [137.56.163.64] by web121214.mail.ne1.yahoo.com via HTTP; Wed, 05 Oct 2011 11:25:11 PDT X-Mailer: YahooMailClassic/14.0.7 YahooMailWebService/0.8.114.317681 Message-ID: <1317839111.86728.YahooMailClassic@web121214.mail.ne1.yahoo.com> Date: Wed, 5 Oct 2011 11:25:11 -0700 (PDT) From: Jason Usher To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 05 Oct 2011 18:30:28 +0000 Subject: Parallel fscks on large filesystems ... wondering about maxdsiz setting... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 18:25:12 -0000 Old 6.4-RELEASE system. Two filesystems exist, each of which is on its own raid controller. (Background fsck is not workable for various reasons that are tl;dr.) So, theoretically, doing both fscks at the same time is workable, since each of them are on their own controller, and no disk/controller resources are shared. HOWEVER, due to the large size and dense inode usage, we are forced to set: kern.maxdsiz="4096000000" And my question is: If I run two fscks at the same time, do I need to up this to 8192000000, or is this a per-process limit and I can run several processes that big, while leaving the value at 4096000000 ? (16 GB of ram, so either way we're well below) Thanks! From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 18:54:37 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70260106566C for ; Wed, 5 Oct 2011 18:54:37 +0000 (UTC) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by mx1.freebsd.org (Postfix) with ESMTP id D2D1D8FC0A for ; Wed, 5 Oct 2011 18:54:35 +0000 (UTC) Received: from jau.iki.fi (localhost [127.0.0.1]) by jau.iki.fi (8.14.5/8.14.5) with ESMTP id p95IsXVF028002 for ; Wed, 5 Oct 2011 21:54:33 +0300 (EEST) (envelope-from jau@jau.iki.fi) Received: (from jau@localhost) by jau.iki.fi (8.14.5/8.14.5/Submit) id p95IsXbr028001 for questions@freebsd.org; Wed, 5 Oct 2011 21:54:33 +0300 (EEST) (envelope-from jau) Message-Id: <201110051854.p95IsXbr028001@jau.iki.fi> To: questions@freebsd.org Date: Wed, 5 Oct 2011 21:54:33 +0300 (EEST) From: jau@iki.fi (Jukka A. Ukkonen) Sender: jau@iki.fi Latin-Date: dies Mercurii V Octombrie a.d. MMXI Organization: Private person OS-Platform: FreeBSD Phone: +358-9-6215280 (home) / +358-500-606671 (gsm) Content-Conversion: prohibited X-Mailer: ELM [version 2.4 PL25+pgp] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (jau.iki.fi [127.0.0.1]); Wed, 05 Oct 2011 21:54:34 +0300 (EEST) Cc: Subject: A couple of new sysctl variables - maybe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jau@iki.fi List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 18:54:37 -0000 Greetings all, Having been working with various other UNIX variants as well it just occurred to me that in FreeBSD we do not have any simple method for retrieving either the hardware word length (memory bus width) or the kernel's basic word length. Usually these two are of course the same thing, but it is more a best practice convention than an absolute necessity. Anyhow on other systems like SunOS/Solaris there is "isainfo -b" and on Linux there is "getconf LONG_BIT" or something to check how many bits there are in the system's default word. Something similar would be nice in FreeBSD as well, though, I think the natural place for retrieving such a value would most likely be using sysctl. Maybe it would be OK to add two new entries to the sysctl tree: "hw.wordbits" and "kern.wordbits", or something similar to the basic sysctl variables. The value should be just one constant number, usually 32 or 64 (= sizeof(long) * 8). This sort of addition to the kernel would make it a lot easier to create scripts which just do "the right thing" when run in anohter environment Just my 0,02 EUR worth... Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Oxit Ltd, Finland /__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671 / Internet: Jukka.Ukkonen(a)Oxit.Fi / Internet: jau(a)iki.fi v .--- .- ..- ...-.- .. -.- .. .-.-.- ..-. .. + + + + My opinions are mine and mine alone, not my employers. + + + + From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 19:49:36 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3D56106566C for ; Wed, 5 Oct 2011 19:49:36 +0000 (UTC) (envelope-from freebsd-questions@veggiechinese.net) Received: from mitch.veggiechinese.net (mitch.veggiechinese.net [66.33.206.106]) by mx1.freebsd.org (Postfix) with ESMTP id B4D168FC14 for ; Wed, 5 Oct 2011 19:49:36 +0000 (UTC) Received: by mitch.veggiechinese.net (Postfix, from userid 1228) id 376E2A56C; Wed, 5 Oct 2011 12:25:03 -0700 (PDT) Date: Wed, 5 Oct 2011 12:25:02 -0700 From: William Yardley To: questions@freebsd.org Message-ID: <20111005192502.GA32140@mitch.veggiechinese.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 Cc: Subject: binary upgrade problems (8.1-RELEASE-p5 -> 8.2-RELEASE-p3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 19:49:36 -0000 I'm having some problems after doing a: freebsd-update -r 8.2-RELEASE upgrade (I had also done an upgrade from 8.1-p5 to p6 without rebooting; not sure if that's part of the problem). I did the update, merged the config files, ran freebsd-update install, rebooted, and then ran freebsd-update install; despite /boot/kernel and /boot/kernel.old both having a recently updated kernel, one which has FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 if I run strings on it, uname and sysctl report 8.1-RELEASE-p5 FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27 16:49:00 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 As you can see, I'm just running the generic kernel. The system boots and most services run, though ipfw isn't loading because of the kernel version mismatch. Trying to either rollback or re-upgrade using freebsd-update isn't working (the update list it builds is wrong -- specifically, the fetch_make_patchlist() function isn't working right and is missing the filenames, so it wants to delete all my files). Any thoughts on the simplest way to get everything synced up and happy again without doing a binary upgrade from sysinstall? kernel and kernel.old are currently the same thing; I did try doing a nextboot -k kernel.old, but that doesn't change anything. If it matters, my first reboot after the upgrade was to single user mode (to do a fsck) rather than standard - wondering if this prevented some automatic thing that happens on the first boot after the binary upgrade from running.... It has been rebooted normally several times since then, though. I've tried moving /var/db/freebsd-update out of the way and re-creating it, but that didn't help (I've since moved the old one back). w From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 20:09:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C725106564A for ; Wed, 5 Oct 2011 20:09:17 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id C1E538FC0A for ; Wed, 5 Oct 2011 20:09:16 +0000 (UTC) Received: by wwn22 with SMTP id 22so6898189wwn.1 for ; Wed, 05 Oct 2011 13:09:15 -0700 (PDT) Received: by 10.216.229.25 with SMTP id g25mr2246789weq.55.1317845355137; Wed, 05 Oct 2011 13:09:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.27.211 with HTTP; Wed, 5 Oct 2011 13:08:55 -0700 (PDT) From: Chris Brennan Date: Wed, 5 Oct 2011 16:08:55 -0400 Message-ID: To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 20:09:17 -0000 Greetings! I have FreeBSD8.2 running on an x86 box and samba sharing a hardware raid1 array with zfs ontop and something strange happened today. Samba stopped accepting connections for some reason and I can't figure out why. I'm not sure if this is freebsd-specific or if it's a samba-only issue. But I can note that it had been working fine for months, the box itself has been up for 23 days w/o incident. I don't get it, it was working this morning, I changed nothing (in fact, this is the first time I logged in as root in several days and there is no outside access to this box). I connected to it this morning to map it's shares on my laptop and then noticed I couldn't connect to those very same shares on my desktop. As you can see, samba is running and the port is open [root@ziggy ~]# ps auxf | grep -e smbd -e nmbd root 42252 0.0 0.2 7636 3704 ?? Ss 3:53PM 0:00.07 /usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf root 42256 0.0 0.4 14616 7844 ?? Is 3:53PM 0:00.02 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf root 42258 0.0 0.4 14616 7776 ?? I 3:53PM 0:00.00 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf root 42472 0.0 0.1 3500 1248 0 S+ 4:05PM 0:00.00 grep -e smbd -e nmbd [root@ziggy ~]# nmap -sT -p139 ziggy Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-10-05 16:05 EDT Nmap scan report for ziggy (192.168.0.3) Host is up (0.0022s latency). rDNS record for 192.168.0.3: ziggy.xaerolimit.net PORT STATE SERVICE 139/tcp open netbios-ssn Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds [root@ziggy ~]# So I don't get what gives. > -- > Chris Brennan > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon? > http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ > GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 20:17:53 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A075106566C for ; Wed, 5 Oct 2011 20:17:53 +0000 (UTC) (envelope-from freebsd-questions@veggiechinese.net) Received: from mitch.veggiechinese.net (mitch.veggiechinese.net [66.33.206.106]) by mx1.freebsd.org (Postfix) with ESMTP id 194898FC14 for ; Wed, 5 Oct 2011 20:17:52 +0000 (UTC) Received: by mitch.veggiechinese.net (Postfix, from userid 1228) id 06E72A56C; Wed, 5 Oct 2011 13:17:51 -0700 (PDT) Date: Wed, 5 Oct 2011 13:17:51 -0700 From: William Yardley To: questions@freebsd.org Message-ID: <20111005201751.GB13369@mitch.veggiechinese.net> References: <20111005192502.GA32140@mitch.veggiechinese.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111005192502.GA32140@mitch.veggiechinese.net> User-Agent: Mutt/1.5.20 Cc: Subject: Re: binary upgrade problems (8.1-RELEASE-p5 -> 8.2-RELEASE-p3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 20:17:53 -0000 Sorry for the self-follow-up, but I did eventually fix it - I thought I had tried this already, but the machine seems to have been booting from the inactive component of a gmirror array; doing a gmirror forget gm0 and a reboot fixed the problem. w From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 21:37:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A901065672 for ; Wed, 5 Oct 2011 21:37:30 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 191728FC15 for ; Wed, 5 Oct 2011 21:37:29 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so3103401bkb.13 for ; Wed, 05 Oct 2011 14:37:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.136.199 with SMTP id s7mr1633052bkt.383.1317850648582; Wed, 05 Oct 2011 14:37:28 -0700 (PDT) Received: by 10.204.148.66 with HTTP; Wed, 5 Oct 2011 14:37:28 -0700 (PDT) X-Originating-IP: [128.95.17.72] In-Reply-To: <20111005175859.GA1010@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> Date: Wed, 5 Oct 2011 14:37:28 -0700 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 21:37:30 -0000 On Wed, Oct 5, 2011 at 10:59 AM, Matthias Apitz wrote: > El d=EDa Wednesday, October 05, 2011 a las 12:10:47PM -0400, Lowell Gilbe= rt escribi=F3: > >> n dhert writes: >> >> > FreeBSD-8.2 with Xorg: >> > Is there a way one can specify that your never have X on the console (= just >> > the login: prompt) >> > but still have X on any other X-windows termnal (an KDM login window) = and >> > graphical environment >> >> Sure. =A0It's all in how you configure KDM. >> >> In xdm it's set up in the access file; >> I wouldn't be surprised if kdm were the same. > > You have login: on console, login, create a file ~/.xinitrc with the > lines: > > twm & > xterm > > and then you just say: startx and X11 will come up; ofc you could remove > software or create some dirty xorg.conf file which X11 will not let come = up; Couldn't you just remove execute permission for the X server binaries? People using X terminals will only be running X clients, since the server will be their terminal. In fact, i think you only need a server installed at all in this situation for dependency reasons. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 22:11:25 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 919D7106564A for ; Wed, 5 Oct 2011 22:11:25 +0000 (UTC) (envelope-from DStaal@usa.net) Received: from mail.magehandbook.com (173-8-4-45-WashingtonDC.hfc.comcastbusiness.net [173.8.4.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6958B8FC18 for ; Wed, 5 Oct 2011 22:11:25 +0000 (UTC) Received: from [192.168.1.50] (Mac-Pro.magehandbook.com [192.168.1.50]) by mail.magehandbook.com (Postfix) with ESMTP id 30D587F4; Wed, 5 Oct 2011 17:52:18 -0400 (EDT) Date: Wed, 05 Oct 2011 17:52:18 -0400 From: Daniel Staal To: Dave Cundiff , questions@freebsd.org Message-ID: In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: ZFS Write Lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 22:11:25 -0000 --As of October 4, 2011 2:43:45 AM -0400, Dave Cundiff is alleged to have said: > I don't know what triggers the problem but I know how to fix it. If I > perform a couple snapshot deletes the IO will come back in line every > single time. Fortunately I have LOTS of snapshots to delete. > > [root@san2 ~]# zfs list -r -t snapshot | wc -l > 5236 > [root@san2 ~]# zfs list -r -t volume | wc -l > 17 --As for the rest, it is mine. I have no good advice, but I have a thought. ;) The thought is: Why so many snapshots? And: How many other people have that many snapshots? I know that ZFS is supposed to be able to handle huge numbers of snapshots (far more than a few thousand, from my understanding), but if it hasn't been used much in that config, there may be bugs lurking. You might try weeding through and figuring out if you can drop a good amount of those snapshots. Also, try the filesystems list. They may have better thoughts. Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. --------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 22:37:19 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E9B7106564A; Wed, 5 Oct 2011 22:37:19 +0000 (UTC) (envelope-from syshackmin@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B41FC8FC1A; Wed, 5 Oct 2011 22:37:18 +0000 (UTC) Received: by wyj26 with SMTP id 26so3003258wyj.13 for ; Wed, 05 Oct 2011 15:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=s0DbMPy1RBojdkNBPHxPxzrv5lKM7//GFFazhCMQo24=; b=L0AzshxtbCF5hMtOr3Sy76HYNY/MFeZYx4ivjhMJpLrBuVwRr8HtcrkqrymFTYEAEJ imvu4kihlGijebmXmQSOugn8XAifYQf/OjohnYOp3jFwr9aykIYWn9BYQu8dC4uUihgE hfgT/4H/8bvAIpGyS0FQS22mSvwuMieYOyYsw= MIME-Version: 1.0 Received: by 10.216.137.223 with SMTP id y73mr38421wei.6.1317854237513; Wed, 05 Oct 2011 15:37:17 -0700 (PDT) Received: by 10.216.53.21 with HTTP; Wed, 5 Oct 2011 15:37:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Oct 2011 18:37:17 -0400 Message-ID: From: Dave Cundiff To: Daniel Staal Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org, questions@freebsd.org Subject: Re: ZFS Write Lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 22:37:19 -0000 On Wed, Oct 5, 2011 at 5:52 PM, Daniel Staal wrote: > --As of October 4, 2011 2:43:45 AM -0400, Dave Cundiff is alleged to have > said: > >> I don't know what triggers the problem but I know how to fix it. If I >> perform a couple snapshot deletes the IO will come back in line every >> single time. Fortunately I have LOTS of snapshots to delete. >> >> [root@san2 ~]# zfs list -r -t snapshot | wc -l >> =A0 =A05236 >> [root@san2 ~]# zfs list -r -t volume | wc -l >> =A0 =A0 =A017 > > --As for the rest, it is mine. > > I have no good advice, but I have a thought. =A0;) > > The thought is: Why so many snapshots? =A0And: How many other people have= that > many snapshots? =A0I know that ZFS is supposed to be able to handle huge > numbers of snapshots (far more than a few thousand, from my understanding= ), > but if it hasn't been used much in that config, there may be bugs lurking= . > > You might try weeding through and figuring out if you can drop a good amo= unt > of those snapshots. =A0Also, try the filesystems list. =A0They may have b= etter > thoughts. > > Daniel T. Staal > Its for a backup service I've been working on. It takes a snapshot hourly of all 17 zvols. I was planning on keeping them for a month. I had the same thought about the snapshots and deleted them all yesterday. It appears there is some issue with keeping that many. I removed them all and the zvols are now functioning correctly. Its strange that the large number didn't cause incremental slowdown. While the snapshots were still there the IO was normal when it wasn't acting up. Just it would have spurts of almost total lockup until I performed a snapshot removal operation or 2. Thanks, --=20 Dave Cundiff System Administrator A2Hosting, Inc http://www.a2hosting.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 23:08:52 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A968106566B for ; Wed, 5 Oct 2011 23:08:52 +0000 (UTC) (envelope-from freebsd-questions@veggiechinese.net) Received: from mitch.veggiechinese.net (mitch.veggiechinese.net [66.33.206.106]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF6E8FC08 for ; Wed, 5 Oct 2011 23:08:52 +0000 (UTC) Received: by mitch.veggiechinese.net (Postfix, from userid 1228) id AC41FA56C; Wed, 5 Oct 2011 16:08:51 -0700 (PDT) Date: Wed, 5 Oct 2011 16:08:51 -0700 From: William Yardley To: questions@freebsd.org Message-ID: <20111005230851.GD8202@mitch.veggiechinese.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 Cc: Subject: gmirror resync seems stalled X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 23:08:52 -0000 I had a drive which had some timeout problems, and got kicked out of a gmirror based RAID1 on my FreeBSD machine (now 8.2-RELEASE-p3). Normally, if the devices get out of sync, they rebuild relatively quickly, and I can watch the progress. This time, after running gmirror forget and inserting the device, it just seems to sit at '0%', despite the fact that it's supposedly synchronizing. I've tried removing and re-adding it a couple times, but the behavior is the same. Am I just being too impatient? Autosynchronization of stale components should have already been enabled (and the gmirror list output says 'synchronizing'), but I tried a "gmirror configure -a gm0" just in case. Also, any opinions on how safe the '-F' option ("Do not synchronize after a power failure or system crash") is? Following: # gmirror remove gm0 ad6 # gmirror forget gm0 ad6 # gmirror insert gm0 ad6 I see: # gmirror list Geom name: gm0 State: DEGRADED Components: 2 Balance: round-robin Slice: 4096 Flags: NONE GenID: 4 SyncID: 1 ID: 506994055 Providers: 1. Name: mirror/gm0 Mediasize: 1000204885504 (932G) Sectorsize: 512 Mode: r6w5e14 Consumers: 1. Name: ad10 Mediasize: 1000204886016 (932G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 0 Flags: DIRTY GenID: 4 SyncID: 1 ID: 3348119132 2. Name: ad6 Mediasize: 1000204886016 (932G) Sectorsize: 512 Mode: r1w1e1 State: SYNCHRONIZING Priority: 0 Flags: DIRTY, SYNCHRONIZING GenID: 4 SyncID: 1 Synchronized: 0% ID: 3439333064 and the status seems to just stay at 0% relevant atacontrol output: ATA channel 3: Master: ad6 SATA revision 2.x Slave: no device present ATA channel 5: Master: ad10 SATA revision 2.x Slave: no device present From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 00:00:18 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D0FB106564A for ; Thu, 6 Oct 2011 00:00:18 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from asmtp3.iomartmail.com (asmtp3.iomartmail.com [62.128.201.159]) by mx1.freebsd.org (Postfix) with ESMTP id 06C6B8FC08 for ; Thu, 6 Oct 2011 00:00:17 +0000 (UTC) Received: from asmtp3.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp3.iomartmail.com (8.13.8/8.13.8) with ESMTP id p95MvRWI014793; Wed, 5 Oct 2011 23:57:28 +0100 Received: from orange.esperance-linux.co.uk (host-92-22-130-66.as13285.net [92.22.130.66]) (authenticated bits=0) by asmtp3.iomartmail.com (8.13.8/8.13.8) with ESMTP id p95MvREf014786; Wed, 5 Oct 2011 23:57:27 +0100 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 4B66833C1F; Wed, 5 Oct 2011 23:57:27 +0100 (BST) Date: Wed, 5 Oct 2011 23:57:27 +0100 From: Frank Shute To: Brett Glass Message-ID: <20111005225727.GA5950@orange.esperance-linux.co.uk> References: <201110042223.QAA25829@lariat.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <201110042223.QAA25829@lariat.net> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.2-STABLE amd64 X-Organisation: 'shute.org.uk' Cc: questions@freebsd.org Subject: Re: Timeline for 9.0-RELEASE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 00:00:18 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 04, 2011 at 04:23:22PM -0600, Brett Glass wrote: > > Just looked at the project Web site, and the timeline for=20 > 9.0-RELEASE is way, way out of date. If all goes well, when is 9.0=20 > expected to be released? What remains to be done? >=20 There might be another BETA or it could go in to the release candidates (RC). Usually a couple of those. Then the RELEASE; my guess: December. That's assuming no horrible bugs are run into and as I say, it's just a guess as nobody really knows. Regards, --=20 Frank Contact info: http://www.shute.org.uk/misc/contact.html --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAk6M4NUACgkQHduKvUAgeK4lIQCfSi3Ps5mXwds5pJ+VSyqgYvOE +7wAoNYvkSxUrY4aSKaVu74jViibX6y0 =NdpK -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 01:35:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E41106564A for ; Thu, 6 Oct 2011 01:35:59 +0000 (UTC) (envelope-from openslateproj@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 05F7B8FC08 for ; Thu, 6 Oct 2011 01:35:58 +0000 (UTC) Received: by vcbf13 with SMTP id f13so2610935vcb.13 for ; Wed, 05 Oct 2011 18:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=fQNtNNLpPuufQh6L/kIH0u9cvflPKbFUt+uD9xhmRkM=; b=njXTzq5w4GEd5uh7tJYrj/P1waI/MrmIYRnnK3KYnAM37qzt8Wuazr3kNpxeJtQ5EI f1RViPLUEcGAf0tYkufDCGCt/iUKmNPk8OGTzIUzI/VFqpjVTT+J/LsXHlmcFhnK3TZn Y5MKmJZeljGPfawtmtBwKdCzmJsY67xqaju/s= MIME-Version: 1.0 Received: by 10.52.94.14 with SMTP id cy14mr122882vdb.365.1317864958233; Wed, 05 Oct 2011 18:35:58 -0700 (PDT) Received: by 10.220.200.194 with HTTP; Wed, 5 Oct 2011 18:35:58 -0700 (PDT) Date: Wed, 5 Oct 2011 15:35:58 -1000 Message-ID: From: Open Slate To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Failing to build multimedia/gstreamer-ffmpeg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 01:35:59 -0000 Failing to build multimedia/gstreamer-ffmpeg ---> Upgrading 'gstreamer-ffmpeg-0.10.11_1' to 'gstreamer-ffmpeg-0.10.12' (multimedia/gstreamer-ffmpeg) ---> Building '/usr/ports/multimedia/gstreamer-ffmpeg' ===> Cleaning for gstreamer-ffmpeg-0.10.12 gstreamer-ffmpeg-0.10.12: Makefile error: you cannot include bsd.port[.pre].mk twice *** Error code 1 Stop in /usr/ports/multimedia/gstreamer-ffmpeg. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20111005-1444-s8mm5a-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gstreamer-ffmpeg-0.10.11_1 UPGRADE_PORT_VER=0.10.11_1 make ** Fix the problem and try again. Full Makefile below. Near the end I see .include followed closely by .include Perhaps one of these was supposed to be excluded via a conditional? I tried commenting each one out but neither form builds successfully. The date on the makefile header is not new but the port was recently updated. # uname -a FreeBSD myhostname 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 The Makefile in multimedia/gstreamer-ffmpeg: # New ports collection makefile for: gstreamer ffmpeg # Date created: Thu Feb 26 20:10:39 CET 2004 # Whom: Koop Mast # # $FreeBSD: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.43 2011/10/05 23:05:41 bapt Exp $ # $MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/07/20 13:40:27 ahze Exp $ # PORTNAME= gstreamer PORTVERSION= 0.10.12 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/ PKGNAMESUFFIX= -ffmpeg DISTNAME= gst-ffmpeg-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer plug-in for manipulating MPEG video streams LICENSE= GPLv2 BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm LIB_DEPENDS= orc-0.4.0:${PORTSDIR}/devel/orc USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes FFMPEG_CONFIG= --cc=${CC} \ --enable-runtime-cpudetect \ --enable-pic LDFLAGS+= -Wl,-Bsymbolic CFLAGS+= -fno-force-addr CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} PLIST_SUB= VERSION="${GST_VERSION}" PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" GST_VERSION=${PORTVERSION:C/..$//} # sse hardware vector support .if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64") WITH_BUILTIN_VECTOR= yes .else FFMPEG_CONFIG+= --disable-sse .endif # mmx support .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "" && ${MACHINE_CPU:Mamd64} == "" FFMPEG_CONFIG+= --disable-mmx WITHOUT_BUILTIN_VECTOR= yes .endif # builtin vector, requires mmx and sse .if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) CFLAGS+= -msse .endif CONFIGURE_ARGS+= --with-ffmpeg-extra-configure="${FFMPEG_CONFIG}" .include .if ${OSVERSION} < 900033 BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin .endif .include From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 01:51:43 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E984106564A for ; Thu, 6 Oct 2011 01:51:43 +0000 (UTC) (envelope-from DStaal@usa.net) Received: from mail.magehandbook.com (173-8-4-45-WashingtonDC.hfc.comcastbusiness.net [173.8.4.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2A4108FC12 for ; Thu, 6 Oct 2011 01:51:42 +0000 (UTC) Received: from [192.168.1.50] (Mac-Pro.magehandbook.com [192.168.1.50]) by mail.magehandbook.com (Postfix) with ESMTP id 39295835; Wed, 5 Oct 2011 21:51:42 -0400 (EDT) Date: Wed, 05 Oct 2011 21:51:42 -0400 From: Daniel Staal To: Dave Cundiff Message-ID: <15370081D51E465D77FAAA41@mac-pro.magehandbook.com> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-fs@freebsd.org, questions@freebsd.org Subject: Re: ZFS Write Lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 01:51:43 -0000 --As of October 5, 2011 6:37:17 PM -0400, Dave Cundiff is alleged to have said: > Its for a backup service I've been working on. It takes a snapshot > hourly of all 17 zvols. I was planning on keeping them for a month. > > I had the same thought about the snapshots and deleted them all > yesterday. It appears there is some issue with keeping that many. I > removed them all and the zvols are now functioning correctly. Its > strange that the large number didn't cause incremental slowdown. While > the snapshots were still there the IO was normal when it wasn't acting > up. Just it would have spurts of almost total lockup until I performed > a snapshot removal operation or 2. --As for the rest, it is mine. Look at sysutils/zfs-periodic. It does that type of backup, although it doesn't keep quite as many. (Several hourly, daily, weekly, and monthly. Configurable. I have 38 filesystems, and 780 snapshots. (Only one volume, though.)) And that definitely sounds like a bug. Gradual slowdowns would be expected if you were just reaching performance limits, but sudden stops sound like there's a condition that doesn't work someplace, or some loop the system can get into. Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. --------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 02:52:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9246A106566C for ; Thu, 6 Oct 2011 02:52:08 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id E30958FC14 for ; Thu, 6 Oct 2011 02:52:06 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id p962q3o1059789; Thu, 6 Oct 2011 04:52:05 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <4E8D17D3.9020307@bananmonarki.se> Date: Thu, 06 Oct 2011 04:52:03 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0) Gecko/20111001 Thunderbird/7.0 MIME-Version: 1.0 To: Open Slate References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Failing to build multimedia/gstreamer-ffmpeg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 02:52:08 -0000 2011-10-06 03:35, Open Slate skrev: > Failing to build multimedia/gstreamer-ffmpeg > > ---> Upgrading 'gstreamer-ffmpeg-0.10.11_1' to 'gstreamer-ffmpeg-0.10.12' > (multimedia/gstreamer-ffmpeg) > ---> Building '/usr/ports/multimedia/gstreamer-ffmpeg' > ===> Cleaning for gstreamer-ffmpeg-0.10.12 > gstreamer-ffmpeg-0.10.12: Makefile error: you cannot include > bsd.port[.pre].mk twice > *** Error code 1 > > Stop in /usr/ports/multimedia/gstreamer-ffmpeg. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20111005-1444-s8mm5a-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=gstreamer-ffmpeg-0.10.11_1 UPGRADE_PORT_VER=0.10.11_1 make > ** Fix the problem and try again. > > Full Makefile below. Near the end I see > > .include > > followed closely by > > .include I think this should be .include but dont take my word for it. At least that is in the Makefile for 0.10.11 > Perhaps one of these was supposed to be excluded via a conditional? I tried > commenting each one out but neither form builds successfully. The date on > the makefile header is not new but the port was recently updated. > The Makefile in multimedia/gstreamer-ffmpeg: > > # New ports collection makefile for: gstreamer ffmpeg > # Date created: Thu Feb 26 20:10:39 CET 2004 > # Whom: Koop Mast > # > # $FreeBSD: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.43 2011/10/05 > 23:05:41 bapt Exp $ > # $MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/07/20 > 13:40:27 ahze Exp $ > # > > PORTNAME= gstreamer > PORTVERSION= 0.10.12 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/ > PKGNAMESUFFIX= -ffmpeg > DISTNAME= gst-ffmpeg-${PORTVERSION} > > MAINTAINER= multimedia@FreeBSD.org > COMMENT= GStreamer plug-in for manipulating MPEG video streams > > LICENSE= GPLv2 > > BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm > LIB_DEPENDS= orc-0.4.0:${PORTSDIR}/devel/orc > > USE_BZIP2= yes > USE_GMAKE= yes > USE_LDCONFIG= yes > USE_GSTREAMER= yes > GNU_CONFIGURE= yes > FFMPEG_CONFIG= --cc=${CC} \ > --enable-runtime-cpudetect \ > --enable-pic > LDFLAGS+= -Wl,-Bsymbolic > CFLAGS+= -fno-force-addr > CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} > > PLIST_SUB= VERSION="${GST_VERSION}" > > PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" > GST_VERSION=${PORTVERSION:C/..$//} > > # sse hardware vector support > .if defined(MACHINE_CPU)&& (${MACHINE_CPU:Msse} == "sse" || > ${MACHINE_CPU:Mamd64} == "amd64") > WITH_BUILTIN_VECTOR= yes > .else > FFMPEG_CONFIG+= --disable-sse > .endif > > # mmx support > .if defined(MACHINE_CPU)&& ${MACHINE_CPU:Mmmx} == ""&& > ${MACHINE_CPU:Mamd64} == "" > FFMPEG_CONFIG+= --disable-mmx > WITHOUT_BUILTIN_VECTOR= yes > .endif > > # builtin vector, requires mmx and sse > .if !defined(WITHOUT_BUILTIN_VECTOR)&& defined(WITH_BUILTIN_VECTOR) > CFLAGS+= -msse > .endif > > CONFIGURE_ARGS+= --with-ffmpeg-extra-configure="${FFMPEG_CONFIG}" > > .include > > .if ${OSVERSION}< 900033 > > BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils > MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin > > .endif > > .include From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 03:14:33 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAE5106564A for ; Thu, 6 Oct 2011 03:14:33 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from asmtp5.iomartmail.com (asmtp5.iomartmail.com [62.128.201.176]) by mx1.freebsd.org (Postfix) with ESMTP id BEA2A8FC14 for ; Thu, 6 Oct 2011 03:14:32 +0000 (UTC) Received: from asmtp5.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id p963EUNl002318; Thu, 6 Oct 2011 04:14:31 +0100 Received: from orange.esperance-linux.co.uk (host-92-22-130-66.as13285.net [92.22.130.66]) (authenticated bits=0) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id p963EUK8002281; Thu, 6 Oct 2011 04:14:30 +0100 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 1373E33C1F; Thu, 6 Oct 2011 04:14:30 +0100 (BST) Date: Thu, 6 Oct 2011 04:14:30 +0100 From: Frank Shute To: Open Slate Message-ID: <20111006031430.GA6925@orange.esperance-linux.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.2-STABLE amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: Failing to build multimedia/gstreamer-ffmpeg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 03:14:33 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 05, 2011 at 03:35:58PM -1000, Open Slate wrote: > > Failing to build multimedia/gstreamer-ffmpeg >=20 > ---> Upgrading 'gstreamer-ffmpeg-0.10.11_1' to 'gstreamer-ffmpeg-0.10.12' > (multimedia/gstreamer-ffmpeg) > ---> Building '/usr/ports/multimedia/gstreamer-ffmpeg' > =3D=3D=3D> Cleaning for gstreamer-ffmpeg-0.10.12 > gstreamer-ffmpeg-0.10.12: Makefile error: you cannot include > bsd.port[.pre].mk twice > *** Error code 1 >=20 > Stop in /usr/ports/multimedia/gstreamer-ffmpeg. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20111005-1444-s8mm5a-0 env UPGRADE_TOOL=3Dportupgrade > UPGRADE_PORT=3Dgstreamer-ffmpeg-0.10.11_1 UPGRADE_PORT_VER=3D0.10.11_1 ma= ke > ** Fix the problem and try again. >=20 > Full Makefile below. Near the end I see >=20 > .include >=20 > followed closely by >=20 > .include >=20 > Perhaps one of these was supposed to be excluded via a conditional? I tri= ed > commenting each one out but neither form builds successfully. The date on > the makefile header is not new but the port was recently updated. >=20 >=20 > # uname -a > FreeBSD myhostname 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 > 18:07:27 UTC 2011 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 >=20 > The Makefile in multimedia/gstreamer-ffmpeg: >=20 > # New ports collection makefile for: gstreamer ffmpeg > # Date created: Thu Feb 26 20:10:39 CET 2004 > # Whom: Koop Mast > # > # $FreeBSD: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.43 2011/10/05 > 23:05:41 bapt Exp $ > # $MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/07/20 > 13:40:27 ahze Exp $ > # >=20 > PORTNAME=3D gstreamer > PORTVERSION=3D 0.10.12 > CATEGORIES=3D multimedia > MASTER_SITES=3D http://gstreamer.freedesktop.org/src/gst-ffmpeg/ > PKGNAMESUFFIX=3D -ffmpeg > DISTNAME=3D gst-ffmpeg-${PORTVERSION} >=20 > MAINTAINER=3D multimedia@FreeBSD.org > COMMENT=3D GStreamer plug-in for manipulating MPEG video streams >=20 > LICENSE=3D GPLv2 >=20 > BUILD_DEPENDS=3D yasm:${PORTSDIR}/devel/yasm > LIB_DEPENDS=3D orc-0.4.0:${PORTSDIR}/devel/orc >=20 > USE_BZIP2=3D yes > USE_GMAKE=3D yes > USE_LDCONFIG=3D yes > USE_GSTREAMER=3D yes > GNU_CONFIGURE=3D yes > FFMPEG_CONFIG=3D --cc=3D${CC} \ > --enable-runtime-cpudetect \ > --enable-pic > LDFLAGS+=3D -Wl,-Bsymbolic > CFLAGS+=3D -fno-force-addr > CONFIGURE_ENV=3D PKG_CONFIG=3D${PKG_CONFIG} >=20 > PLIST_SUB=3D VERSION=3D"${GST_VERSION}" >=20 > PKG_CONFIG?=3D"${LOCALBASE}/bin/pkg-config" > GST_VERSION=3D${PORTVERSION:C/..$//} >=20 > # sse hardware vector support > .if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} =3D=3D "sse" || > ${MACHINE_CPU:Mamd64} =3D=3D "amd64") > WITH_BUILTIN_VECTOR=3D yes > .else > FFMPEG_CONFIG+=3D --disable-sse > .endif >=20 > # mmx support > .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} =3D=3D "" && > ${MACHINE_CPU:Mamd64} =3D=3D "" > FFMPEG_CONFIG+=3D --disable-mmx > WITHOUT_BUILTIN_VECTOR=3D yes > .endif >=20 > # builtin vector, requires mmx and sse > .if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) > CFLAGS+=3D -msse > .endif >=20 > CONFIGURE_ARGS+=3D --with-ffmpeg-extra-configure=3D"${FFMPEG_CONFIG}" >=20 > .include >=20 > .if ${OSVERSION} < 900033 >=20 > BUILD_DEPENDS+=3D ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils > MAKE_ENV=3D COMPILER_PATH=3D${LOCALBASE}/bin >=20 > .endif >=20 > .include See: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/161316 It looks like it's been fixed, so csup/portsnap your ports tree and try to build it again. Regards, --=20 Frank Contact info: http://www.shute.org.uk/misc/contact.html --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAk6NHRQACgkQHduKvUAgeK7nYgCggkyvXsCApQaVTs6d6T6nvxU3 P4YAniICeukwo2hmmMa/X8aS1cMO4fwW =iMAu -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 03:25:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79912106564A for ; Thu, 6 Oct 2011 03:25:17 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) by mx1.freebsd.org (Postfix) with ESMTP id E2A648FC13 for ; Thu, 6 Oct 2011 03:25:16 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.5/8.14.5) with ESMTP id p963TM6d024087; Thu, 6 Oct 2011 05:29:23 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <4E8D2092.3070808@pukruppa.de> Date: Thu, 06 Oct 2011 05:29:22 +0200 From: "Kruppa, Peter Ulrich" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110921 Thunderbird/6.0.2 MIME-Version: 1.0 To: Chris Brennan References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 03:25:17 -0000 On 05.10.2011 22:08, Chris Brennan wrote: > Greetings! > > I have FreeBSD8.2 running on an x86 box and samba sharing a hardware > raid1 array with zfs ontop and something strange happened today. > Samba stopped accepting connections for some reason and I can't > figure out why. I'm not sure if this is freebsd-specific or if it's a > samba-only issue. But I can note that it had been working fine for > months, the box itself has been up for 23 days w/o incident. > > I don't get it, it was working this morning, I changed nothing (in > fact, this is the first time I logged in as root in several days and > there is no outside access to this box). I connected to it this > morning to map it's shares on my laptop and then noticed I couldn't > connect to those very same shares on my desktop. > > As you can see, samba is running and the port is open Just one idea: did you activate the firewall on your Windows client somehow? That might happen during some kind of updates and block samba from client side. Greetings Peter. > > [root@ziggy ~]# ps auxf | grep -e smbd -e nmbd root 42252 0.0 0.2 > 7636 3704 ?? Ss 3:53PM 0:00.07 /usr/local/sbin/nmbd -D -s > /usr/local/etc/smb.conf root 42256 0.0 0.4 14616 7844 ?? Is > 3:53PM 0:00.02 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf > root 42258 0.0 0.4 14616 7776 ?? I 3:53PM 0:00.00 > /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf root 42472 0.0 > 0.1 3500 1248 0 S+ 4:05PM 0:00.00 grep -e smbd -e nmbd > [root@ziggy ~]# nmap -sT -p139 ziggy > > Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-10-05 16:05 EDT > Nmap scan report for ziggy (192.168.0.3) Host is up (0.0022s > latency). rDNS record for 192.168.0.3: ziggy.xaerolimit.net PORT > STATE SERVICE 139/tcp open netbios-ssn > > Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds > [root@ziggy ~]# > > So I don't get what gives. > >> -- Chris Brennan A: Yes. >>> Q: Are you sure? >>>> A: Because it reverses the logical flow of conversation. >>>>> Q: Why is top posting frowned upon? >> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ >> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions To > unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 04:00:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D785A1065670 for ; Thu, 6 Oct 2011 04:00:53 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id AC4718FC08 for ; Thu, 6 Oct 2011 04:00:53 +0000 (UTC) Received: from zmail-mta02.peak.org ([207.55.16.112]) by redcondor1.peak.org ({e03e86cd-14ae-47ce-9578-3c080ce9c462}) via TCP (outbound) with ESMTP id 20111006040052946 for ; Thu, 06 Oct 2011 04:00:52 +0000 X-RC-FROM: X-RC-RCPT: Received: from maple.localnet (unknown [207.55.106.132]) by zmail-mta02.peak.org (Postfix) with ESMTPSA id A2BDF488F75 for ; Wed, 5 Oct 2011 21:00:52 -0700 (PDT) Received: from oak.localnet (oak.localnet [IPv6:2001:1938:266::6f:616b]) by maple.localnet (Postfix) with ESMTP id 16F7661F12 for ; Wed, 5 Oct 2011 21:00:48 -0700 (PDT) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id DA276BC8B for ; Wed, 5 Oct 2011 21:00:47 -0700 (PDT) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id p9640lWV079802; Wed, 5 Oct 2011 21:00:47 -0700 (PDT) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org References: <201110042223.QAA25829@lariat.net> Mail-Followup-To: freebsd-questions@freebsd.org Date: Wed, 05 Oct 2011 21:00:47 -0700 In-Reply-To: <201110042223.QAA25829@lariat.net> (Brett Glass's message of "Tue, 04 Oct 2011 16:23:22 -0600") Message-ID: <87fwj64vm8.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Timeline for 9.0-RELEASE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 04:00:53 -0000 Brett Glass writes: > Just looked at the project Web site, and the timeline for 9.0-RELEASE > is way, way out of date. If all goes well, when is 9.0 expected to be > released? What remains to be done? There is another web page at http://wiki.freebsd.org/Releng/9.0TODO that has been partially updated. That will at least give you some idea about the schedule. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 08:39:34 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65D9106566B for ; Thu, 6 Oct 2011 08:39:34 +0000 (UTC) (envelope-from brandon@301south.net) Received: from ocean.301south.net (ocean.301south.net [98.173.24.155]) by mx1.freebsd.org (Postfix) with ESMTP id 51FB98FC16 for ; Thu, 6 Oct 2011 08:39:34 +0000 (UTC) Received: from 301south.net (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: b) by ocean.301south.net (Postfix) with ESMTPSA id 8932D84712; Thu, 6 Oct 2011 01:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=301south.net; s=301south; t=1317890373; bh=LV1epvNQlt4Rqi9qku4zGnA726yBUMoOSeiagIfSQwk=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=G8jOrQ7PTPiTJ1L+BuOteYvdV2iI2nolVEfQEgWM2zClEnierGrIrvr0f4USvD9xe DtaeSziQ1ADcvcyeAftDQ== Date: Thu, 6 Oct 2011 01:39:33 -0700 (PDT) From: Brandon Kuczenski To: Polytropon In-Reply-To: <20111005065033.7f3fd6af.freebsd@edvax.de> Message-ID: References: <20111005065033.7f3fd6af.freebsd@edvax.de> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: snd_hda: how to configure line-in passthrough to line-out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 08:39:34 -0000 On Wed, 5 Oct 2011, Polytropon wrote: > On Tue, 4 Oct 2011 20:58:14 -0700 (PDT), Brandon Kuczenski wrote: >> I'm working on the sound on my system running 8.2-RELEASE. Currently I >> have sound input and output working using snd_hda (i.e. I can record on >> line in, and play it back on line out). >> >> What I would like to do is take the audio coming in on line-in and send it >> back out the line-out "live" without recording it. >> >> Is this easy to do? I'd appreciate any hints. > > I think it is easy to do. If I remember terminology > correctly, the thing you're searching for is MONITOR. > Instead of setting rec source to mic, set it to line, > and increase monitor level. Thanks for your assistance.. unfortunately, setting the mixer levels has not been enough to get a passthrough. Here is my mixer output: Mixer vol is currently set to 1:1 Mixer pcm is currently set to 45:45 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer rec is currently set to 75:75 Mixer igain is currently set to 100:100 Mixer ogain is currently set to 50:50 Mixer monitor is currently set to 100:100 Recording source: line I'm using wavplay(1) from the ports collection to record on line-in, and then I can play it back. On playback I can hear it just fine-- it mixes with other outputs on the PCM channel as I would expect. but when the line is "live" it is not being mixed into the output. > The line level should be possible to set independently > of the rec channel setting, so you should be able to > pass through line anyway - at least, that has been the > default ability of sound cards when they became available > for PC. But well... this has been 10... 20... years ago, > and nobody expects simple things to work as simple today > as they did in the past. :-) Indeed, I wonder if it is a hardware capability problem, but I don't know how to try to answer that question. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:04:34 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7319A106564A for ; Thu, 6 Oct 2011 09:04:34 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3C98A8FC08 for ; Thu, 6 Oct 2011 09:04:33 +0000 (UTC) Received: by iage36 with SMTP id e36so226546iag.13 for ; Thu, 06 Oct 2011 02:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XkAlMtUCbsR1r7OlmHSyFaQniVssZ+lJ19irnKLocLs=; b=E2nB5Kf3I9ftrKTchKOjWpwLX36QRc0Zf/P55agnKDJFYHqGQpjHOndPXoIA+9IXby 97HFlJgaepswr2iYLLsno1QRN2wuy5VltgwgpvDkkV8eO6En+Ox/NAXDmjo3TRqRJD7K CW4r+t9yhASla+X2aQCj4Q4bzjlyIUe13iW8g= MIME-Version: 1.0 Received: by 10.231.49.147 with SMTP id v19mr841351ibf.64.1317891873461; Thu, 06 Oct 2011 02:04:33 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 02:04:33 -0700 (PDT) In-Reply-To: References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> Date: Thu, 6 Oct 2011 11:04:33 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 09:04:34 -0000 It is not so clear .. My problem is: My FreeBSD is a VMware Virtual machine, for 2 years. When connecting to that machine via vSphere client, I get a KDM login window and via Ctrl-Alt-F1 can switch to a console prompt Well, that *was* possible .. Since the last reboot, Ctrl-Alt-F1 (F2, .. F8) doesn't do anything anymore... Can't understand why, it always worked in the past? I have an Tektronix X-terminal, the software running on it allows me to enter my freesbd-machine hostname, then gives me a KDM login window. If my 'console' login (via VMware's vSphere) could be made NOT be a KDM graphical login, and my Xterminal still giving me a KDM login, this would be a workarround (no need to do Ctrl-Alt-F1 on Xterminal), [ and even a better solution, since I do never need graphical environment when connecting to the console ] How can I make the login different for console and other logins? OR: HOW can I solve the Ctrl-Alt-F1 problem? The setup in my Freebsd is: I have in /etc/rc.conf hald_enable=3D"YES" dbus_enable=3D"YES" I have an /etc/X11/xorg.conf file /etc/ttys has: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure (see below for other parts) at boot this starts a /usr/local/bin/kdm script the hald and dbus deamons are runnng ($ ps -jaxw | grep hald ..) /usr/local/bin/kdm is a shell script first running /usr/local/bin/genkdmconf with config files from /usr/local/share/config/kdm directory but is is unclear if (and how) I can make a difference there between the console and an X-terminal somewhere -------------- # more /etc/ttys ... # $FreeBSD: src/etc/etc.amd64/ttys,v 1.18.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ ... console none unknown off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure #ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu0 "/usr/libexec/getty std.9600" dialup off secure ttyu1 "/usr/libexec/getty std.9600" dialup off secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure # Dumb console dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals ttyp0 none network ttyp1 none network ... ttySv none network --------- 2011/10/5 David Brodbeck > On Wed, Oct 5, 2011 at 10:59 AM, Matthias Apitz wrote: > > El d=EDa Wednesday, October 05, 2011 a las 12:10:47PM -0400, Lowell Gil= bert > escribi=F3: > > > >> n dhert writes: > >> > >> > FreeBSD-8.2 with Xorg: > >> > Is there a way one can specify that your never have X on the console > (just > >> > the login: prompt) > >> > but still have X on any other X-windows termnal (an KDM login window= ) > and > >> > graphical environment > >> > >> Sure. It's all in how you configure KDM. > >> > >> In xdm it's set up in the access file; > >> I wouldn't be surprised if kdm were the same. > > > > You have login: on console, login, create a file ~/.xinitrc with the > > lines: > > > > twm & > > xterm > > > > and then you just say: startx and X11 will come up; ofc you could remov= e > > software or create some dirty xorg.conf file which X11 will not let com= e > up; > > Couldn't you just remove execute permission for the X server binaries? > People using X terminals will only be running X clients, since the > server will be their terminal. In fact, i think you only need a > server installed at all in this situation for dependency reasons. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:21:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CC711065676 for ; Thu, 6 Oct 2011 09:21:59 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C0A0F8FC0A for ; Thu, 6 Oct 2011 09:21:58 +0000 (UTC) Received: by ywp17 with SMTP id 17so3021871ywp.13 for ; Thu, 06 Oct 2011 02:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3ccoKgaEM3CjrLNChOa/OdiMJQUFWhd20oCq1MJ+UyY=; b=WSZRqwkeodxjJ+jSYq+LSnJy3A6oXG9qIkgYwm0cNgDTIjmUhnAKduDQjK7idiKlPR ICjG6Ymwy9ek2o5EKPgwncDIaVyjwX9N5NUxzHJVDQMT4aKmtwgRRpUf1rno+CLyNRJF K2sfuJ33kfrL/vFmdNrL8N3GxuKM960MJkuts= MIME-Version: 1.0 Received: by 10.236.181.35 with SMTP id k23mr2001787yhm.93.1317892917924; Thu, 06 Oct 2011 02:21:57 -0700 (PDT) Received: by 10.236.105.166 with HTTP; Thu, 6 Oct 2011 02:21:57 -0700 (PDT) In-Reply-To: <1317839111.86728.YahooMailClassic@web121214.mail.ne1.yahoo.com> References: <1317839111.86728.YahooMailClassic@web121214.mail.ne1.yahoo.com> Date: Thu, 6 Oct 2011 10:21:57 +0100 Message-ID: From: krad To: Jason Usher Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Parallel fscks on large filesystems ... wondering about maxdsiz setting... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 09:21:59 -0000 On 5 October 2011 19:25, Jason Usher wrote: > Old 6.4-RELEASE system. > > Two filesystems exist, each of which is on its own raid controller. > > (Background fsck is not workable for various reasons that are tl;dr.) > > So, theoretically, doing both fscks at the same time is workable, since > each of them are on their own controller, and no disk/controller resources > are shared. > > HOWEVER, due to the large size and dense inode usage, we are forced to set: > > kern.maxdsiz="4096000000" > > And my question is: > > If I run two fscks at the same time, do I need to up this to 8192000000, > or is this a per-process limit and I can run several processes that big, > while leaving the value at 4096000000 ? > > (16 GB of ram, so either way we're well below) > > Thanks! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > If this becomes a major issue for you why not upgrade to 9 when its out then you can have softupdates with journaling and remove most cases where you need to run fsck, or make the jump to zfs. zfs will obviously require a bit more thought. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:39:49 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5A106566B for ; Thu, 6 Oct 2011 09:39:49 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id ED1018FC14 for ; Thu, 6 Oct 2011 09:39:48 +0000 (UTC) Received: from [89.204.153.167] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RBkQa-0002CY-Jx; Thu, 06 Oct 2011 11:39:46 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p969dZEu001292; Thu, 6 Oct 2011 11:39:36 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p969dWsA001291; Thu, 6 Oct 2011 11:39:32 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Thu, 6 Oct 2011 11:39:31 +0200 From: Matthias Apitz To: n dhert Message-ID: <20111006093931.GA1277@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 89.204.153.167 Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 09:39:49 -0000 El día Thursday, October 06, 2011 a las 11:04:33AM +0200, n dhert escribió: > It is not so clear .. My problem is: > > My FreeBSD is a VMware Virtual machine, for 2 years. > When connecting to that machine via vSphere client, I get a KDM > login window and via Ctrl-Alt-F1 can switch to a console prompt > Well, that *was* possible .. > > Since the last reboot, Ctrl-Alt-F1 (F2, .. F8) doesn't do anything > anymore... > Can't understand why, it always worked in the past? Try: Ctrl-Alt-SPACE and while Ctrl-ALt still down F1 matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ 200†-20††: 10 years war in Afghanistan. Stop it now! From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:51:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7366106566C for ; Thu, 6 Oct 2011 09:51:23 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAA38FC20 for ; Thu, 6 Oct 2011 09:51:23 +0000 (UTC) Received: by iage36 with SMTP id e36so278009iag.13 for ; Thu, 06 Oct 2011 02:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2xZQJ4LML9XkEmBGQ445zzwfvhfMwdscnqXR8YXTio8=; b=F+FuHMgJDC7pz7b0/Zlz60S+t+jtKBWFOwvc8Q0TiJdXvyGt95DfAsDOiX0wmu6LXd 80M8Eg17lg/fmtN71VvTm2T8lgiZB4lx80JBi2CfBTG+6XUsJ7DezADOcDJ4+1oaBxsD ySYniteZqlKHvsUMUEdXX7aSBlkmGga5GwCNM= MIME-Version: 1.0 Received: by 10.231.82.11 with SMTP id z11mr888367ibk.77.1317894683026; Thu, 06 Oct 2011 02:51:23 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 02:51:22 -0700 (PDT) In-Reply-To: <20111006093931.GA1277@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> <20111006093931.GA1277@tiny> Date: Thu, 6 Oct 2011 11:51:22 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org, Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 09:51:24 -0000 I tried that already yesterday, with disastreous results: keyboard and mous= e completely locked. Closed vsphere and started again, connect to freebsd machine: black window, no reaction to any keyboard of mouse .. 2011/10/6 Matthias Apitz > El d=C3=ADa Thursday, October 06, 2011 a las 11:04:33AM +0200, n dhert es= cribi=C3=B3: > > > It is not so clear .. My problem is: > > > > My FreeBSD is a VMware Virtual machine, for 2 years. > > When connecting to that machine via vSphere client, I get a KDM > > login window and via Ctrl-Alt-F1 can switch to a console prompt > > Well, that *was* possible .. > > > > Since the last reboot, Ctrl-Alt-F1 (F2, .. F8) doesn't do anything > > anymore... > > Can't understand why, it always worked in the past? > > Try: > > Ctrl-Alt-SPACE and while Ctrl-ALt still down F1 > > matthias > > -- > Matthias Apitz > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e - w http://www.unixarea.de/ > 200=E2=80=A0-20=E2=80=A0=E2=80=A0: 10 years war in Afghanistan. Stop it n= ow! > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 10:27:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F5DF106564A for ; Thu, 6 Oct 2011 10:27:08 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 594288FC08 for ; Thu, 6 Oct 2011 10:27:08 +0000 (UTC) Received: from [89.204.153.167] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RBlAP-0001q6-D0; Thu, 06 Oct 2011 12:27:06 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p96AR1fY001319; Thu, 6 Oct 2011 12:27:01 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p96AR0nb001318; Thu, 6 Oct 2011 12:27:00 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Thu, 6 Oct 2011 12:26:59 +0200 From: Matthias Apitz To: n dhert Message-ID: <20111006102659.GA1306@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> <20111006093931.GA1277@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 89.204.153.167 Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 10:27:08 -0000 El día Thursday, October 06, 2011 a las 11:51:22AM +0200, n dhert escribió: > I tried that already yesterday, with disastreous results: keyboard and mouse > completely locked. > Closed vsphere and started again, connect to freebsd machine: black window, > no reaction to any keyboard of > mouse .. Sorry to hear this. I have tested it with VMware 7.x running on my Win7 laptop and FreeBSD 9-CUR (r220692) in a VM. It worked fine for me. File a bug report against vSphere. HIH matthias PS: Please dont top-post -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ 200†-20††: 10 years war in Afghanistan. Stop it now! From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 11:15:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A50A106564A for ; Thu, 6 Oct 2011 11:15:05 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E21598FC12 for ; Thu, 6 Oct 2011 11:15:04 +0000 (UTC) Received: by iage36 with SMTP id e36so371308iag.13 for ; Thu, 06 Oct 2011 04:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BYwFGjo9Ztu4ZJHSbTOwOy07FWa65QWlEfmELb9NSOs=; b=mrzBbBQtQyaUXdJM1ZTYH/Od7BuqWB1/7VLaaaEItLXTNr4AgcokVIuesBkbX5FtK6 OHYuhjcRxnU2cVgjH5dquBzWANUS+oL59Ntvj9eXMSk2g+tIIMJVPH6sc1szIFWqQf2g i4MN/DCOrmNzOhkF2TzW3MrYq6ISFWkfTBKkQ= MIME-Version: 1.0 Received: by 10.231.49.147 with SMTP id v19mr1021481ibf.64.1317899704354; Thu, 06 Oct 2011 04:15:04 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 04:15:04 -0700 (PDT) In-Reply-To: <20111006102659.GA1306@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> <20111006093931.GA1277@tiny> <20111006102659.GA1306@tiny> Date: Thu, 6 Oct 2011 13:15:04 +0200 Message-ID: From: n dhert To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 11:15:05 -0000 Are you sure it is a vSphere problem? I'm not sure: I have used it for 2 years without problem, only with the last reboot (for security update -p3 of FreeBSD 8.2) I got into problems. I update packages every week, maybe something changed in the X packages (I do read /ussr/ports/UPDATING always before updating, can't remember something would have to be done before upgrading) 2011/10/6 Matthias Apitz > El d=C3=ADa Thursday, October 06, 2011 a las 11:51:22AM +0200, n dhert es= cribi=C3=B3: > > > I tried that already yesterday, with disastreous results: keyboard and > mouse > > completely locked. > > Closed vsphere and started again, connect to freebsd machine: black > window, > > no reaction to any keyboard of > > mouse .. > > Sorry to hear this. I have tested it with VMware 7.x running on my Win7 > laptop and FreeBSD 9-CUR (r220692) in a VM. It worked fine for me. > File a bug report against vSphere. > > HIH > > matthias > > PS: Please dont top-post > > -- > Matthias Apitz > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e - w http://www.unixarea.de/ > 200=E2=80=A0-20=E2=80=A0=E2=80=A0: 10 years war in Afghanistan. Stop it n= ow! > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 11:23:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 772C9106566C for ; Thu, 6 Oct 2011 11:23:01 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2F46C8FC0A for ; Thu, 6 Oct 2011 11:23:01 +0000 (UTC) Received: from [89.204.153.167] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RBm2U-000136-HM; Thu, 06 Oct 2011 13:23:00 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p96BMsGd001370; Thu, 6 Oct 2011 13:22:54 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p96BMqhO001369; Thu, 6 Oct 2011 13:22:52 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Thu, 6 Oct 2011 13:22:52 +0200 From: Matthias Apitz To: n dhert Message-ID: <20111006112252.GA1355@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> <20111006093931.GA1277@tiny> <20111006102659.GA1306@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 89.204.153.167 Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 11:23:01 -0000 El día Thursday, October 06, 2011 a las 01:15:04PM +0200, n dhert escribió: > Are you sure it is a vSphere problem? I'm not sure: > I have used it for 2 years without problem, only with the last reboot (for > security update -p3 of FreeBSD 8.2) > I got into problems. I update packages every week, maybe something changed > in the X packages (I do read > /ussr/ports/UPDATING always before updating, can't remember something would > have to be done before > upgrading) (Note: I will from now ignore all top posted questions.) You can watch with xev(1) if the F1 key stroke gets delivered to the X11 server. In my case it is only delivered when I do Ctrl-Alt-Space before. HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ 200†-20††: 10 years war in Afghanistan. Stop it now! From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 11:50:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F29D106566C for ; Thu, 6 Oct 2011 11:50:12 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E96F78FC19 for ; Thu, 6 Oct 2011 11:50:11 +0000 (UTC) Received: by iage36 with SMTP id e36so408193iag.13 for ; Thu, 06 Oct 2011 04:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=02ervmKyjhgggZXIGE6XnzqAhDu5qy7PnCrWkPyV5n4=; b=ZzEVTbmf3A/lJqSAAXNuccd2iNRb/+BSXtFCAsmMCETE/pDFEoB9Jse53D2FR0j1+U rrkqUYPnv9tVHKQqEJxS1M1fCDIn2olCe2ylNjIjwAKjKRaWWW6rLMOJFN897GD8vkbj qeSsg4Qs5xnQmq4gCS4DgPVOjMigNe6kC3yPs= MIME-Version: 1.0 Received: by 10.231.82.11 with SMTP id z11mr1059424ibk.77.1317901809738; Thu, 06 Oct 2011 04:50:09 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 04:50:09 -0700 (PDT) In-Reply-To: <20111006112252.GA1355@tiny> References: <44r52rto54.fsf@be-well.ilk.org> <20111005175859.GA1010@tiny> <20111006093931.GA1277@tiny> <20111006102659.GA1306@tiny> <20111006112252.GA1355@tiny> Date: Thu, 6 Oct 2011 13:50:09 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 11:50:12 -0000 (sorry for top posting, but your private address always comes in To: have t= o remember deleting it..) I can only test on my Xterminal since vsphere connection is a black screen .. on Xterminal, xev : when hitting F1 in the small Event test window, I get answer: KeyPress event, serial 29, synthetic NO, window 0x4800001, root 0x28, subw 0x0, time 2562153193, (4,176), root:(759,203), state 0x0, keycode 15 (keysym 0xffbe, F1), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x4800001, root 0x28, subw 0x0, time 2562153265, (4,176), root:(759,203), state 0x0, keycode 15 (keysym 0xffbe, F1), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False 2011/10/6 Matthias Apitz > El d=C3=ADa Thursday, October 06, 2011 a las 01:15:04PM +0200, n dhert es= cribi=C3=B3: > > > Are you sure it is a vSphere problem? I'm not sure: > > I have used it for 2 years without problem, only with the last reboot > (for > > security update -p3 of FreeBSD 8.2) > > I got into problems. I update packages every week, maybe something > changed > > in the X packages (I do read > > /ussr/ports/UPDATING always before updating, can't remember something > would > > have to be done before > > upgrading) > > (Note: I will from now ignore all top posted questions.) > > You can watch with xev(1) if the F1 key stroke gets delivered to the > X11 server. In my case it is only delivered when I do Ctrl-Alt-Space > before. > > HIH > > matthias > -- > Matthias Apitz > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e - w http://www.unixarea.de/ > 200=E2=80=A0-20=E2=80=A0=E2=80=A0: 10 years war in Afghanistan. Stop it n= ow! > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 14:38:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6D4D106564A for ; Thu, 6 Oct 2011 14:38:39 +0000 (UTC) (envelope-from kes-kes@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [IPv6:2a02:6b8:0:1402::3]) by mx1.freebsd.org (Postfix) with ESMTP id 385348FC17 for ; Thu, 6 Oct 2011 14:38:39 +0000 (UTC) Received: from web16.yandex.ru (web16.yandex.ru [95.108.252.116]) by forward18.mail.yandex.net (Yandex) with ESMTP id AA9DE178307B for ; Thu, 6 Oct 2011 18:38:37 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317911917; bh=wznzg120oBoTmMoIeKXNByArWUR1fJzllR1xa32c1lc=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=IKw/dLmOf7rgbO03hnJpGmvUPeffVc8teVjYKA1lgsEaNL90uWUZ8lqVUkhNKxNGk ycKAzYEVO4u+ttnfaTtsh0JBQ1jjCoDr4T/C6wSFe3hkJaOjel6D4vnbui/G9FuApG etObVU1V1NR+IiN5irG4ZHLgIz5JRaSRWuCJJ4tQ= Received: from localhost (localhost.localdomain [127.0.0.1]) by web16.yandex.ru (Yandex) with ESMTP id 92CDC11A82A2 for ; Thu, 6 Oct 2011 18:38:37 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317911917; bh=wznzg120oBoTmMoIeKXNByArWUR1fJzllR1xa32c1lc=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=IKw/dLmOf7rgbO03hnJpGmvUPeffVc8teVjYKA1lgsEaNL90uWUZ8lqVUkhNKxNGk ycKAzYEVO4u+ttnfaTtsh0JBQ1jjCoDr4T/C6wSFe3hkJaOjel6D4vnbui/G9FuApG etObVU1V1NR+IiN5irG4ZHLgIz5JRaSRWuCJJ4tQ= X-Yandex-Spam: 1 Received: from [77.93.52.5] ([77.93.52.5]) by web16.yandex.ru with HTTP; Thu, 06 Oct 2011 18:38:37 +0400 From: KES Envelope-From: kes-kes@yandex.ru To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <92791317911917@web16.yandex.ru> Date: Thu, 06 Oct 2011 18:38:37 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: problems with IRQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 14:38:39 -0000 system work fine, but systat -v show wrong results in compare with vmstat -i seems counter overflow or so.. systat -v 2 users Load 0.95 1.13 1.15 Oct 6 17:36 Mem:KB REAL VIRTUAL VN PAGER SWAP PAGER Tot Share Tot Share Free in out in out Act 342596 6396 813716 9244 1395872 count All 527128 10356 3002896 39336 pages Proc: Interrupts r p d s w Csw Trp Sys Int Sof Flt 31 cow 254k total 50 557k 2614 14k 237k 4028 449 127 zfod atkbd0 1 2 ozfod 12 ata0 14 9.1%Sys 21.7%Intr 1.6%User 0.0%Nice 67.6%Idle 1%ozfod 221k ehci0 16 | | | | | | | | | | | daefr 2 ehci1 23 =====++++++++++> 37 prcfr 4130 cpu0:timer 42 dtbuf 314 totfr 15799 re0 256 Namei Name-cache Dir-cache 142271 desvn react 4131 cpu1:timer Calls hits % hits % 87941 numvn pdwak 4129 cpu3:timer 6158 5762 94 35563 frevn pdpgs 4130 cpu2:timer intrn Disks ad0 da0 pass0 298480 wire KB/t 18.79 0.00 0.00 193600 act tps 12 0 0 2103500 inact MB/s 0.22 0.00 0.00 9180 cache %busy 0 0 0 1386692 free # vmstat -i interrupt total rate irq1: atkbd0 2536 0 irq14: ata0 8516926 9 irq16: ehci0 2233740154 2585 irq23: ehci1 2594742 3 cpu0:timer 3562265448 4122 irq256: re0 2291967374 2652 cpu1:timer 3562481709 4123 cpu3:timer 3479157511 4026 cpu2:timer 3555645238 4115 Total 18696371638 21638 thank you. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 15:24:13 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 059C6106564A for ; Thu, 6 Oct 2011 15:24:13 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id C6A378FC0C for ; Thu, 6 Oct 2011 15:24:12 +0000 (UTC) Received: by iage36 with SMTP id e36so704709iag.13 for ; Thu, 06 Oct 2011 08:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yz5Il05mdxiWoxW+GvtyfU7+jeu2zXRRrtIz8+0rJyY=; b=PjRTeH+pKVT/mVvuRWamHNncbpyYS9hGkrQYfmp26zTIgjHm5t8PP7TvcKxYYQogSI gOZvPG1awL3g5o5wnlCYPm/DF9S8lwLQRvNE2W79BLaqw30pyqjp/L768tiTjHWIcbyK pYfswP7bEZUBiIGD0oN7ZRwKEV3Ya/q9XcNUM= MIME-Version: 1.0 Received: by 10.231.70.131 with SMTP id d3mr1412979ibj.90.1317914652235; Thu, 06 Oct 2011 08:24:12 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 08:24:12 -0700 (PDT) In-Reply-To: <4E8DADC9.2000902@otenet.gr> References: <4E8DADC9.2000902@otenet.gr> Date: Thu, 6 Oct 2011 17:24:12 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 15:24:13 -0000 Hi, In your labserver, do you have a graphical login window at your labserver o= r not ? I don't want a graphical login, since I can't get anymore to the login prompt via Ctrl Alt F1 In KDM, the config directory is /usr/local/share/config/kdm for kdm window manager, there is no Xservers file, and I can't see any file .. there are Xaccess, Xwilling, Xstartup, Xreset, Xsession files and a large kdmrc file. There are no man pages for kdm, kdm-bin, Xaccess, etc... I tried setting ServerCmd=3D"" instead of ServerCmd=3D/usr/local/bin/X -br= in the kdmrc file ... Now I only have /usr/local/bin/kdm-bin running, not /usr/local/bin/X Am I right to believe the primary role of a local X server (local=3D on labserver) is to have a graphical environment on that labserver machine ? 2011/10/6 Manolis Kiagias > On 5/10/2011 1:33 =EC=EC, n dhert wrote: > >> FreeBSD-8.2 with Xorg: >> Is there a way one can specify that your never have X on the console (ju= st >> the login: prompt) >> but still have X on any other X-windows termnal (an KDM login window) an= d >> graphical environment >> > > I've got a lab that uses XDMCP and X-terminals and I don't run X on the > server. I am using XDM and have commented out the following line in > /usr/local/lib/X11/xdm/**Xservers: > > # :0 local /usr/local/bin/X :0 > > It might be something similar for KDM that will allow it to listen for > remote connections but not run locally. > From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 16:10:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4401065674 for ; Thu, 6 Oct 2011 16:10:14 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7428FC1C for ; Thu, 6 Oct 2011 16:10:13 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTDESKTOP) by constellation.thenetnow.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1RBqHd-0007kR-58 for freebsd-questions@freebsd.org; Thu, 06 Oct 2011 11:54:53 -0400 Message-ID: <1A8828A857424EFDBBD748D48DF3512B@GRANTDESKTOP> From: "Grant Peel" To: Date: Thu, 6 Oct 2011 11:55:24 -0400 Organization: The Net Now Internet Services. MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 8.0 -> PHP 5.3.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 16:10:14 -0000 Hi all, Short of upgrading the OS, what is the safest way to upgrade a FreeBSD = server to PHP 5.3.x from 5.2.11 ? I am assuming downloading the ports tarball and rebuilding and = reinstalling will do it? Any advice, samples would be appreciated, -Grant From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 16:17:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id AADAC1065672; Thu, 6 Oct 2011 16:17:09 +0000 (UTC) Date: Thu, 6 Oct 2011 16:17:09 +0000 From: Alexander Best To: KES Message-ID: <20111006161709.GA29578@freebsd.org> References: <92791317911917@web16.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92791317911917@web16.yandex.ru> Cc: freebsd-questions@freebsd.org Subject: Re: problems with IRQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 16:17:09 -0000 On Thu Oct 6 11, KES wrote: > system work fine, but systat -v show wrong results in compare with vmstat -i > seems counter overflow or so.. i'd rather suspect that systat(1) is querying different variables/structures than vmstat(8). their output is different on my system too and after only a few hours of uptime and very little interrupts, i would rule out a counter overflow. cheers. alex > > systat -v > 2 users Load 0.95 1.13 1.15 Oct 6 17:36 > > Mem:KB REAL VIRTUAL VN PAGER SWAP PAGER > Tot Share Tot Share Free in out in out > Act 342596 6396 813716 9244 1395872 count > All 527128 10356 3002896 39336 pages > Proc: Interrupts > r p d s w Csw Trp Sys Int Sof Flt 31 cow 254k total > 50 557k 2614 14k 237k 4028 449 127 zfod atkbd0 1 > 2 ozfod 12 ata0 14 > 9.1%Sys 21.7%Intr 1.6%User 0.0%Nice 67.6%Idle 1%ozfod 221k ehci0 16 > | | | | | | | | | | | daefr 2 ehci1 23 > =====++++++++++> 37 prcfr 4130 cpu0:timer > 42 dtbuf 314 totfr 15799 re0 256 > Namei Name-cache Dir-cache 142271 desvn react 4131 cpu1:timer > Calls hits % hits % 87941 numvn pdwak 4129 cpu3:timer > 6158 5762 94 35563 frevn pdpgs 4130 cpu2:timer > intrn > Disks ad0 da0 pass0 298480 wire > KB/t 18.79 0.00 0.00 193600 act > tps 12 0 0 2103500 inact > MB/s 0.22 0.00 0.00 9180 cache > %busy 0 0 0 1386692 free > > > # vmstat -i > interrupt total rate > irq1: atkbd0 2536 0 > irq14: ata0 8516926 9 > irq16: ehci0 2233740154 2585 > irq23: ehci1 2594742 3 > cpu0:timer 3562265448 4122 > irq256: re0 2291967374 2652 > cpu1:timer 3562481709 4123 > cpu3:timer 3479157511 4026 > cpu2:timer 3555645238 4115 > Total 18696371638 21638 > > thank you. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 16:21:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AEB11065672 for ; Thu, 6 Oct 2011 16:21:00 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from echidna.otenet.gr (echidna.otenet.gr [83.235.69.14]) by mx1.freebsd.org (Postfix) with ESMTP id 981238FC19 for ; Thu, 6 Oct 2011 16:20:59 +0000 (UTC) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by echidna.otenet.gr (ESMTP) with ESMTP; Thu, 6 Oct 2011 19:02:23 +0300 (EEST) Received: from [192.168.0.150] (athedsl-4364788.home.otenet.gr [79.130.9.228]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id p96G2K5U010719; Thu, 6 Oct 2011 19:02:23 +0300 Message-ID: <4E8DD10E.9030409@otenet.gr> Date: Thu, 06 Oct 2011 19:02:22 +0300 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: n dhert References: <4E8DADC9.2000902@otenet.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: X on Xterminals but not on console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 16:21:00 -0000 On 6/10/2011 6:24 , n dhert wrote: > Hi, > In your labserver, do you have a graphical login window at your labserver or > not ? > I don't want a graphical login, since I can't get anymore to the login > prompt via Ctrl Alt F1 No graphical login. My lab server stops at the console login prompt. > In KDM, the config directory is /usr/local/share/config/kdm for kdm window > manager, there is no > Xservers file, and I can't see any file .. there are Xaccess, Xwilling, > Xstartup, Xreset, Xsession files > and a large kdmrc file. There are no man pages for kdm, kdm-bin, Xaccess, > etc... > > I tried setting ServerCmd="" instead of ServerCmd=/usr/local/bin/X -br in > the kdmrc file ... > Now I only have /usr/local/bin/kdm-bin running, not /usr/local/bin/X > Don't really know how KDM handles this. You could however - as a last resort - disable KDM and use xdm as your login manager. It is a bit "rough" (see login screens here http://www.flickr.com/photos/sonic2000gr/5033230929/in/set-72157625053818002) but it can start up any GUI using a simple .xsession file (xdm is not installed along with X but it is a very small port, x11/xdm). > Am I right to believe the primary role of a local X server (local= on > labserver) is to have a graphical environment on that labserver machine ? > Yes, absolutely. There is no need to run a GUI on the lab server. It's a waste of CPU cycles and memory. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 16:50:32 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4101A1065687 for ; Thu, 6 Oct 2011 16:50:32 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id EE9418FC19 for ; Thu, 6 Oct 2011 16:50:31 +0000 (UTC) Received: from localhost (rainbowwarrior.torservers.net [77.247.181.164]) by mx1.skyriver.ru (Postfix) with ESMTPSA id 7AB6F5AD2 for ; Thu, 6 Oct 2011 19:59:50 +0400 (MSD) Date: Thu, 6 Oct 2011 20:32:04 +0400 From: Peter Vereshagin To: questions@freebsd.org Message-ID: <20111006163203.GA5738@external.screwed.box> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K Cc: Subject: www/libxul update distfile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 16:50:32 -0000 Hello. A week ago the portaudit alert came for mozilla products. I updated www/firefox36 and mail/thunderbird3 ports but still no www/libxul in the ports. I suppose I need the 1.9.2.23 version: http://portaudit.freebsd.org/1fade8a3-e9e8-11e0-9580-4061862b8c22.html But I can't even find a source package: https://encrypted.google.com/search?hl=en&q=xulrunner-1.9.2.23.source.tar.bz2 I don't think I should get it from fedora's git's 'lookaside cache'. Or should I? Thank you. -- Peter Vereshagin (http://vereshagin.org) pgp: A0E26627 From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 17:04:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58976106566C for ; Thu, 6 Oct 2011 17:04:58 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id E5CA88FC0A for ; Thu, 6 Oct 2011 17:04:57 +0000 (UTC) Received: by wwn22 with SMTP id 22so8149121wwn.1 for ; Thu, 06 Oct 2011 10:04:56 -0700 (PDT) Received: by 10.216.135.18 with SMTP id t18mr1398405wei.40.1317920696164; Thu, 06 Oct 2011 10:04:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.27.211 with HTTP; Thu, 6 Oct 2011 10:04:36 -0700 (PDT) In-Reply-To: <4E8D2092.3070808@pukruppa.de> References: <4E8D2092.3070808@pukruppa.de> From: Chris Brennan Date: Thu, 6 Oct 2011 13:04:36 -0400 Message-ID: To: "Kruppa, Peter Ulrich" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 17:04:58 -0000 On Wed, Oct 5, 2011 at 11:29 PM, Kruppa, Peter Ulrich wrote: [snip] >> > Just one idea: > did you activate the firewall on your Windows client somehow? That might > happen during some kind of updates and block samba from client side. > Nope, SEP says 139 is allowed, the one thing I haven't done yet is a reboot of that windows client, I will try that later today. > -- > Chris Brennan > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon? > http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ > GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 17:11:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14C8F1065672 for ; Thu, 6 Oct 2011 17:11:08 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 81C598FC15 for ; Thu, 6 Oct 2011 17:11:07 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p96HB2Lo083897 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 6 Oct 2011 18:11:03 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p96HB2Lo083897 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1317921063; bh=mwOIXoG7YLvLlKIiYDeTQEoX5bQ/X0WqmvTJhM614V0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E8DE11D.6050608@infracaninophile.co.uk>|Date:=20T hu,=2006=20Oct=202011=2018:10:53=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:7.0.1)=20Gecko/2 0110929=20Thunderbird/7.0.1|MIME-Version:=201.0|To:=20Grant=20Peel =20|CC:=20freebsd-questions@freebsd.org|Subje ct:=20Re:=20FreeBSD=208.0=20->=20PHP=205.3.x|References:=20<1A8828 A857424EFDBBD748D48DF3512B@GRANTDESKTOP>|In-Reply-To:=20<1A8828A85 7424EFDBBD748D48DF3512B@GRANTDESKTOP>|X-Enigmail-Version:=201.3.2| OpenPGP:=20id=3D60AE908C|Content-Type:=20multipart/signed=3B=20mic alg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"application/pgp-signature"=3 B=0D=0A=20boundary=3D"------------enigA249478639B819C933E284CA"; b=f4MOast7t1te4igRZm7uqbeLHZY3NDkPfJZNeI/l0AWwrbEdeEbw+yq/8tHp9w41x kofpG/kaAgLpluL1v1CLcHpBd78gLiPD2kQuW6il7F4rprMWowPQudgKro6GMJ6M/2 OZ2pwSvhKQX8g46tWE6//SekpTkTmWPnZ57z3fk4= Message-ID: <4E8DE11D.6050608@infracaninophile.co.uk> Date: Thu, 06 Oct 2011 18:10:53 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Grant Peel References: <1A8828A857424EFDBBD748D48DF3512B@GRANTDESKTOP> In-Reply-To: <1A8828A857424EFDBBD748D48DF3512B@GRANTDESKTOP> X-Enigmail-Version: 1.3.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA249478639B819C933E284CA" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.0 -> PHP 5.3.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 17:11:08 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA249478639B819C933E284CA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 06/10/2011 16:55, Grant Peel wrote: > Short of upgrading the OS, what is the safest way to upgrade a > FreeBSD server to PHP 5.3.x from 5.2.11 ? I am assuming downloading > the ports tarball and rebuilding and reinstalling will do it? Any > advice, samples would be appreciated 8.0 is out of support now as I recall. Recommend upgrading to 8.2 -- you should be able to update the base system independently of updating any ports as the ABI won't change because it's all the same major version number. Update your ports tree to the latest. Update your installed ports to the latest available. You can omit upgrading PHP and things like eaccelerator since you'll be deleting and reinstalling them shortly. Make backups of all of your PHP related ports. Take note of which are the actual applications you want to run -- there are some differences in the available modules between the php52 and the php5 ports, so it won't necessarily be an exact one-for-one swap. Now remove the base php52 port and every port that depends on it. Install the core lang/php5 port -- this resets the default PHP version on your system -- then reinstall your applications, allowing them to add any necessary modules automatically to fulfil their dependencies. If your PHP application code is not installed via ports, then you'll have to manually work out which modules to install -- this is likely to be pretty similar to what you needed with php52 but not necessarily exactly the same. Usually it's a matter of installing a bunch of stuff, trying the application, noting what throws errors due to missing functions and installing the needed modules to provide that. Rinse, repeat. This is safe, in that you should end up with a functioning system, but it is pretty intrusive and requires significant amounts of downtime on your system. To minimize all that, probably the best thing to do is clone your web server into a jail or VM, work on the upgrade there at your leisure, including all needed debugging. Then you should be able to make packages of all the ports in your test system and use those to quickly apply the changes to your live system. This is a key command-line you'll need for that: pkg_create -Rbn portname Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigA249478639B819C933E284CA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6N4SQACgkQ8Mjk52CukIw81QCfb8vxbQoXZhMmRz8VyJHmg2xb 8rQAoIHvX+PmfncLZT9P2wChD32EgoKy =U4yd -----END PGP SIGNATURE----- --------------enigA249478639B819C933E284CA-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 17:55:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B17A51065670 for ; Thu, 6 Oct 2011 17:55:53 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg30.ifdnrg.com (outbound.ifdnrg.com [193.200.98.138]) by mx1.freebsd.org (Postfix) with ESMTP id 6703E8FC15 for ; Thu, 6 Oct 2011 17:55:52 +0000 (UTC) Received: from [192.168.1.75] (188-221-77-161.zone12.bethere.co.uk [188.221.77.161]) (authenticated bits=0) by ifdnrg30.ifdnrg.com (8.14.5/8.14.4) with ESMTP id p96Htnr7046110; Thu, 6 Oct 2011 18:55:51 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4E8DEBA6.4050902@ifdnrg.com> Date: Thu, 06 Oct 2011 18:55:50 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Grant Peel References: <1A8828A857424EFDBBD748D48DF3512B@GRANTDESKTOP> In-Reply-To: <1A8828A857424EFDBBD748D48DF3512B@GRANTDESKTOP> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.0 -> PHP 5.3.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 17:55:53 -0000 On 06/10/2011 16:55, Grant Peel wrote: > Hi all, > Short of upgrading the OS, what is the safest way to upgrade a FreeBSD server to PHP 5.3.x from 5.2.11 ? > I am assuming downloading the ports tarball and rebuilding and reinstalling will do it? > Any advice, samples would be appreciated, > -Grant > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > It's not too traumatic an upgrade, and initially is as simple as you suggest, remember to uninstall extenstions via the meta port lang/php52-extensions (and reinstall desired extensions via lang/php5-extensions) further suggestions, * *copy the config make options from phpinfo() on 5.2 as it'll help you remember what you need for 5.3. keep a copy of you php.ini obv also. check http://uk3.php.net/migration53 you'll likely know but 5.3 is quite different from 5.2 so there's a few gotchas, such as changes to log levels, no more register globals, you must explicitly use $_POST or $_GET no more register_long_arrays, you cannot use $HTTP_POST_VARS short tags are probably off round about that version, if i recall, there was some changes to a lot of my $_SESSION code so check any code that uses that, (but this could well have been my implementations.) good luck Paul. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 21:07:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBC6106564A for ; Thu, 6 Oct 2011 21:07:45 +0000 (UTC) (envelope-from openslateproj@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2B38FC12 for ; Thu, 6 Oct 2011 21:07:45 +0000 (UTC) Received: by vws11 with SMTP id 11so3734927vws.13 for ; Thu, 06 Oct 2011 14:07:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xKxHEcCCysh/mi5M4A8+27GPPvlWC7siELNjTXd/itQ=; b=dby2nl1/+3CFkhcg/Ue/ZA/h9+PycFMsO/wo/B2VTVH7mcA4RgYxrGjpF/61G9RPtd ypcCMMu1iWAgrQzMGVMUL9Gyq6h1bkBj/7MIFU81hZ1XKcyHOqx9Cn/QJL3SGB9B5L+y NMuYpL+EhRNi9FQcrmG3ayKjNbCygQcsidqlM= MIME-Version: 1.0 Received: by 10.220.187.136 with SMTP id cw8mr333921vcb.266.1317935264557; Thu, 06 Oct 2011 14:07:44 -0700 (PDT) Received: by 10.220.200.194 with HTTP; Thu, 6 Oct 2011 14:07:44 -0700 (PDT) In-Reply-To: <20111006031430.GA6925@orange.esperance-linux.co.uk> References: <20111006031430.GA6925@orange.esperance-linux.co.uk> Date: Thu, 6 Oct 2011 11:07:44 -1000 Message-ID: From: Open Slate To: Frank Shute Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Failing to build multimedia/gstreamer-ffmpeg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 21:07:45 -0000 On Wed, Oct 5, 2011 at 5:14 PM, Frank Shute wrote: > > On Wed, Oct 05, 2011 at 03:35:58PM -1000, Open Slate wrote: > > > > Failing to build multimedia/gstreamer-ffmpeg > > > > ---> =A0Upgrading 'gstreamer-ffmpeg-0.10.11_1' to 'gstreamer-ffmpeg-0.1= 0.12' > > (multimedia/gstreamer-ffmpeg) > > ---> =A0Building '/usr/ports/multimedia/gstreamer-ffmpeg' > > =3D=3D=3D> =A0Cleaning for gstreamer-ffmpeg-0.10.12 > > gstreamer-ffmpeg-0.10.12: Makefile error: you cannot include > > bsd.port[.pre].mk twice > > *** Error code 1 > > > > Stop in /usr/ports/multimedia/gstreamer-ffmpeg. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade20111005-1444-s8mm5a-0 env UPGRADE_TOOL=3Dportupgrade > > UPGRADE_PORT=3Dgstreamer-ffmpeg-0.10.11_1 UPGRADE_PORT_VER=3D0.10.11_1 = make > > ** Fix the problem and try again. > > > > Full Makefile below. Near the end I see > > > > .include > > > > followed closely by > > > > .include > > > > Perhaps one of these was supposed to be excluded via a conditional? I t= ried > > commenting each one out but neither form builds successfully. The date = on > > the makefile header is not new but the port was recently updated. > > > > > > # uname -a > > FreeBSD myhostname 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 > > 18:07:27 UTC 2011 > > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > > =A0i386 > > > > The Makefile in multimedia/gstreamer-ffmpeg: > > > > # New ports collection makefile for: gstreamer ffmpeg > > # Date created: Thu Feb 26 20:10:39 CET 2004 > > # Whom: Koop Mast > > # > > # $FreeBSD: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.43 2011/10/0= 5 > > 23:05:41 bapt Exp $ > > # =A0 =A0$MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/= 07/20 > > 13:40:27 ahze Exp $ > > # > > > > PORTNAME=3D gstreamer > > PORTVERSION=3D 0.10.12 > > CATEGORIES=3D multimedia > > MASTER_SITES=3D http://gstreamer.freedesktop.org/src/gst-ffmpeg/ > > PKGNAMESUFFIX=3D -ffmpeg > > DISTNAME=3D gst-ffmpeg-${PORTVERSION} > > > > MAINTAINER=3D multimedia@FreeBSD.org > > COMMENT=3D GStreamer plug-in for manipulating MPEG video streams > > > > LICENSE=3D GPLv2 > > > > BUILD_DEPENDS=3D yasm:${PORTSDIR}/devel/yasm > > LIB_DEPENDS=3D orc-0.4.0:${PORTSDIR}/devel/orc > > > > USE_BZIP2=3D yes > > USE_GMAKE=3D yes > > USE_LDCONFIG=3D yes > > USE_GSTREAMER=3D yes > > GNU_CONFIGURE=3D yes > > FFMPEG_CONFIG=3D --cc=3D${CC} \ > > --enable-runtime-cpudetect \ > > --enable-pic > > LDFLAGS+=3D -Wl,-Bsymbolic > > CFLAGS+=3D -fno-force-addr > > CONFIGURE_ENV=3D PKG_CONFIG=3D${PKG_CONFIG} > > > > PLIST_SUB=3D VERSION=3D"${GST_VERSION}" > > > > PKG_CONFIG?=3D"${LOCALBASE}/bin/pkg-config" > > GST_VERSION=3D${PORTVERSION:C/..$//} > > > > # sse hardware vector support > > .if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} =3D=3D "sse" || > > ${MACHINE_CPU:Mamd64} =3D=3D "amd64") > > WITH_BUILTIN_VECTOR=3D yes > > .else > > FFMPEG_CONFIG+=3D --disable-sse > > .endif > > > > # mmx support > > .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} =3D=3D "" && > > ${MACHINE_CPU:Mamd64} =3D=3D "" > > FFMPEG_CONFIG+=3D --disable-mmx > > WITHOUT_BUILTIN_VECTOR=3D yes > > .endif > > > > # builtin vector, requires mmx and sse > > .if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) > > CFLAGS+=3D -msse > > .endif > > > > CONFIGURE_ARGS+=3D --with-ffmpeg-extra-configure=3D"${FFMPEG_CONFIG}" > > > > .include > > > > .if ${OSVERSION} < 900033 > > > > BUILD_DEPENDS+=3D ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils > > MAKE_ENV=3D COMPILER_PATH=3D${LOCALBASE}/bin > > > > .endif > > > > .include > > See: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/161316 > > It looks like it's been fixed, so csup/portsnap your ports tree > and try to build it again. Thanks, that did it. Now I can't build math/mpfr, error fetching the tarball. If it's not one thing, it's another. Maybe tomorrow ... From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 22:41:18 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2D6106564A for ; Thu, 6 Oct 2011 22:41:18 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 445E58FC0A for ; Thu, 6 Oct 2011 22:41:17 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 7DC37E81042; Thu, 6 Oct 2011 15:41:17 -0700 (PDT) Date: Thu, 6 Oct 2011 15:41:17 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20111006224114.GA15978@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 22:41:18 -0000 I've got a 103-key keyboard. most of them produce the right WAV file. i was having some trouble with the arrow key, but think i've found a resolution. next are the Function key, F1 to F12. anybody on-list familiar with curses and can help me with this? right now, most of the function keys output 4 clicks [!]. thanks in advance, gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 23:37:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D887106564A for ; Thu, 6 Oct 2011 23:37:27 +0000 (UTC) (envelope-from dickey@saltmine.radix.net) Received: from saltmine.radix.net (saltmine.radix.net [207.192.128.40]) by mx1.freebsd.org (Postfix) with ESMTP id D59F28FC12 for ; Thu, 6 Oct 2011 23:37:26 +0000 (UTC) Received: from saltmine.radix.net (localhost [127.0.0.1]) by saltmine.radix.net (8.12.2/8.12.2) with ESMTP id p96NbPj5019514; Thu, 6 Oct 2011 19:37:25 -0400 (EDT) Received: (from dickey@localhost) by saltmine.radix.net (8.12.2/8.12.2/Submit) id p96NbP0a019513; Thu, 6 Oct 2011 19:37:25 -0400 (EDT) Date: Thu, 6 Oct 2011 19:37:25 -0400 From: Thomas Dickey To: Gary Kline Message-ID: <20111006233725.GA18837@saltmine.radix.net> References: <20111006224114.GA15978@thought.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <20111006224114.GA15978@thought.org> User-Agent: Mutt/1.3.27i Cc: FreeBSD Mailing List Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 23:37:27 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 06, 2011 at 03:41:17PM -0700, Gary Kline wrote: >=20 > I've got a 103-key keyboard. most of them produce the right WAV > file. i was having some trouble with the arrow key, but think i've > found a resolution. next are the Function key, F1 to F12.=20 >=20 > anybody on-list familiar with curses and can help me with this? > right now, most of the function keys output 4 clicks [!]. =20 I generally use tack for verifying the function-keys against the terminal description. (I don't recall seeing a port for tack, but it can probably be built starting with ncurses-devel, though I haven't tried that, since I build development versions of ncurses outside the ports). For _seeing_ the codes, it helps to type ^V (lnext) right before pressing a given key, making the escape character visible. --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQFOjjuztIqByHxlDocRAnGgAKCwKZLERdmbdhYCY3tQx9Ovs3XbrgCfQao2 xZ6aH0Mfryz362u6yhsWzFk= =thCf -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 03:23:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10BD21065673 for ; Fri, 7 Oct 2011 03:23:14 +0000 (UTC) (envelope-from crater@eim.ae) Received: from domail1.emirates.net.ae (domail1.emirates.net.ae [86.96.226.151]) by mx1.freebsd.org (Postfix) with ESMTP id AD64E8FC14 for ; Fri, 7 Oct 2011 03:23:13 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from dpmail4.emirates.net.ae ([unknown] [213.42.3.217]) by domail1.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <0LSO00M5YBL0WX10@domail1.emirates.net.ae> for freebsd-questions@freebsd.org; Fri, 07 Oct 2011 06:15:00 +0400 (GST) Received: from eim.ae ([unknown] [122.3.179.115]) by dpmail4.emirates.net.ae (I&ES Mail Server 4.2) with ESMTPA id <0LSO0098GBKNDT00@dpmail4.emirates.net.ae> for freebsd-questions@freebsd.org; Fri, 07 Oct 2011 06:15:00 +0400 (GST) Message-id: <0LSO0098KBKVDT00@dpmail4.emirates.net.ae> Sender: crater@emirates.net.ae From: Judins Dmitrijs To: freebsd-questions@freebsd.org Date: Fri, 07 Oct 2011 05:14:48 +0300 Subject: =?utf-8?b?R3JpYsSTdHUgcGHEjXVrc3TEk3Q=?= Mis Skaistule.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Judins Dmitrijs List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 03:23:14 -0000 Hei, hei! Esi taču kaut ko saņēmis info par noslēpumaino Mis Seksīgās līnijas konkursu? Pat, ja neesi, nekas! Tu vari būt patiešām pārliecināts, ka sievietes bija trakoti seksuālas un kārdinošiem apaļumiem vajadzīgajās vietās! Ja vēlies viņas satikt dzīvē un drusciņ apčamdīt... nu tad sāc ar: http://sailinmalta.com/wp-content/uploads/last.php Homka Jevdokija From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 04:42:41 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 727E41065672 for ; Fri, 7 Oct 2011 04:42:41 +0000 (UTC) (envelope-from execve@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 344B88FC13 for ; Fri, 7 Oct 2011 04:42:40 +0000 (UTC) Received: by yxk36 with SMTP id 36so4161753yxk.13 for ; Thu, 06 Oct 2011 21:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cqFFNqPcL2HA5cKuMuwyzzA7jctF7SjkJpkFxu4fBNY=; b=xcKwpjwke9q0N+YPRhv5PtYm/HrQkiWcSplLacfOovx1lznkVyPZ2Z8TXj/ne/cpJ5 znlJJwThnk4zh1t5L4CsDBu4sB8uLM/RIqSF0qEv6+1a1xwjW3wDvSArGZm6U5wTV6mg ItZm6oFC/nWWn7K+hZ0Po+XoyHPd7LMNCFX5g= MIME-Version: 1.0 Received: by 10.68.23.35 with SMTP id j3mr11136299pbf.44.1317962559933; Thu, 06 Oct 2011 21:42:39 -0700 (PDT) Received: by 10.142.44.10 with HTTP; Thu, 6 Oct 2011 21:42:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Oct 2011 10:12:39 +0530 Message-ID: From: Gautam Mani To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: nan/inf in WCPU of ps / top X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 04:42:41 -0000 On Tue, Oct 4, 2011 at 8:52 PM, Gautam Mani wrote: > Hi, > > On one virtual machine (qemu on cygwin) running RELENG_8 (csupped around > 12.Sep.11) -- I noticed: > > $ ps aux > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > root 0 nan 0.1 0 64 ?? DLs 8:39PM 0:00.66 [kernel] > root 10 nan 0.0 0 8 ?? DL 8:39PM 0:00.00 [audit] > root 1 nan 0.4 2912 472 ?? ILs 8:39PM 0:00.15 /sbin/init > -- > root 11 inf 0.0 0 16 ?? RL 8:39PM 10:26.08 [idle] > root 12 nan 0.1 0 120 ?? WL 8:39PM 0:07.22 [intr] > > > even top has this problem: > > Any pointers how I can get my WCPU values back -- its a little difficult if > I cannot sort by WCPU in top. > > Hi, Does anyone have an idea about this? Any other qemu users see this kind of behaviour ? Thanks Gautam From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 04:51:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA9111065670 for ; Fri, 7 Oct 2011 04:51:02 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 997258FC17 for ; Fri, 7 Oct 2011 04:51:02 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id B879AE80E49; Thu, 6 Oct 2011 21:51:01 -0700 (PDT) Date: Thu, 6 Oct 2011 21:51:01 -0700 From: Gary Kline To: Thomas Dickey Message-ID: <20111007045101.GA603@thought.org> References: <20111006224114.GA15978@thought.org> <20111006233725.GA18837@saltmine.radix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111006233725.GA18837@saltmine.radix.net> Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Mailing List Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 04:51:02 -0000 On Thu, Oct 06, 2011 at 07:37:25PM -0400, Thomas Dickey wrote: > Date: Thu, 6 Oct 2011 19:37:25 -0400 > From: Thomas Dickey > Subject: Re: OT: how to tell when i've hit a Fn key? > To: Gary Kline > Cc: FreeBSD Mailing List > > On Thu, Oct 06, 2011 at 03:41:17PM -0700, Gary Kline wrote: > > > > I've got a 103-key keyboard. most of them produce the right WAV > > file. i was having some trouble with the arrow key, but think i've > > found a resolution. next are the Function key, F1 to F12. > > > > anybody on-list familiar with curses and can help me with this? > > right now, most of the function keys output 4 clicks [!]. > > I generally use tack for verifying the function-keys against the terminal > description. (I don't recall seeing a port for tack, but it can probably > be built starting with ncurses-devel, though I haven't tried that, since > I build development versions of ncurses outside the ports). > > For _seeing_ the codes, it helps to type ^V (lnext) right before pressing > a given key, making the escape character visible. > Hm. no joy in mudville. i know the first byte ia an ESC [ '\033]. the last, for F1, is an A. the others are hidden. i'll check ncurses-devel and see w hat it has. REAL code helps in stuff like this... . > -- > Thomas E. Dickey > http://invisible-island.net > ftp://invisible-island.net -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 05:36:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4221F106564A for ; Fri, 7 Oct 2011 05:36:07 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 12B4F8FC08 for ; Fri, 7 Oct 2011 05:36:07 +0000 (UTC) Received: by iage36 with SMTP id e36so1682738iag.13 for ; Thu, 06 Oct 2011 22:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=9KzOcd4su13U44bK7huxQ6zt9PrYPsgYYC5FqPAXwFY=; b=AoEox1GvCWe5iLOVp8zuS9nrvM7VTBsV8bibzaWGuJ0kwBPMYGFWe0qQ0bo9YrRmqC 2b66aRM/QNxR1Pcml6wjyNYmC+zoeYbPyEvBDJVLZEuy/c2MaQEu+DEd7VZPGSV/U1fL 5SI9W8oNyzz6HCymNrdpukQuAk4HG+0UpezkQ= MIME-Version: 1.0 Received: by 10.231.70.131 with SMTP id d3mr2534737ibj.90.1317965766679; Thu, 06 Oct 2011 22:36:06 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 22:36:06 -0700 (PDT) Date: Fri, 7 Oct 2011 07:36:06 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kdm with no local X starting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 05:36:07 -0000 When starting /usr/local/bin/kdm (e.g. from /etc/ttys), this starts kdm-bin (KDM window manager) but also a local X server. On a server machine this often is not needed. How to configure xdm to not start a local X server? So far I came up only with # vi /usr/local/share/config/kdm/kdmrc ServerCmd="" (instead of ServerCmd=/usr/local/bin/X -br) but there are probably more clean ways ? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 06:55:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E11106566B for ; Fri, 7 Oct 2011 06:55:27 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3381C8FC16 for ; Fri, 7 Oct 2011 06:55:27 +0000 (UTC) Received: by iage36 with SMTP id e36so1771316iag.13 for ; Thu, 06 Oct 2011 23:55:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=nFghMxgENEgY9xn8/9+Lg++GKpWNCIj+a6hm7EYdei0=; b=uk3NEccQ8rmq+BvKmRmZSZQCQTOuRi4HXRRS3DMPlvByIpp1A9potZeBSPB1D1GV1Z tF91OVxRscPr1PTQfWqfojd5USWm5I4lf1NiwaC+6RS3K1C3DlWWxQ0HtNZIImtCoF50 SGjWpkECYU3VJQ3PLhH53+QNku8RhTwWD8fFE= MIME-Version: 1.0 Received: by 10.231.70.131 with SMTP id d3mr2618017ibj.90.1317970526624; Thu, 06 Oct 2011 23:55:26 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Thu, 6 Oct 2011 23:55:26 -0700 (PDT) Date: Fri, 7 Oct 2011 08:55:26 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FBSD82 sec patch -p4, uname still -p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 06:55:27 -0000 I just applied security patch -p4 (last week -p3) to a freebsd 8.2 system (generic kernel) # freebsd-update fetch # freebsd-update install # ls -la /usr/src/sys/conf/newvers.sh has date of today and contains REVISION="8.2" BRANCH="RELEASE-p4" reboot # uname -r 8.2-RELEASE-p3 still shows -p3 not -p4 # uname -a FreeBSD mcsbu.cde.ua.ac.be 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 why? -p4 was a small patch to linux emulation mode, which I don't have installed is this why it is still -p3 ? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:18:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65444106564A for ; Fri, 7 Oct 2011 07:18:59 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 287788FC0A for ; Fri, 7 Oct 2011 07:18:59 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx02.qsc.de (Postfix) with ESMTP id A61EF1DBA4; Fri, 7 Oct 2011 09:18:57 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p977Iveh001889; Fri, 7 Oct 2011 09:18:57 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 7 Oct 2011 09:18:57 +0200 From: Polytropon To: Gary Kline Message-Id: <20111007091857.33b47b19.freebsd@edvax.de> In-Reply-To: <20111006224114.GA15978@thought.org> References: <20111006224114.GA15978@thought.org> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:18:59 -0000 On Thu, 6 Oct 2011 15:41:17 -0700, Gary Kline wrote: > > I've got a 103-key keyboard. most of them produce the right WAV > file. i was having some trouble with the arrow key, but think i've > found a resolution. next are the Function key, F1 to F12. > > anybody on-list familiar with curses and can help me with this? > right now, most of the function keys output 4 clicks [!]. Capturing PF keys is very easy with ncurses. The macro KEY_F(n), n=1..12, can be checked as the result of the getch() function. The other "special keys" also have such macros assigned. You can find them in the header file /usr/local/include/ncurses/ncurses.h around line 1400. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:20:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F791065675 for ; Fri, 7 Oct 2011 07:20:17 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id B2EA68FC29 for ; Fri, 7 Oct 2011 07:20:17 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id E37206EFEAB; Fri, 7 Oct 2011 00:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:organization:in-reply-to:content-disposition :content-type:content-type:mime-version:references:message-id :subject:subject:from:from:date:date:received:received:received; s=ee; t=1317970952; x=1319785352; bh=aIWqHYGk6BQFr++7RiaBAlUbYL z9adDlvHIC0E/fUig=; b=Bz9IRCIkZnIoOx1czCX79RVzB5JajpRqF0K8vOs7Rk sTzlw0tnPXC9tNPPNnf5JFdlHBCAd+Caujj/UfqXUeju8x5ALq3pHYrbkOSBIl6I 0ITdNpmUhtcdclTJvWXYs+gQOQ2S2VG6WbGsKcr9i7zmLbRndhXVjYVqLZpz9jht k= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LsJsAF8YbCDs; Fri, 7 Oct 2011 00:02:32 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id BFE756EF089; Fri, 7 Oct 2011 00:02:32 -0700 (PDT) Received: (nullmailer pid 65483 invoked by uid 1001); Fri, 07 Oct 2011 07:01:15 -0000 Date: Fri, 7 Oct 2011 00:01:15 -0700 From: Jason Helfman To: n dhert Message-ID: <20111007070114.GA46357@eggman.experts-exchange.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.2-RELEASE Organization: Experts-Exchange, LLC. http://www.experts-exchange.com X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: FBSD82 sec patch -p4, uname still -p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:20:17 -0000 On Fri, Oct 07, 2011 at 08:55:26AM +0200, n dhert thus spake: >I just applied security patch -p4 (last week -p3) to a freebsd 8.2 system >(generic kernel) ># freebsd-update fetch ># freebsd-update install ># ls -la /usr/src/sys/conf/newvers.sh >has date of today and contains >REVISION="8.2" >BRANCH="RELEASE-p4" >reboot ># uname -r >8.2-RELEASE-p3 >still shows -p3 not -p4 ># uname -a >FreeBSD mcsbu.cde.ua.ac.be 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep >27 18:45:57 UTC 2011 >root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > >why? >-p4 was a small patch to linux emulation mode, which I don't have installed >is this why it is still -p3 ? If your kernel wasn't touched during the update, then uname won't bump. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:32:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D2B1065672 for ; Fri, 7 Oct 2011 07:32:24 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A796D8FC0A for ; Fri, 7 Oct 2011 07:32:24 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx02.qsc.de (Postfix) with ESMTP id CDCAB1E557; Fri, 7 Oct 2011 09:32:23 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p977WNLa001927; Fri, 7 Oct 2011 09:32:23 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 7 Oct 2011 09:32:23 +0200 From: Polytropon To: Gary Kline Message-Id: <20111007093223.3681c1fc.freebsd@edvax.de> In-Reply-To: <20111007045101.GA603@thought.org> References: <20111006224114.GA15978@thought.org> <20111006233725.GA18837@saltmine.radix.net> <20111007045101.GA603@thought.org> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:32:25 -0000 On Thu, 6 Oct 2011 21:51:01 -0700, Gary Kline wrote: > On Thu, Oct 06, 2011 at 07:37:25PM -0400, Thomas Dickey wrote: > > Date: Thu, 6 Oct 2011 19:37:25 -0400 > > From: Thomas Dickey > > Subject: Re: OT: how to tell when i've hit a Fn key? > > To: Gary Kline > > Cc: FreeBSD Mailing List > > > > On Thu, Oct 06, 2011 at 03:41:17PM -0700, Gary Kline wrote: > > > > > > I've got a 103-key keyboard. most of them produce the right WAV > > > file. i was having some trouble with the arrow key, but think i've > > > found a resolution. next are the Function key, F1 to F12. > > > > > > anybody on-list familiar with curses and can help me with this? > > > right now, most of the function keys output 4 clicks [!]. > > > > I generally use tack for verifying the function-keys against the terminal > > description. (I don't recall seeing a port for tack, but it can probably > > be built starting with ncurses-devel, though I haven't tried that, since > > I build development versions of ncurses outside the ports). > > > > For _seeing_ the codes, it helps to type ^V (lnext) right before pressing > > a given key, making the escape character visible. > > > > Hm. no joy in mudville. i know the first byte ia an > ESC [ '\033]. the last, for F1, is an A. the others are > hidden. >From DOS times (that DOS, not _the_ DOS!) I remember that the function keys do generate a "two-key sequene": The first character is a 0x00 byte, the next one is a regular key, such as "A" for PF1. So you did basically check (in pseudocode): extended = false c = read character if c == 0x00 { extended = true c = read character } act upon c && if extended > i'll check ncurses-devel and see w hat it has. REAL code > helps in stuff like this... . I've written a (partially working) dialog library comparable to NCurses Forms in C, using ncurses' built-in functionality. So if you can, use what's already present and working. Instead of dealing with the zero-bytes, it's much easier to use the ncurses functionality. Like this (except this is nonsense): int c; c = getch(); if(c == KEY_F(1)) /* PF1 */ do_stuff(); if(c == KEY_UP) /* Cursor up */ do_more_stuff(); if(c == 27) /* Escape key! */ get_out_of_prison(); >From memory: Space is 32, Return is 13, Backspace is 8, Tab is 9. I think most of them are defined as macros in NCurses. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:36:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2570106566C for ; Fri, 7 Oct 2011 07:36:41 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id B24F48FC12 for ; Fri, 7 Oct 2011 07:36:41 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p977anOs027817 for freebsd-questions@freebsd.org; Fri, 7 Oct 2011 02:36:49 -0500 (CDT) Date: Fri, 7 Oct 2011 02:36:49 -0500 (CDT) From: Robert Bonomi Message-Id: <201110070736.p977anOs027817@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <20111007091857.33b47b19.freebsd@edvax.de> Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:36:42 -0000 > Date: Fri, 7 Oct 2011 09:18:57 +0200 > From: Polytropon > Cc: FreeBSD Mailing List > Subject: Re: OT: how to tell when i've hit a Fn key? > > On Thu, 6 Oct 2011 15:41:17 -0700, Gary Kline wrote: > > > > I've got a 103-key keyboard. most of them produce the right WAV > > file. i was having some trouble with the arrow key, but think i've > > found a resolution. next are the Function key, F1 to F12. > > > > anybody on-list familiar with curses and can help me with this? > > right now, most of the function keys output 4 clicks [!]. > > Capturing PF keys is very easy with ncurses. > The macro KEY_F(n), n=1..12, can be checked > as the result of the getch() function. The > other "special keys" also have such macros > assigned. You can find them in the header > file /usr/local/include/ncurses/ncurses.h > around line 1400. No need to go chasing that far. #include pulls in the macro definitions as well. KEY_F(n) supports 'n' values in the range from 0 to 64. value of this macro is a range of 64 consecutive values, starting with KEY_F0 -- which is defined as *octal* 0410 it may take a little experimenting to see which key (plus modifier key(s) like 'shift','control', etc, map to which 'n' values) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:50:58 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87AB3106566B for ; Fri, 7 Oct 2011 07:50:58 +0000 (UTC) (envelope-from rpistanbulbilisim@setrow.com) Received: from mgw04-87.relay04.setrow.com (mgw04-87.relay04.setrow.com [92.45.72.249]) by mx1.freebsd.org (Postfix) with ESMTP id 729398FC0A for ; Fri, 7 Oct 2011 07:50:57 +0000 (UTC) Received: by mgw04-87.relay04.setrow.com (PowerMTA(TM) v3.5r15) id hhqnm212p1ce for ; Fri, 7 Oct 2011 10:40:50 +0300 (envelope-from ) Date: Fri, 7 Oct 2011 10:40:40 +0300 To: questions@freebsd.org From: =?utf-8?Q?=C4=B0stanbul_Bili=C5=9Fim?= Message-ID: <94de039565bf2918aea74c231d74340c@www.setrow.com> X-Priority: 3 X-Mailer: Setrow Importance: Normal Precedence: bulk X-MAIL-INFORMATION: 41503161-7376-270-Tr-0-questions@freebsd.org-1 Delivered-To: =?utf-8?Q?=C4=B0stanbul_Bili=C5=9Fim_?= MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?utf-8?q?En_=C4=B0yi_Markalar_En_Yeni_Modeller?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:50:58 -0000 Size =C3=B6zel b=C3=BClteni g=C3=B6rmek i=C3=A7in a=C5=9Fa=C4=9F=C4=B1daki = linke t=C4=B1klay=C4=B1n=C4=B1z:=20 T=C4=B1klay=C4=B1n=C4=B1z=20 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:56:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A471065672 for ; Fri, 7 Oct 2011 07:56:22 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 346F38FC0C for ; Fri, 7 Oct 2011 07:56:21 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx02.qsc.de (Postfix) with ESMTP id C9CC11E513; Fri, 7 Oct 2011 09:56:20 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p977uKTp002878; Fri, 7 Oct 2011 09:56:20 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 7 Oct 2011 09:56:20 +0200 From: Polytropon To: Robert Bonomi Message-Id: <20111007095620.8b78e334.freebsd@edvax.de> In-Reply-To: <201110070736.p977anOs027817@mail.r-bonomi.com> References: <20111007091857.33b47b19.freebsd@edvax.de> <201110070736.p977anOs027817@mail.r-bonomi.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 07:56:22 -0000 On Fri, 7 Oct 2011 02:36:49 -0500 (CDT), Robert Bonomi wrote: > > > Date: Fri, 7 Oct 2011 09:18:57 +0200 > > From: Polytropon > > Cc: FreeBSD Mailing List > > Subject: Re: OT: how to tell when i've hit a Fn key? > > > > On Thu, 6 Oct 2011 15:41:17 -0700, Gary Kline wrote: > > > > > > I've got a 103-key keyboard. most of them produce the right WAV > > > file. i was having some trouble with the arrow key, but think i've > > > found a resolution. next are the Function key, F1 to F12. > > > > > > anybody on-list familiar with curses and can help me with this? > > > right now, most of the function keys output 4 clicks [!]. > > > > Capturing PF keys is very easy with ncurses. > > The macro KEY_F(n), n=1..12, can be checked > > as the result of the getch() function. The > > other "special keys" also have such macros > > assigned. You can find them in the header > > file /usr/local/include/ncurses/ncurses.h > > around line 1400. > > No need to go chasing that far. > > #include > > pulls in the macro definitions as well. That's what I wanted to suggest. :-) The NCurses function getch() deals well with the key macros defined here, so no need to deal with the zero-byte manually. > KEY_F(n) supports 'n' values in the range from 0 to 64. > value of this macro is a range of 64 consecutive values, starting with > KEY_F0 -- which is defined as *octal* 0410 > > it may take a little experimenting to see which key (plus modifier key(s) > like 'shift','control', etc, map to which 'n' values) The port misc/kbdscan can be used to obtain keyboard information; however: "Please note that this program will only work in the FreeBSD console", but it works perfectly in the FreeBSD console (text mode); after a certain time-out, the program automatically quits as it will capture _all_ keys like Alt+F(n), ^C and the like. Sadly, there is no manpage that states this simple fact. :-( In most cases, KEY_F(1) - KEY_F(12) will map to the physical F1 to F12 keys, KEY_F(13) - KEY_F(24) to the Shift+F1 to Shift+F12 keys; this mechanism has been the default idea of providing 24 function keys to keyboards that only offer 12 of them. But as many things that have proven to work flawlessly, this might have changed into something broken, erm "more modern"... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 08:28:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E3701065674 for ; Fri, 7 Oct 2011 08:28:28 +0000 (UTC) (envelope-from aydin.demirel@endersys.com) Received: from hisar.endersys.com (hisar.endersys.com [213.144.99.107]) by mx1.freebsd.org (Postfix) with ESMTP id 686A78FC0C for ; Fri, 7 Oct 2011 08:28:27 +0000 (UTC) Received: (surgate 36352 invoked by uid 1001); 7 Oct 2011 07:58:44 -0000 Received: from unknown (HELO ?10.6.1.7?) (aydin.demirel@127.0.0.1) by 0 with ESMTPA; 7 Oct 2011 07:58:44 -0000 Message-ID: <4E8EB1E3.9080502@endersys.com> Date: Fri, 07 Oct 2011 11:01:39 +0300 From: =?UTF-8?B?QXlkxLFuIERlbWlyZWw=?= Organization: Emdersys Ltd. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: KVM - FreeBSD Network Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aydin.demirel@endersys.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 08:28:28 -0000 Hi; I installed FreeBSD 8.2 on Centos 5.7 via KVM. KVM version is 8.3 and qemu version is 0.12.4 We have network problem. I set guest freebsd network as bridge mode and Status seems active. Default gateway is defined.. When I see network packets with tcpdump, packets are streaming (for example: ARP, requested has 10.6.21.221 ...) But, Guest network doesn't go out. What can be the problem? Any suggestion? Regards -- *Aydın Demirel Endersys Ltd. Sistem Destek Mühendisi/ System Support Engineer* * *<> Phone : +90 216 470 9423 | GSM : +90 530 401 8203 Fax : +90 216 470 9508 | Web : http://www.endersys.com Blog : http://blog.endersys.com Twitter : http://www.twitter.com/endersys LPI : The #1 Linux Certification for IT Professionals LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 10:07:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6E21065670 for ; Fri, 7 Oct 2011 10:07:00 +0000 (UTC) (envelope-from utf128@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5388FC0A for ; Fri, 7 Oct 2011 10:06:59 +0000 (UTC) Received: by wwe3 with SMTP id 3so5304869wwe.31 for ; Fri, 07 Oct 2011 03:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=K+F0+6/wLD7TI93KWglMxr+5UczVM0FDflDkuA9k5Vs=; b=Fu/nDNbBVVp2ohkVwq7ab7QBoS3KSVKS+HaUAFTm3NJdrsF1DYOGwLm7asu/C9S2jn zBy1iYpdaQ0V7JJb/CgYVbbJapj/G/cNHqxpSlxeKPGYVimK76EYiu+Nhd9hNeta6hEM edRHKRsgm6H9WTT8qgxSXq8eWrpARzFT0KIRY= Received: by 10.227.29.85 with SMTP id p21mr2276111wbc.84.1317980130422; Fri, 07 Oct 2011 02:35:30 -0700 (PDT) Received: from [0.0.0.0] (locutus.foosion.org. [62.159.96.98]) by mx.google.com with ESMTPS id o7sm15023821wbh.8.2011.10.07.02.35.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 02:35:29 -0700 (PDT) Message-ID: <4E8EC7EE.80505@gmail.com> Date: Fri, 07 Oct 2011 11:35:42 +0200 From: Michael Schaefer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: Jason Helfman References: <20111007070114.GA46357@eggman.experts-exchange.com> In-Reply-To: <20111007070114.GA46357@eggman.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FBSD82 sec patch -p4, uname still -p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 10:07:00 -0000 On 07.10.2011 09:01, Jason Helfman wrote: > If your kernel wasn't touched during the update, then uname won't bump. but as -p4 for 8.2 fixes FreeBSD-SA-11:05.unix, it should have touched the kernel, shouldn't it? regards - Michael From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 11:33:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BD381065673 for ; Fri, 7 Oct 2011 11:33:56 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 674A48FC0C for ; Fri, 7 Oct 2011 11:33:56 +0000 (UTC) Received: by iage36 with SMTP id e36so2092521iag.13 for ; Fri, 07 Oct 2011 04:33:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=j6U/zl2k6cDwFPUDhNqa78cBc/ShADYd0XXAHcXffbw=; b=YGzMd0WG4CicQa020JmINyEL/5I3Mecf6l5Fy+Wku1EWk0PT8prEiZsEfSxpBaL0U1 HM/obfGsdTby/I36RE9x/DFigRG14L6Zpte+SqIU1Np29qpPJIEgOSugnBjaS0AQb4nH avxiq9XegTXX/OZoh/7nlwZpXLaSVaij9xd0M= MIME-Version: 1.0 Received: by 10.231.70.131 with SMTP id d3mr2993579ibj.90.1317987235880; Fri, 07 Oct 2011 04:33:55 -0700 (PDT) Received: by 10.231.206.73 with HTTP; Fri, 7 Oct 2011 04:33:55 -0700 (PDT) In-Reply-To: <4E8EC7EE.80505@gmail.com> References: <20111007070114.GA46357@eggman.experts-exchange.com> <4E8EC7EE.80505@gmail.com> Date: Fri, 7 Oct 2011 13:33:55 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: FBSD82 sec patch -p4, uname still -p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 11:33:56 -0000 I believe the reason is the following: The changes were to /boot/GENERIC/linux.ko and /boot/GENERIC/linux.ko.symbols and NOT to the *freebsd* kernel /boot/GENERIC/kernel ... So,the freebsd kernel didn't change, uname -a gets its info from the linux kernel (not directly from the /usr/src/sys/conf/newvers.sh file), this is unchanged, hence it still reports -p3 On another system where I have a custom kernel (QUOTA support), as always, I did a makebuild from sources (although stricktly spreaking it in *this* case it was not necessary), did a makeinstall, rebooted, and there uname -a is -p4, which makes sense, since rebuilding the kernel from source files wrote the information contained in /usr/src/sys/conf/newvers.sh into the kernel binary, from which uname -a extracts the patch version .. 2011/10/7 Michael Schaefer > On 07.10.2011 09:01, Jason Helfman wrote: > > If your kernel wasn't touched during the update, then uname won't bump. > > but as -p4 for 8.2 fixes FreeBSD-SA-11:05.unix, it should have touched the > kernel, shouldn't it? > > regards - Michael > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 12:29:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B54E71065674 for ; Fri, 7 Oct 2011 12:29:05 +0000 (UTC) (envelope-from utf128@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 43FF78FC0C for ; Fri, 7 Oct 2011 12:29:04 +0000 (UTC) Received: by wwe3 with SMTP id 3so5490536wwe.31 for ; Fri, 07 Oct 2011 05:29:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=BrYe+I5asgamnMFH+rzSFak0M6ud89mQCNtOzmHsq8Q=; b=tdqtSsV8KJGfkv65h+a3w4Klwi942k1ZKWVAcXwwdfRFRpGozvFmUzNuQzvHB5jF2S yqZNc3aBov2/t6NyNraUVXRH8vUIZ0bnwmNKPtCo2qUmm0sE64OypIILLiOtgDFThjEX 880m28EDO+jI0wY/hibUZ+2BH+5fUEtS6n6Cs= Received: by 10.227.170.130 with SMTP id d2mr246204wbz.78.1317990485630; Fri, 07 Oct 2011 05:28:05 -0700 (PDT) Received: from [0.0.0.0] (locutus.foosion.org. [62.159.96.98]) by mx.google.com with ESMTPS id fy13sm15762126wbb.18.2011.10.07.05.28.03 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 05:28:04 -0700 (PDT) Message-ID: <4E8EF06F.5040109@gmail.com> Date: Fri, 07 Oct 2011 14:28:31 +0200 From: Michael Schaefer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: ndhertbsd@gmail.com References: <20111007070114.GA46357@eggman.experts-exchange.com> <4E8EC7EE.80505@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FBSD82 sec patch -p4, uname still -p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 12:29:05 -0000 well I know about the newvers.sh. But as far as I understand the advisory (and the patch) the file sys/kern/uipc_usrreq.c is modified. I'm not that much into the FreeBSD kernel code. However, isn't this affecting the kernel image? regards - Michael On 07.10.2011 13:33, n dhert wrote: > I believe the reason is the following: > The changes were to /boot/GENERIC/linux.ko and > /boot/GENERIC/linux.ko.symbols > and NOT to the *freebsd* kernel /boot/GENERIC/kernel ... > So,the freebsd kernel didn't change, uname -a gets its info from the linux > kernel (not directly from the > /usr/src/sys/conf/newvers.sh file), this is unchanged, hence it still > reports -p3 > > On another system where I have a custom kernel (QUOTA support), as always, I > did a makebuild from sources > (although stricktly spreaking it in *this* case it was not necessary), did a > makeinstall, rebooted, and there uname -a is -p4, > which makes sense, since rebuilding the kernel from source files wrote the > information contained in /usr/src/sys/conf/newvers.sh into the kernel > binary, from which uname -a extracts the patch version .. > 2011/10/7 Michael Schaefer > >> On 07.10.2011 09:01, Jason Helfman wrote: >>> If your kernel wasn't touched during the update, then uname won't bump. >> >> but as -p4 for 8.2 fixes FreeBSD-SA-11:05.unix, it should have touched the >> kernel, shouldn't it? >> >> regards - Michael >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 12:59:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE1B106566B for ; Fri, 7 Oct 2011 12:59:07 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg30.ifdnrg.com (outbound.ifdnrg.com [193.200.98.138]) by mx1.freebsd.org (Postfix) with ESMTP id 1E9918FC16 for ; Fri, 7 Oct 2011 12:59:06 +0000 (UTC) Received: from [192.168.1.85] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by ifdnrg30.ifdnrg.com (8.14.5/8.14.4) with ESMTP id p97Cx4wb034009 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 7 Oct 2011 13:59:05 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4E8EF79A.3010900@ifdnrg.com> Date: Fri, 07 Oct 2011 13:59:06 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ruby question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 12:59:07 -0000 I will obviously mail the ruby list as well, but on the off chance someone here might be able to help, i have a simple ruby mgmt program listening on a network port, which accepts commands and does appropriate stuff, however restarted services weirdly seem to hold the port of the process, One of the things it does is to restart system services system "/usr/local/etc/rc.d/proftpd start" sockstat -4 -l then shows that the proftpd process is nobody proftpd 30996 1 tcp4 *:21 *:* nobody proftpd 30885 3 tcp4 [hostIP]:844 *:* root ruby 30826 3 tcp4 [hostIP]:844 *:* This doesn't affect the running of the ftp server or the ruby daemon, but it means that i need to restart the various other daemons to release the 844 socket. any thoughts? -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07534206249 e: paul@ifdnrg.com w: http://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 13:44:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6E81065678 for ; Fri, 7 Oct 2011 13:44:30 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from spock-ext.obspm.fr (spock-ext.obspm.fr [145.238.186.3]) by mx1.freebsd.org (Postfix) with ESMTP id E376A8FC12 for ; Fri, 7 Oct 2011 13:44:29 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by spock-ext.obspm.fr (8.14.3/8.14.3/DIO Observatoire de Paris - 15/04/10) with ESMTP id p97DVtu3023369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 7 Oct 2011 15:31:56 +0200 Date: Fri, 7 Oct 2011 15:31:55 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20111007133155.GA98672@obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.4 (spock-ext.obspm.fr [145.238.186.20]); Fri, 07 Oct 2011 15:31:56 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.97.2 at spock-ext.obspm.fr X-Virus-Status: Clean Subject: portversion broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 13:44:30 -0000 Hi all, Since some week portversion -v -l "<" always tell me they don't have anything to update but when I launch portupgrade --all I got many package to upgrade. I'm running 9.0-BETA3 and all my ports is update (through portupgrade). I've already re-install portupgrade package, and recreate pkgdb.db but that don't change anything. Any suggestion ? Regards. -- Albert SHIH DIO batiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Tlphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: ven 7 oct 2011 15:29:40 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 15:18:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC56106567F for ; Fri, 7 Oct 2011 15:18:17 +0000 (UTC) (envelope-from yavuz.maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with ESMTP id A1A518FC15 for ; Fri, 7 Oct 2011 15:18:16 +0000 (UTC) Received: (qmail 33908 invoked by uid 89); 7 Oct 2011 17:51:34 +0300 X-Mail-Scanner: Scanned by qSheff-II-2.1-r3 (http://www.enderunix.org/qsheff/) Received: from ihlasnetym (HELO desktop2002) (yavuz.maslak@ihlas.net.tr@213.238.150.220) by pop3.ihlas.net.tr with SMTP; 7 Oct 2011 17:51:33 +0300 From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Date: Fri, 7 Oct 2011 17:51:35 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcyFAJvBhcBoUdstTAyQZ9ygvBHEHw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Subject: About pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 15:18:17 -0000 I use pipe ( dummynet ) with ipfw for bandwidth on freebsd8 There is a /24 ip blok which is 192.168.1.1 - 254 . I pipe them at 20 Mbps. There is an special ip ( 192.168.1.100 ) in it. I would like to allow this ip at 10 Mbps. The 10 mbps is in the 20 mbps. If the ip doesn't use any usage, I 'd like to be All of 20 mbps can be used by the other ips ( 192.168.1.0/24 ) How can I do that ? Thanks From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 16:37:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB791065670 for ; Fri, 7 Oct 2011 16:37:26 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2818FC17 for ; Fri, 7 Oct 2011 16:37:25 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p97GbLU7061756 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 7 Oct 2011 17:37:21 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p97GbLU7061756 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1318005441; bh=3GGXKHzFxgSQwta6KShQCxImgTCjz7YgP632ZU4ksa0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E8F2ABA.4080005@infracaninophile.co.uk>|Date:=20F ri,=2007=20Oct=202011=2017:37:14=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:7.0.1)=20Gecko/2 0110929=20Thunderbird/7.0.1|MIME-Version:=201.0|To:=20Albert=20Shi h=20|CC:=20freebsd-questions@freebsd.org|Sub ject:=20Re:=20portversion=20broken|References:=20<20111007133155.G A98672@obspm.fr>|In-Reply-To:=20<20111007133155.GA98672@obspm.fr>| X-Enigmail-Version:=201.3.2|OpenPGP:=20id=3D60AE908C|Content-Type: =20multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D" application/pgp-signature"=3B=0D=0A=20boundary=3D"------------enig E64193552C6B2722F42718B4"; b=zK875GzJ/VaLvjRXSTXo9EPjBe+3ncL3kqI1kMLv6TT2WOZ2JdKb/nIaOEzS72v/D JfMs2zqaz6o/MZutIwnWRZK+gvrf9uWjE/Sz9EgV9seOiAyyAwc8esz3fBiXKouUqz HCw8hfpBsdZOojAIj38IhBU8kadBXYOuFb+mY5eI= Message-ID: <4E8F2ABA.4080005@infracaninophile.co.uk> Date: Fri, 07 Oct 2011 17:37:14 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Albert Shih References: <20111007133155.GA98672@obspm.fr> In-Reply-To: <20111007133155.GA98672@obspm.fr> X-Enigmail-Version: 1.3.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE64193552C6B2722F42718B4" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: portversion broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 16:37:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE64193552C6B2722F42718B4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 07/10/2011 14:31, Albert Shih wrote: > Since some week >=20 > portversion -v -l "<" >=20 > always tell me they don't have anything to update but when I launch=20 >=20 > portupgrade --all >=20 > I got many package to upgrade. >=20 > I'm running=20 >=20 > 9.0-BETA3=20 >=20 > and all my ports is update (through portupgrade).=20 >=20 > I've already re-install portupgrade package, and recreate pkgdb.db but = that > don't change anything. There's no INDEX-9 available yet from 'make fetchindex' or by portsnap. Either build your own index, or try pkg_version(1) -- if you don't use the '-I' flag, this compares the versions of installed packages against the version from the port's Makefile. Assumes you have the ports tree checked out on your system. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigE64193552C6B2722F42718B4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6PKsAACgkQ8Mjk52CukIxYQwCfT+MBZe7ytMh8HXbA3W4S/aXI tPYAniQCn6FpRIx/5jv+Cekpa9ofuV43 =0SvZ -----END PGP SIGNATURE----- --------------enigE64193552C6B2722F42718B4-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 17:45:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82203106566C for ; Fri, 7 Oct 2011 17:45:41 +0000 (UTC) (envelope-from lavalamp@probikesllc.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 247BF8FC14 for ; Fri, 7 Oct 2011 17:45:40 +0000 (UTC) Received: (qmail 44206 invoked from network); 7 Oct 2011 17:19:00 -0000 Received: from 216.151.95.152 (HELO vger.digitalfreaks.org) (216.151.95.152) by relay03.pair.com with SMTP; 7 Oct 2011 17:19:00 -0000 X-pair-Authenticated: 216.151.95.152 Date: Fri, 7 Oct 2011 13:18:59 -0400 (EDT) From: "Brian Seklecki (Mobile)" X-X-Sender: lavalamp@vger.digitalfreaks.org To: =?UTF-8?Q?Ayd=C4=B1n_Demirel?= In-Reply-To: <4E8EB1E3.9080502@endersys.com> Message-ID: References: <4E8EB1E3.9080502@endersys.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: KVM - FreeBSD Network Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 17:45:41 -0000 > > What can be the problem? Any suggestion? > Show us: ifconfig -a arp -an netstat -rn netstat -i netstat -s Are other KVM guests on this hypervisor working? Are you briding or routing/NAT from your hypervisor? ~BAS From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 19:01:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FAC1065676 for ; Fri, 7 Oct 2011 19:01:31 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADD28FC28 for ; Fri, 7 Oct 2011 19:01:30 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id C7750E809D2; Fri, 7 Oct 2011 12:01:29 -0700 (PDT) Date: Fri, 7 Oct 2011 12:01:29 -0700 From: Gary Kline To: Polytropon Message-ID: <20111007190129.GA21584@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111007095620.8b78e334.freebsd@edvax.de> Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org, Robert Bonomi Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 19:01:31 -0000 On Fri, Oct 07, 2011 at 09:56:20AM +0200, Polytropon wrote: > Date: Fri, 7 Oct 2011 09:56:20 +0200 > From: Polytropon > Subject: Re: OT: how to tell when i've hit a Fn key? > To: Robert Bonomi > Cc: freebsd-questions@freebsd.org > X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) See 90+ lines below! > > On Fri, 7 Oct 2011 02:36:49 -0500 (CDT), Robert Bonomi wrote: > > > > > Date: Fri, 7 Oct 2011 09:18:57 +0200 > > > From: Polytropon > > > Cc: FreeBSD Mailing List > > > Subject: Re: OT: how to tell when i've hit a Fn key? > > > > > > On Thu, 6 Oct 2011 15:41:17 -0700, Gary Kline wrote: > > > > > > > > I've got a 103-key keyboard. most of them produce the right WAV > > > > file. i was having some trouble with the arrow key, but think i've > > > > found a resolution. next are the Function key, F1 to F12. > > > > > > > > anybody on-list familiar with curses and can help me with this? > > > > right now, most of the function keys output 4 clicks [!]. > > > > > > Capturing PF keys is very easy with ncurses. > > > The macro KEY_F(n), n=1..12, can be checked > > > as the result of the getch() function. The > > > other "special keys" also have such macros > > > assigned. You can find them in the header > > > file /usr/local/include/ncurses/ncurses.h > > > around line 1400. > > > > No need to go chasing that far. > > > > #include > > > > pulls in the macro definitions as well. > > That's what I wanted to suggest. :-) > The NCurses function getch() deals well with the > key macros defined here, so no need to deal with > the zero-byte manually. > > > > > KEY_F(n) supports 'n' values in the range from 0 to 64. > > value of this macro is a range of 64 consecutive values, starting with > > KEY_F0 -- which is defined as *octal* 0410 > > > > it may take a little experimenting to see which key (plus modifier key(s) > > like 'shift','control', etc, map to which 'n' values) > > The port misc/kbdscan can be used to obtain keyboard > information; however: "Please note that this program > will only work in the FreeBSD console", but it works > perfectly in the FreeBSD console (text mode); after > a certain time-out, the program automatically quits > as it will capture _all_ keys like Alt+F(n), ^C and > the like. Sadly, there is no manpage that states this > simple fact. :-( > > In most cases, KEY_F(1) - KEY_F(12) will map to the > physical F1 to F12 keys, KEY_F(13) - KEY_F(24) to > the Shift+F1 to Shift+F12 keys; this mechanism has been > the default idea of providing 24 function keys to keyboards > that only offer 12 of them. But as many things that have > proven to work flawlessly, this might have changed into > something broken, erm "more modern"... > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" well, thanks to everyone who posted. if i had written this a few days ago i would have saved the concrete in my driveway that is now lying, cracked by my head. i still have a few mile--maybe lightyears--to go, but slowly...slowly this is coming back. when ken arnold was working on the early versions of curses i was still learning C. i dont remembr any arrow keys on the old AMD3a terms so wasn't that interested in things-termcap. but what i'm doing with my clicky-keys for those FEW of use who like feedback =proves= that, yes, there are new and interesting uses for curses. :_) i have writeen the rough draft of a curses [or Ncurses] test program that gets rid of the rat-a-tat-tat WAV response whenever i hit a non-std key. say "home" or up-arrow, or F12 or Scroll Lock. how long it will be before i've joined this test program with my kclick stuff is unknown. maybe 45 mins, maybe 75 years. [[that's IFF they've got programming in hell]] **Change-of-topic: the GUI editor that has vi bindings is kate. unfortunately, kate has no abbrevs. i asked the principal developer about that. no answer. his site has a .de suffix. (i was wondering if he doesn't speak english. he may be like me, a linguistic dimwit. then again, he may not think much of my idea. or overwhelingly busy... .) anyway, for now, i think having a GUI editor that the speech disabled can use to have their computer speak what they type is better than using something like vim/gvim. the One Laptop per Child bunch are still interested. their device has a membrane kybd. i have heard that the keys are somewhat hard to use. IF there is another GUI editor that has builtin abbreviations that you guys know of, please senf up some smoke signals:) -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 20:28:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31F36106564A for ; Fri, 7 Oct 2011 20:28:29 +0000 (UTC) (envelope-from nm.knife@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA2548FC1C for ; Fri, 7 Oct 2011 20:28:28 +0000 (UTC) Received: by qadz30 with SMTP id z30so4094130qad.13 for ; Fri, 07 Oct 2011 13:28:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=vRCItPHRcLYvRzUzFvOf622K3la+oILawP0v3Rsbc9A=; b=WIy5Xo6A6uFAHAT779iWmQ+0o0MH8y51RVkPEPcy7XlhQU0noyGA4Pkc8NQre+G2E3 Ek+8ZwXS6hBmNnKTf4NQBcSC6zV0+Bwei85JysRHJcHMaSMGM1fE4HXKvlAO0vEvR44f 0M7GIMxVBQjM5CwXzsfs9LrF8OyUGNmeq7iqg= MIME-Version: 1.0 Received: by 10.229.64.168 with SMTP id e40mr1873026qci.64.1318017688932; Fri, 07 Oct 2011 13:01:28 -0700 (PDT) Received: by 10.229.236.203 with HTTP; Fri, 7 Oct 2011 13:01:28 -0700 (PDT) Date: Fri, 7 Oct 2011 13:01:28 -0700 Message-ID: From: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Linux 64bit compatability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 20:28:29 -0000 Is this development documented anywhere or is there a place to track the status? Is this something planned for a particular version or it won't be done any time soon? -- Lyubomir Grigorov (bgalakazam) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 07:55:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BAA51065670 for ; Sat, 8 Oct 2011 07:55:22 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6D28FC13 for ; Sat, 8 Oct 2011 07:55:22 +0000 (UTC) Received: from r56.edvax.de (port-92-195-41-66.dynamic.qsc.de [92.195.41.66]) by mx01.qsc.de (Postfix) with ESMTP id EC4573D0A2; Sat, 8 Oct 2011 09:55:19 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id p987tJ2H001923; Sat, 8 Oct 2011 09:55:19 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 8 Oct 2011 09:55:19 +0200 From: Polytropon To: Gary Kline Message-Id: <20111008095519.2dc180fb.freebsd@edvax.de> In-Reply-To: <20111007190129.GA21584@thought.org> References: <20111007095620.8b78e334.freebsd@edvax.de> <20111007190129.GA21584@thought.org> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Robert Bonomi Subject: Re: OT: how to tell when i've hit a Fn key? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 07:55:22 -0000 On Fri, 7 Oct 2011 12:01:29 -0700, Gary Kline wrote: > i still have a few mile--maybe lightyears--to go, but > slowly...slowly this is coming back. when ken arnold was > working on the early versions of curses i was > still learning C. i dont remembr any arrow keys on the old > AMD3a terms so wasn't that interested in things-termcap. The UNIX termcap representation differs from what programmers of DOS time (not _that_ DOS, the other one) can remember. So relying on NCurses is the optimal way to go, as it proves to be most portable across UNIX and the various Linusi. > but what i'm doing with my clicky-keys for those FEW of use > who like feedback =proves= that, yes, there are new and > interesting uses for curses. :_) Oh yes, there _are_ interesting uses for (n)curses. :-) > i have writeen the rough draft of a curses [or Ncurses] > test program that gets rid of the rat-a-tat-tat WAV response > whenever i hit a non-std key. say "home" or up-arrow, or > F12 or Scroll Lock. how long it will be before i've joined > this test program with my kclick stuff is unknown. maybe 45 > mins, maybe 75 years. [[that's IFF they've got programming > in hell]] They have. Never wondered where "Windows" comes from? :-) > **Change-of-topic: > > the GUI editor that has vi bindings is kate. unfortunately, > kate has no abbrevs. i asked the principal developer about > that. no answer. his site has a .de suffix. (i was > wondering if he doesn't speak english. he may be like me, > a linguistic dimwit. then again, he may not think much of > my idea. or overwhelingly busy... .) Programmers with no English skillz... hard to believe, but well, in our modern times of "rapid application development" and layers of layers of abstraction of libraries of layers of libraries of abstraction of (cont. ad naus.) it wouldn't be a big surprise. :-) > anyway, for now, i think having a GUI editor that the speech > disabled can use to have their computer speak what they type > is better than using something like vim/gvim. Depends. When moving a mouse pointer or chasing across a full-sized keyboard gets complicated (e. g. with limited movement of arm), the "vi concept" may be superior, especially when the user does more than just writing some few sentences, say he writes a complete document (letter, essay, book); in this case, _not_ having too much shift/alt/ctrl layers could be a benefit. Of course I do acknowledge that using this approach requires learning and training. Those who use vi on a regular basis do know this. The strength of the "vi concept" is that the letter keys and the "mode switch" Esc basically can do all the stuff other editors need Ctrl-something, Alt-something, click-something for - which can be hard to do under specific circumstances. > the One > Laptop per Child bunch are still interested. their device > has a membrane kybd. i have heard that the keys are > somewhat hard to use. That's typical for lowest-end keyboards. Remember IBM's PCjr? Also came with a weird keyboard. Today, you need to stick to old keyboards (and adapters DIN -> PS/2 -> USB -> ?) when you intendedly want a _good_ keyboard. :-) The membrane keyboards often lack a usable tactile feedback (as touch-interfaces do), so they might not be 1st choice in every place. > IF there is another GUI editor that has builtin > abbreviations that you guys know of, please senf up some > smoke signals:) Abbreviations are a _professional_ feature, while GUI editors do not seem to cater the kind of users who _want_ those features, they are not the primary target group. The result: Some GUI editors even have limited keyboard support, expecting a continuous "click & wait" flow. Summary: Depends. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 08:35:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F488106564A for ; Sat, 8 Oct 2011 08:35:12 +0000 (UTC) (envelope-from unix.hacker@comcast.net) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id 116F18FC0A for ; Sat, 8 Oct 2011 08:35:11 +0000 (UTC) Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by QMTA11.westchester.pa.mail.comcast.net with comcast id i8ZQ1h0041YDfWL5B8bCbv; Sat, 08 Oct 2011 08:35:12 +0000 Received: from [192.168.2.2] ([68.43.224.227]) by omta20.westchester.pa.mail.comcast.net with comcast id i8bA1h0094uzdYs3g8bBvh; Sat, 08 Oct 2011 08:35:11 +0000 Message-ID: <4E900B3F.9010400@comcast.net> Date: Sat, 08 Oct 2011 04:35:11 -0400 From: Allen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: pkg_upgrade seems to try server that isn't right X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 08:35:12 -0000 Hi all, I recently started taking BSD more seriously, and I'm coming from using Windows first, then, trying to learn DOS, and seeing there was no point outside of a hobby, and, Linux and BSD at very similar points in time, however, I always seemed to stick with Linux a little more. The main reasons were ease of updating software installed. (My first exposure to FreeBSD was when I was walking around Best Buy one day, and, after having bought multiple versions of Linux from there, and BeOS, I one day saw the "BSD PowerPak" for sale for 59 dollars, which came with FreeBSD 4.0) this was around the year 2000. I saw Unix and, being that I was just starting in Computers, and didn't know much other than that I REALLY wanted something more Unix like that wasn't Linux, I instantly bought the BSD thing without thinking twice. I noticed it was very different from Linux; In Linux, even Slackware, updating Software that had Security Flaws in it was as simple as using wget to grab the updated version, and upgradepkg to install it. At the time, FreeBSD's version meant screwing with source code, and, not wanting to run a system totally insecure, I would install it for a while, use it, and then generally use something else I could keep patched easier. I noticed a little while ago I had "upgrade_pkg" and since I have 0 Ports (I don't need to squeeze out extra performance, I'm not running a Server, so I only compile when I have to, and I like Binaries more so I generally install my software either with sysinstall, or, pkg_add -r whateverIWant) and then, get emailed that my software has a security flaw, and from there it usually went down hill. Well, now I have Hardware security in place, and that allowed me to not worry about it as much, su, I started reading the man page. I saw that I could do this: upgrade_pkg -a When I ran this, I noticed it was trying to get to a server about FreeBSD Release 8, and freebsd-update, uses the right one. freebsd-update grabs patches no problem, but for software packages it doesn't touch them, though I DO wish it did.... If I could code in C, the first thing I would do, would be to build a Package for FreeBSD that basically was like this: fbsdupdate --update --all That would download, and install, ALL Security and Bug Fixes, no matter if it was in the base system, the ports, or whatever. Since I'm no coder, I can't though. But I did wonder why it wouldn't work. I read through the man page, looking to see if it showed a file it uses to decide where to contact the server, but there isn't one. So basically, how do you make upgrade_pkg work the way it says in the man page? I basically figured I'd run upgrade_pkg -af and let it update and reinstall everything, and Hoped that would patch it, but it kept going for some FreeBSD8-RELEASE server saying it couldn't contact it, and as I said, freebsd-update works fine, grabbing things from the server for FreeBSD-RELEASE 8.2 which is what I'm running. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 16:46:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD8D106566B for ; Sat, 8 Oct 2011 16:46:10 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s2.blu0.hotmail.com (blu0-omc4-s2.blu0.hotmail.com [65.55.111.141]) by mx1.freebsd.org (Postfix) with ESMTP id D4D718FC12 for ; Sat, 8 Oct 2011 16:46:09 +0000 (UTC) Received: from BLU0-SMTP208 ([65.55.111.136]) by blu0-omc4-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 8 Oct 2011 09:46:09 -0700 X-Originating-IP: [76.182.105.57] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.105.57]) by BLU0-SMTP208.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 8 Oct 2011 09:46:07 -0700 Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3SGD3K722yz2CG46 for ; Sat, 8 Oct 2011 12:40:13 -0400 (EDT) Date: Sat, 8 Oct 2011 12:40:13 -0400 From: Carmel To: FreeBSD Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 08 Oct 2011 16:46:07.0821 (UTC) FILETIME=[C6E537D0:01CC85D9] Subject: Problem with Samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 16:46:10 -0000 I probably should be asking this on the Samba forum; however, I thought I would start here. A few days ago the Samba shares on my FreeBSD-8.2 amd64 machine stopped showing up on my Windows machines. All of them to be precise. I removed all of the old Samba logs after having shut it down and then restarted it. This error message is being printed in the "log.nmdb" file: [2011/10/08 12:30:30, 0] nmbd/nmbd_mynames.c:35(my_name_register_failed) my_name_register_failed: Failed to register my name SCORPIO<20> on subnet 192.168.1.101. [2011/10/08 12:30:30, 0] nmbd/nmbd_namelistdb.c:307(standard_fail_register) standard_fail_register: Failed to register/refresh name SCORPIO<20> on subnet 192.168.1.101 [2011/10/08 12:30:30, 0] nmbd/nmbd_mynames.c:35(my_name_register_failed) my_name_register_failed: Failed to register my name SCORPIO<03> on subnet 192.168.1.101. [2011/10/08 12:30:30, 0] nmbd/nmbd_namelistdb.c:307(standard_fail_register) standard_fail_register: Failed to register/refresh name SCORPIO<03> on subnet 192.168.1.101 [2011/10/08 12:30:30, 0] nmbd/nmbd_mynames.c:35(my_name_register_failed) my_name_register_failed: Failed to register my name SCORPIO<00> on subnet 192.168.1.101. [2011/10/08 12:30:30, 0] nmbd/nmbd_namelistdb.c:307(standard_fail_register) standard_fail_register: Failed to register/refresh name SCORPIO<00> on subnet 192.168.1.101 This only started a few days ago. I do need to get this network back up however. -- Carmel ✌ carmel_ny@hotmail.com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 18:58:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028F8106566C for ; Sat, 8 Oct 2011 18:58:35 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s1.blu0.hotmail.com (blu0-omc4-s1.blu0.hotmail.com [65.55.111.140]) by mx1.freebsd.org (Postfix) with ESMTP id AF5BD8FC08 for ; Sat, 8 Oct 2011 18:58:34 +0000 (UTC) Received: from BLU0-SMTP267 ([65.55.111.135]) by blu0-omc4-s1.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 8 Oct 2011 11:58:34 -0700 X-Originating-IP: [76.182.105.57] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.105.57]) by BLU0-SMTP267.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 8 Oct 2011 11:58:33 -0700 Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3SGH6w1MQ8z2CG4d for ; Sat, 8 Oct 2011 14:58:32 -0400 (EDT) Date: Sat, 8 Oct 2011 14:58:31 -0400 From: Carmel To: FreeBSD In-Reply-To: References: Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 08 Oct 2011 18:58:33.0219 (UTC) FILETIME=[46B8BD30:01CC85EC] Subject: Re: Problem with Samba (SOLVED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 18:58:35 -0000 I discover the problem. A soon to be "former" employee decided to change the name of the router to the same name as the FreeBSD server. Why, I do not know. Once I discovered this, I reverted the name to its original state, rebooted the router and all is well. -- Carmel ✌ carmel_ny@hotmail.com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 23:36:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0D86106566B for ; Sat, 8 Oct 2011 23:36:05 +0000 (UTC) (envelope-from masmidow@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6DBCA8FC0C for ; Sat, 8 Oct 2011 23:36:05 +0000 (UTC) Received: by qadz30 with SMTP id z30so4493729qad.13 for ; Sat, 08 Oct 2011 16:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=DOuJn3YhbAl8LiF2XV3MVx+kW5jmgEKDyO+wqe+NTK8=; b=ZolfDiyoZ1HaShyLea22/eNv957YmrBu4QBaqniWHpDLvSY1qvnDFWmihYN+udi0Ot rMcHrK/bb/zms7CsX4HHfke3HxXEYIj/9R1zovDVqokBsLKvC1JoSxm+PkmWHd6oxuy1 ltPPAopwxdC4MBJWDeXZYQYYYdK2h2uq6Ugek= Received: by 10.224.195.2 with SMTP id ea2mr6374033qab.70.1318115511169; Sat, 08 Oct 2011 16:11:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.71.75 with HTTP; Sat, 8 Oct 2011 16:11:31 -0700 (PDT) From: Michael Starr Date: Sat, 8 Oct 2011 16:11:31 -0700 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: New FreeBSD User | HP Doesn't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 23:36:05 -0000 Hello Everyone, I am a brand new FreeBSD user with minimal Unix knowledge. I have "successfully" installed FreeBSD on a computer dedicated to the operating system. However, after rebooting, the machine can't boot, nor get into BIOS. I installed the system from a bootable USB stick. I would try another fresh install, but currently I can't do anything. Could someone please direct me to a solution? I hope I did not irrevocably alter my BIOS. Any help would be deeply appreciated. Thank you. Computer: HP dvr6 2150us (laptop) -- Michael Starr masmidow@gmail.com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 23:52:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E14B61065670 for ; Sat, 8 Oct 2011 23:52:21 +0000 (UTC) (envelope-from axel@ucs.com) Received: from exchange.ranch.com (ranch.com [184.183.2.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE478FC0A for ; Sat, 8 Oct 2011 23:52:21 +0000 (UTC) Received: from localhost (70.176.122.205) by exchange.ranch.com (10.1.1.64) with Microsoft SMTP Server id 8.1.436.0; Sat, 8 Oct 2011 16:52:20 -0700 Date: Sat, 8 Oct 2011 16:52:38 -0700 From: Colin Barnabas To: Michael Starr , FreeBSD Questions Message-ID: <20111008235238.GB3136@hs1.VERBENA> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: New FreeBSD User | HP Doesn't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 23:52:22 -0000 The chances that you have inadvertently altered your BIOS are quite slim. What does the machine display when you try to boot? On Sat, Oct 08, 2011 at 04:11:31PM -0700, Michael Starr wrote: > Hello Everyone, > > I am a brand new FreeBSD user with minimal Unix knowledge. I have > "successfully" installed FreeBSD on a computer dedicated to the operating > system. However, after rebooting, the machine can't boot, nor get into BIOS. > I installed the system from a bootable USB stick. I would try another fresh > install, but currently I can't do anything. Could someone please direct me > to a solution? I hope I did not irrevocably alter my BIOS. Any help would be > deeply appreciated. Thank you. > > Computer: HP dvr6 2150us (laptop) > > -- > Michael Starr > masmidow@gmail.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"