Re: Why PostgreSQL doesn't start with shared_buffers=6GB ?

2012-11-06 Thread Shane Ambler
On 05/11/2012 11:24, Yuri wrote: When I am setting shared_buffers=6GB in postgresql.conf it fails to start: DETAIL: Failed system call was shmget(key=5432001, size=6612361216, 03600). even though kern.ipc.shmmax is set to ~7GB: $ sysctl -a | grep shm kern.ipc.shm_allow_removed: 0

Re: Groupping restored partitions into slices

2012-11-06 Thread Thomas Mueller
Short version: Is it possible to group existing partitions into slices without affecting data? Long version: I had a disk sliced/partitioned like this: ad4s1 ad4s1a ad4s1b (swap) ad4s1d ad4s1e ad4s1f ad4s2 (storage) ad4s3 ad4s3a ad4s3b (swap) ad4s3d ad4s3e

SDXC compatibility

2012-11-06 Thread Da Rock
Not to bug people, but is there support for sdxc in any version of FBSD? (9.x would be nice :) ) I understand it is mostly in the fs (exfat), and as such there is a fuse module for it, but I'm concerned at a hardware/driver level- namely speeds. Any light on what happens when one uses a fs other

Re: Groupping restored partitions into slices

2012-11-06 Thread Snow Mountains
Thomas, thank you for reply! No, it wasn't dangerously dedicated disk. However, what is the exact command to add ad4s1 and ad4s3 using bsdlabel? Is it possible at all? I thought I should use fdisk or gpart for that. Thanks, Sergi M ___

Re: Groupping restored partitions into slices

2012-11-06 Thread Thomas Mueller
Thomas, thank you for reply! No, it wasn't dangerously dedicated disk. However, what is the exact command to add ad4s1 and ad4s3 using bsdlabel? Is it possible at all? I thought I should use fdisk or gpart for that. Thanks, Sergi M You use fdisk to create what FreeBSD calls slices such

FreeBSD 8.3 udp_input() kernel panic

2012-11-06 Thread Rick Miller
Hi All, I posted a blog yesterday with regards to a FreeBSD kernel panic in FreeBSD 8.3 at http://blog.hostileadmin.com/2012/11/05/freebsd-kernel-panic-in-udp_input/ in case anyone has any interest... -- Take care Rick Miller ___

marking packets in IPFW and recognize them in PF

2012-11-06 Thread s m
hello every body i want to mark some of my packets (by tag, mark, divert or anything else) in IPFW and recognize these packets in PF in the same system. please let me know if it is possible and how i can do that. i have freebsd 8.2. if it is impossible in freebsd 8.2, what about freebsd 9? can

Re: Groupping restored partitions into slices

2012-11-06 Thread Snow Mountains
Thomas, thank you very much for your mail, but that isn't what I asked. Of course, I know that bsdlabel -R ad0s1 new_label_file writes new labels to ad0s1. My question is: what to do if I _lost_ s1, s2, and s3 - how to recover _them_ first? Without that, all I can do is to write labels table

Upgrading Using FreeBSD Update

2012-11-06 Thread Jinsong Zhao
Hi there, I am going to upgrade my FreeBSD 8.2-RELEASE to 9.1-RELEASE according to http://www.freebsd.org/releases/9.0R/installation.html However, I don't know how to follow the step below: ##start here## # freebsd-update install At this point, users of systems being upgraded from

Re: Upgrading Using FreeBSD Update

2012-11-06 Thread jb
Jinsong Zhao jszhao at yeah.net writes: ... My questions is: how to rebuild all third-party applications? I have kept the ports tree up to date using # portsnap fetch update and # portmaster -Ga every day. ... I would advise you to drop -G option and use these entries: # portsnap fetch

firefox i18n: no more french

2012-11-06 Thread Patrick Lamaiziere
Hello, For and unknown reason here, Firefox (16.0 and ESR) doesn't want to be in french anymore. Does i18n work for you? I use directly the fr.xpi (cd /usr/ports/www/firefox-i18n, make extract), then I add the .xpi via the firefox addons menu. That worked like a charm before. The fr language

Re: firefox i18n: no more french

2012-11-06 Thread Boris Samorodov
06.11.2012 23:34, Patrick Lamaiziere пишет: Hello, For and unknown reason here, Firefox (16.0 and ESR) doesn't want to be in french anymore. Does i18n work for you? I use directly the fr.xpi (cd /usr/ports/www/firefox-i18n, make extract), then I add the .xpi via the firefox addons menu.

FreeBSD 9.1 RC3 fails boot on Ivy Bridge?

2012-11-06 Thread Antonio Vieiro
Hi all, I just downloaded 9.1 RC3 (amd64 USB img) and I tried to install it on an Ivy Bridge CPU system (Gigabyte Z77 DS3H motherboard) without success: the system starts to boot but suddenly blows up and reboots. I tried to boot with verbose mode but this does not help to determine the

trying to build a port for vagrant and failing

2012-11-06 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Currently, I am trying to write up a port for vagrant, a VirtualBox managment thing (http://vagrantup.com/). I am failing with the dependencies and would be grateful for some help. I have BUILD_DEPENDS=

Re: trying to build a port for vagrant and failing

2012-11-06 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/6/12 4:00 PM, Christopher J. Ruwe wrote: Currently, I am trying to write up a port for vagrant, a VirtualBox managment thing (http://vagrantup.com/). I am failing with the dependencies and would be grateful for some help. I have

Mac Issue

2012-11-06 Thread Chandra Shekhar
Hi, Tell me how create shadow file of Boot Volume(on which OS is running) under MAC OS. Thanks Regards CS Disclaimer: The information contained in this e-mail, including any attachments to it, is confidential and intended only for the person(s) to whom it is addressed. Any

Re: Upgrading Using FreeBSD Update

2012-11-06 Thread Jinsong Zhao
Hi, My questions is: how to rebuild all third-party applications? I have kept the ports tree up to date using # portsnap fetch update and # portmaster -Ga every day. ... I would advise you to drop -G option and use these entries: # portsnap fetch update # portmaster -f portmaster #

tyre business

2012-11-06 Thread towaytyre
Hello! I am Eastle from China,special in exporting kinds of tyres, such as truck tyres, car tyres, off the road tyres,special machine tyres and assorted wheels,inner tubes etc. Regs, Eastle Feng ___ freebsd-questions@freebsd.org

Re: Groupping restored partitions into slices

2012-11-06 Thread Thomas Mueller
Thomas, thank you very much for your mail, but that isn't what I asked. Of course, I know that bsdlabel -R ad0s1 new_label_file writes new labels to ad0s1. My question is: what to do if I _lost_ s1, s2, and s3 - how to recover _them_ first? Without that, all I can do is to write labels