Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-16 Thread Polytropon
On Mon, 16 Sep 2013 20:33:15 +0200, Roland Smith wrote: On Mon, Sep 16, 2013 at 01:57:51AM +0200, Polytropon wrote: On Sun, 15 Sep 2013 21:00:22 +0200, Roland Smith wrote: Personally I don't think TeX is a good fit for the ports tree (because of duplication of effort). I have to add

Re: Updating texlive-base with portupgrade fails (sort of)

2013-09-16 Thread Bryan Drewery
On 8/25/2013 2:39 PM, Carmel wrote: Using portupgrade-devel-20130718,3 installed from the ports system, attempting to update texlive-base always ends like this: --- Build of print/texlive-base ended at: Sun, 25 Aug 2013 15:25:25 -0400 (consumed 00:11:57) --- Updating dependency info ---

Re: test if script called by cron

2013-09-16 Thread Polytropon
On Mon, 16 Sep 2013 23:28:17 -0400, kpn...@pobox.com wrote: On Mon, Sep 16, 2013 at 02:05:04PM +0200, Polytropon wrote: On Mon, 16 Sep 2013 12:26:59 +0100, Paul Macdonald wrote: Is there a simple way of testing whether a given script was called via cron, I'd rather find a solution

Re: NFS file modes consistency among different operating systems

2013-09-16 Thread aurfalien
From your non MS$ clients, open a shell and type umask, what returns? Sounds like your default umask needs changing is all. I would suggest going with a umask of 775 and ensuring all ppl requiring mod access be group members of what you have settled on. - aurf On Sep 16, 2013, at 8:41 PM,

Re: NFS file modes consistency among different operating systems

2013-09-16 Thread Mehmet Erol Sanliturk
On Mon, Sep 16, 2013 at 11:53 PM, aurfalien aurfal...@gmail.com wrote: From your non MS$ clients, open a shell and type umask, what returns? Sounds like your default umask needs changing is all. I would suggest going with a umask of 775 and ensuring all ppl requiring mod access be group

Re: NFS file modes consistency among different operating systems

2013-09-16 Thread aurfalien
When a file is modified by a user , Whats that users umask? - aurf ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: NFS file modes consistency among different operating systems

2013-09-16 Thread aurfalien
When a file is modified by a user Also curious whats that users group? - aurf ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Diskless question

2013-09-15 Thread Bill Tillman
From: Bernt Hansson b...@bananmonarki.se To: Bernt Hansson b...@bananmonarki.se Cc: Julian H. Stacey j...@berklix.com; freebsd-questions@freebsd.org Sent: Saturday, September 14, 2013 12:37 PM Subject: Re: Diskless question On 2013-09-14 15:41, Bernt

Re: howto kill x if x is running?

2013-09-15 Thread Polytropon
On Sat, 14 Sep 2013 23:20:46 -0700, Gary Kline wrote: say that I have a utility xxx running sometimes. xxx is soaking up a chunk of my load. I have to use top to find if xxx is running, then kill -9 to kill xxx and have a steady load of, say, between 0.10 and 0.15.

Re: howto kill x if x is running?

2013-09-15 Thread Matthew Seaman
On 15/09/2013 07:20, Gary Kline wrote: I've evidently had too many pain meds; this shelll script should be easy. say that I have a utility xxx running sometimes. xxx is soaking up a chunk of my load. I have to use top to find if xxx is running, then kill -9 to kill

Re: pkg_create: corrupted record for package

2013-09-15 Thread Alexandre
On Sun, Sep 15, 2013 at 4:23 PM, Carmel carmel...@hotmail.com wrote: When running portmaster, I have run into this problem with a few ports: === Creating a backup package for old version kdeartwork-4.10.5 pkg_create: corrupted record for package kdeartwork-4.10.5 (pkgdep line without

Re: pkg_create: corrupted record for package

2013-09-15 Thread Carmel
On Sun, 15 Sep 2013 16:56:20 +0200 Alexandre articulated: Have you tried this? # portmaster --check-depends Yes, it ran to completion but fixed nothing. -- Carmel ✌ carmel...@hotmail.com Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To

Re: pkg_create: corrupted record for package

2013-09-15 Thread Alexandre
On Sun, Sep 15, 2013 at 5:11 PM, Carmel carmel...@hotmail.com wrote: On Sun, 15 Sep 2013 16:56:20 +0200 Alexandre articulated: Have you tried this? # portmaster --check-depends Yes, it ran to completion but fixed nothing. -- Carmel ✌ carmel...@hotmail.com Carmel, # grep ^@pkgdep

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Roland Smith
the problems, since there seem to be remains of teTeX in the system, but they are needed for some essential facilities and I do not dare ripping them off. Was your machine updated from 9.x to CURRENT? In that case you should really remove _all_ ports and re-install them. That is the only way to get rid

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Tim Daneliuk
On 09/15/2013 02:00 PM, Roland Smith wrote: Personally I don't think TeX is a good fit for the ports tree (because of duplication of effort). I installed TeXLive using its own installer long before it was present in the ports tree. Since TeXLive is very complete and self-contained, I don't have

Re: syslog-ng33 fails to build

2013-09-15 Thread CyberLeo Kitsana
On 09/13/2013 01:53 AM, C. L. Martinez wrote: Hi all, I am trying to build syslog-ng33 (release 3.3.9) using a poudriere server, but build process fails: snip configure: error: in `/wrkdirs/usr/ports/sysutils/syslog-ng33/work/syslog-ng-3.3.9': configure: error: The pkg-config script

Re: Installworld on amd64 fails on libc.a on r255342

2013-09-15 Thread CyberLeo Kitsana
On 09/13/2013 02:46 PM, Eir Nym wrote: I get this error for a while, and don't know what to do with. I build the world, then try to install it into DESTDIR. And at this point I always get error that libc.a can't be found. To eliminate any mistakes in commits I've run snapshot r255342 from

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Polytropon
On Sun, 15 Sep 2013 21:00:22 +0200, Roland Smith wrote: Personally I don't think TeX is a good fit for the ports tree (because of duplication of effort). In conclusion, that could be said about many other software that brings its own package management. Of course, LaTeX is a big and complex

Re: syslog-ng33 fails to build

2013-09-15 Thread Outback Dingo
On Sun, Sep 15, 2013 at 7:40 PM, CyberLeo Kitsana cyber...@cyberleo.netwrote: On 09/13/2013 01:53 AM, C. L. Martinez wrote: Hi all, I am trying to build syslog-ng33 (release 3.3.9) using a poudriere server, but build process fails: snip configure: error: in

Re: howto kill x if x is running?

2013-09-15 Thread Gary Kline
Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 27 years of service to the Unix community. On Sun, Sep 15, 2013 at 07:56:17AM +0100, Matthew Seaman wrote: On 15/09/2013 07:20, Gary Kline wrote: I've evidently had too many pain meds; this shelll

Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1?

2013-09-14 Thread Vladyslav Shtabovenko
It seems that KMS is indeed not enabled. VT switching works and the driver loaded is just i915. Thanks for your help! Am 10.09.2013 um 19:51 schrieb CeDeROM cede...@tlen.pl: On Tue, Sep 10, 2013 at 4:08 PM, Sean DuBois s...@siobud.com wrote: Another good check (right now) is to switch to a

Re: Diskless question

2013-09-14 Thread Julian H. Stacey
Hi, Reference: From: Bernt Hansson b...@bananmonarki.se Date: Sat, 14 Sep 2013 09:36:58 +0200 Bernt Hansson wrote: Hello list! I have a setup with a diskless machine and working, but I can not log in as root on the diskless. How to proceed? Log in as non root see what

Re: Network Question

2013-09-14 Thread Daniel Nang
fixed IP and hostname for the DHCP clients based on the MAC addresses. Best wishes Eugene -Original Message- From: Daniel Nang Sent: Thursday, September 12, 2013 11:16 PM To: Adam Vande More Cc: freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I

Re: Network Question

2013-09-14 Thread Al Plant
To: Adam Vande More Cc: freebsd-questions@freebsd.org mailto:freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put

Re: Network Question

2013-09-13 Thread Frank Leonhardt
On 12/09/2013 20:16, Daniel Nang wrote: That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.example.com which results in ssh: Could not resolve hostname

Re: Geom Multipath

2013-09-13 Thread Dan Nelson
In the last episode (Sep 12), Outback Dingo said: does geom_multipath have some automatic type detection of mutipath drives? like in solaris? or is it all a manual process of labelling and such ?? It's all manual. Your two options are either gmultipath create, which will build a temporary

Re: which port (qt4 part?) contains linguist.dcf et al.?

2013-09-13 Thread Chris Kelley
Just a quick search through ports/x11-toolkits: /usr/ports/x11-toolkits # grep -R linguist.dcf * qt33/pkg-plist:share/doc/qt/html/linguist.dcf Looks to be x11-toolkits/qt33. Cheers, Chris On Sep 13, 2013, at 9:34 AM, Gary Aitken free...@dreamchaser.org wrote: Can someone tell me which port

Re: which port (qt4 part?) contains linguist.dcf et al.?

2013-09-13 Thread Gary Aitken
On 09/13/13 10:47, Chris Kelley wrote: Just a quick search through ports/x11-toolkits: /usr/ports/x11-toolkits # grep -R linguist.dcf * qt33/pkg-plist:share/doc/qt/html/linguist.dcf Looks to be x11-toolkits/qt33. How old is your ports tree? According to freshports it expired on 20130-7-01

Re: Network Question

2013-09-13 Thread Al Plant
, September 12, 2013 11:16 PM To: Adam Vande More Cc: freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2

Re: Network Question

2013-09-13 Thread Eugene
, September 13, 2013 10:28 PM To: Eugene Cc: freebsd-questions@freebsd.org ; Daniel Nang Subject: Re: Network Question Eugene wrote: Hi Daniel, The easiest way is to check the LAN Config (or similar) page of the router. They usually allow one to specify fixed IP and hostname for the DHCP clients

Re: which port (qt4 part?) contains linguist.dcf et al.?

2013-09-13 Thread Chris Kelley
Fair enough. I grabbed that from a vanilla 9.1-RELEASE install that hasn't had any updates to the tree. I now see that it has been removed after updating the ports tree on that box. /usr/ports.old/x11-toolkits/qt33 # cat distinfo SHA256 (KDE/qt-x11-free-3.3.8.tar.bz2) =

Re: Shared object libaprutil-1.so.4 not found, required by libserf-1.so.0

2013-09-12 Thread Antonio Olivares
On Thu, Sep 12, 2013 at 12:36 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 11/09/2013 21:03, Antonio Olivares wrote: [Info 19:57:22] Updating 'freebsd_texlive' source ports tree with method 'svn'. Shared object libaprutil-1.so.4 not found, required by libserf-1.so.0 [Error

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-12 Thread Pablo Carboni
Hi Damien (I'm sorry for delay) Thanks for your comments (specially for the tips / experience with your -STABLE boxes) Regards, Pablo Carboni. On Wed, Sep 4, 2013 at 2:57 PM, Damien Fleuriot m...@my.gd wrote: However minor the issue seems, I think it warrants a PR, if at least so the entry

Re: Network Question

2013-09-12 Thread Daniel Nang
Just read your mail. I will have to take some time, to look into what you have said, as I have not yet used the concepts that you spoke about. Another solution would be to install a new network card into both computers and assign static ip addresses to them, but I do not want to do that. Daniel

Re: Network Question

2013-09-12 Thread Adam Vande More
On Thu, Sep 12, 2013 at 1:45 PM, Daniel Nang daniel.nan...@gmail.comwrote: Hello, I have two computers, both running FreeBSD, accessing the web via DHCP from the router. The setup looks like this: Internet

Re: cant mount CD

2013-09-12 Thread Polytropon
On Thu, 12 Sep 2013 10:13:28 +0200, Matthias Apitz wrote: # mount -t cd9660 -o -e /dev/acd0 /mnt mount_cd9660: /dev/acd0: Invalid argument Try cd instead of acd. The acd interface has been deprecated in favour of SCSI over ATA for optical devices (including ATAPI CD and DVD drives). #

Re: Network Question

2013-09-12 Thread Daniel Nang
That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.example.com which results in ssh: Could not resolve hostname machine2.example.com: hostname nor servname

Re: Network Question

2013-09-12 Thread Kurt Buff
On Thu, Sep 12, 2013 at 11:51 AM, Adam Vande More amvandem...@gmail.com wrote: On Thu, Sep 12, 2013 at 1:45 PM, Daniel Nang daniel.nan...@gmail.comwrote: Hello, I have two computers, both running FreeBSD, accessing the web via DHCP from the router. The setup looks like this:

Re: Network Question

2013-09-12 Thread Adam Vande More
On Thu, Sep 12, 2013 at 2:06 PM, Kurt Buff kurt.b...@gmail.com wrote: There's the rub. How do you determine the IP address of the other machine? Normally I look at /var/db/dhcpd/dhcpd.leases. Pretty much all of the home routers also have the information accessible on it's administration

Re: Network Question

2013-09-12 Thread Eugene
, 2013 11:16 PM To: Adam Vande More Cc: freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.example.com

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Polytropon
On Thu, 12 Sep 2013 16:13:11 -0600, Gary Aitken wrote: On 09/12/13 15:51, Polytropon wrote: On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Polytropon
On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? It is possible. The OS provides the newfs_msdos

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 15:51, Polytropon wrote: On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? It is

Re: mount: /dev/ada0p1: Device busy Busy with what?

2013-09-12 Thread Polytropon
On Fri, 13 Sep 2013 00:54:01 +0200, Per olof Ljungmark wrote: I have apart from the boot drives a SATA disk for storage. Usually I would mount it with mount /dev/ada0p1 /archive but as my last reboot into FreeBSD 9.1-STABLE #0 r252369 I cannot mount the disk, I get mount: /dev/ada0p1:

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Warren Block
On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? Sure, it's possible. For maximum compatibility, I'd suggest

Re: mount: /dev/ada0p1: Device busy Busy with what?

2013-09-12 Thread Per olof Ljungmark
On 2013-09-13 01:30, Polytropon wrote: On Fri, 13 Sep 2013 00:54:01 +0200, Per olof Ljungmark wrote: I have apart from the boot drives a SATA disk for storage. Usually I would mount it with mount /dev/ada0p1 /archive but as my last reboot into FreeBSD 9.1-STABLE #0 r252369 I cannot mount

Re: cant mount CD

2013-09-12 Thread Matthias Apitz
El día Thursday, September 12, 2013 a las 02:23:59PM +0100, Paul Wootton escribió: On 09/12/13 09:13, Matthias Apitz wrote: # mount -t cd9660 -o -e /dev/acd0 /mnt mount_cd9660: /dev/acd0: Invalid argument It's not a UDF format disk is it? If so, try mount_udf instead Thanks to Paul, UDF

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
argument Normally there is a /dev/da0s1. I suspect I *should* have used /dev/da0s1 in the newfs_msdos cmd. So, attempting to re-establish the partitions: #gpart create -s MBR da0 da0 created # gpart show -l da0 = 63 7837633 da0 MBR (3.8G) 63 7837633 - free - (3.8G) # gpart

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Fbsd8
: Invalid argument Normally there is a /dev/da0s1. I suspect I *should* have used /dev/da0s1 in the newfs_msdos cmd. So, attempting to re-establish the partitions: #gpart create -s MBR da0 da0 created # gpart show -l da0 = 63 7837633 da0 MBR (3.8G) 63 7837633 - free - (3.8G

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 17:52, Warren Block wrote: On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? Sure, it's possible.

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Warren Block
On Thu, 12 Sep 2013, Gary Aitken wrote: On 09/12/13 17:52, Warren Block wrote: On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 20:58, Warren Block wrote: On Thu, 12 Sep 2013, Gary Aitken wrote: On 09/12/13 17:52, Warren Block wrote: On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system.

Re: Proper way to share ZFS via NFS

2013-09-11 Thread krad
If you cant cope with multiple operating systems and their differences you are probably in the wrong job. On 10 September 2013 19:39, Steve O'Hara-Smith st...@sohara.org wrote: On Tue, 10 Sep 2013 12:10:13 +0100 krad kra...@gmail.com wrote: which is why you shouldnt use /etc/exports for

Re: Proper way to share ZFS via NFS

2013-09-11 Thread Matthias Gamsjager
Offtopic but since when is it ok the behave like this in the freebsd mailing list. Really no need to get personal... On Wed, Sep 11, 2013 at 8:50 AM, krad kra...@gmail.com wrote: If you cant cope with multiple operating systems and their differences you are probably in the wrong job. On 10

Re: Proper way to share ZFS via NFS

2013-09-11 Thread krad
point taken brain not properly booted up this morning it seems On 11 September 2013 07:59, Matthias Gamsjager mgamsja...@gmail.com wrote: Offtopic but since when is it ok the behave like this in the freebsd mailing list. Really no need to get personal... On Wed, Sep 11, 2013 at 8:50 AM,

Re: supported desktops

2013-09-11 Thread Adam Vande More
On Wed, Sep 11, 2013 at 11:30 AM, atar atar.yo...@gmail.com wrote: hi there!! just wanted to know please which desktops environments are supported by freeBSD. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html -- Adam Vande More

Re: supported desktops

2013-09-11 Thread atar
Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: question

2013-09-11 Thread Polytropon
On Wed, 11 Sep 2013 09:41:31 +0200, Pawel Sulewski wrote: How to recognize kernel panic and dump memory state onto USB device using C language? The kernel has its own crash handling and will initiate the writing of the proper image automatically. It will be stored on the partition designated by

Re: Disk Organization

2013-09-11 Thread Warren Block
On Wed, 11 Sep 2013, Gmail (tzoi516) wrote: The FreeBSD Handbook is a great source. Will section 4.5 be updated to reflect and amplify on the information in 2.7? I didn't realize 4.5 was MBR specific initially. Thanks. The MBR-specific information in that section and the rest of the

Re: Shared object libaprutil-1.so.4 not found, required by libserf-1.so.0

2013-09-11 Thread Matthew Seaman
On 11/09/2013 21:03, Antonio Olivares wrote: [Info 19:57:22] Updating 'freebsd_texlive' source ports tree with method 'svn'. Shared object libaprutil-1.so.4 not found, required by libserf-1.so.0 [Error 19:57:22] Subversion update failed. [Error 19:57:22] Failed to update the

Re: Disappointing dependency introduced in 9.1 (from 8-STABLE)

2013-09-11 Thread Matthew Seaman
On 12/09/2013 05:53, Michael Sierchio wrote: Because I build a lot of embedded devices with serial consoles, I was in the habit of hacking /boot/loader by commenting out a line in a Makefile that enables terminal emulation /sys/boot/i386/libi386/Makefile: #CFLAGS+= -DTERM_EMU and then

Re: Proper way to share ZFS via NFS

2013-09-10 Thread krad
which is why you shouldnt use /etc/exports for zfs datasets. Just because you can do something doesn't mean you should eg dancing down the motorway at night in dark clothing is never a good idea, no matter how confident you are in your skills. On 9 September 2013 15:22, Steve O'Hara-Smith

Re: Proper way to share ZFS via NFS

2013-09-10 Thread Polytropon
On Tue, 10 Sep 2013 12:10:13 +0100, krad wrote: which is why you shouldnt use /etc/exports for zfs datasets. Just because you can do something doesn't mean you should eg dancing down the motorway at night in dark clothing is never a good idea, no matter how confident you are in your skills.

Re: lpd(8) sending email to the wrong address

2013-09-10 Thread Warren Block
On Tue, 10 Sep 2013, Olivier Nicole wrote: My printing system is archaic, based on lpr(8), but it works fine for centralizing printing from Windows (with Samba), Mac and Linux clients. Plus it includes a printing quota system, so I am reluctant to change. Don't apologize, many people use lpd

Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1?

2013-09-10 Thread Sean DuBois
The only way to have KMS support in 9.1 right now is to build with WITH_NEW_XORG=true and WITH_KMS=true in your make.conf, do you have these flags enabled? Another good check (right now) is to switch to a text console VT switching is not enabled so the screen will stay black (See

Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1?

2013-09-10 Thread Vladyslav Shtabovenko
I see. Currently I'm using the stock 9.1 release kernel. It is rather painful to compile something on that laptop (Pentium M with ~1 GHz). I'll have access to the machine only this Friday. Then I'll check the thing with the text console. Thanks! Am 10.09.2013 16:08, schrieb Sean DuBois: The

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
Whatever changed, happened between r253683 (July 26) and r255451 (today). On Tue, 10 Sep 2013, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are serviced by LSI 2008 controllers with a RAID1 array

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Kenneth D. Merry
On Tue, Sep 10, 2013 at 12:35:02 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:11:38 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 11:21:02 -0700, Dennis Glatting wrote: Today I

Re: openjdk; iced-tea; itweb-javaws does not open

2013-09-10 Thread Antonio Olivares
Dear folks, I run test java on the browser and it works there. But I launch *.jnlp file and it does not do anything. Java was working correctly before updating iced-tea and openjdk. Advice/suggestions are greatly appreciated to get it working again. Best Regards, Antonio On Fri, Sep 6,

Re: HPN, nonecipher in 8.4

2013-09-10 Thread Johan Hendriks
Op dinsdag 10 september 2013 schreef javocado (javoc...@gmail.com): I have some questions about HPN and ssh, specifically: - does 8.4-RELEASE have HPN ssh built in by default? - if the only reason I ever installed openssh-portable port was to get HPN, is there any reason to add that port

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 11:21:02 -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are serviced by LSI 2008 controllers with a RAID1 array housing the

Re: ufs recovery

2013-09-10 Thread Laszlo Danielisz
Dear All, It looks like I'm able to recover all of the deleted files. I'm using UFS Explorer Professional Recovery, I'm working on it for more than 30 hours, its a long time but it works! Yaaay! Laci Sent from my mobile. On 2013.09.09., at 0:36, kpn...@pobox.com wrote: On Mon, Sep 09, 2013

Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1?

2013-09-10 Thread CeDeROM
On Tue, Sep 10, 2013 at 4:08 PM, Sean DuBois s...@siobud.com wrote: Another good check (right now) is to switch to a text console VT switching is not enabled so the screen will stay black (See https://wiki.freebsd.org/Intel_GPU) This is realy painful that there is no text console :-( This is

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Kenneth D. Merry
On Tue, Sep 10, 2013 at 12:11:38 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 11:21:02 -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are

Re: ufs recovery

2013-09-10 Thread Polytropon
On Tue, 10 Sep 2013 22:38:46 +0200, Laszlo Danielisz wrote: Dear All, It looks like I'm able to recover all of the deleted files. I'm using UFS Explorer Professional Recovery, I'm working on it for more than 30 hours, its a long time but it works! If recovery works, time does not matter.

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread John
On Tue, Sep 10, 2013 at 11:21:02AM -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are serviced by LSI 2008 controllers with a RAID1 array housing the operating system. These systems no longer

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:35:02 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:11:38 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:11:38 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 11:21:02 -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee

Re: Proper way to share ZFS via NFS

2013-09-10 Thread Steve O'Hara-Smith
On Tue, 10 Sep 2013 12:10:13 +0100 krad kra...@gmail.com wrote: which is why you shouldnt use /etc/exports for zfs datasets. Just because Not so clear, if you are using a mixture of filesystems you may very sensibly opt to keep all your export controls in one place, similarly if you

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
On Tue, 10 Sep 2013, John wrote: On Tue, Sep 10, 2013 at 11:21:02AM -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are serviced by LSI 2008 controllers with a RAID1 array housing the operating

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Kenneth D. Merry
On Tue, Sep 10, 2013 at 11:21:02 -0700, Dennis Glatting wrote: Today I updated several systems against stable/9 that had not bee updated in ~five months. Two of the systems are serviced by LSI 2008 controllers with a RAID1 array housing the operating system. These systems no longer

Re: Problems with stable/9 and LSI controlers?

2013-09-10 Thread Dennis Glatting
Both servers work with this patch applied. On Tue, 2013-09-10 at 14:29 -0600, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:35:02 -0700, Dennis Glatting wrote: On Tue, 10 Sep 2013, Kenneth D. Merry wrote: On Tue, Sep 10, 2013 at 12:11:38 -0700, Dennis Glatting wrote: On Tue, 10 Sep

Re: ttys file question

2013-09-09 Thread Jack Mc Lauren
But I can not connect to my server with this configuration. But if I change ttyu6 to cuau6, everything works fine! I don't understand the difference, would you please explain the reason for me? In short the tty devices are for outgoing connections, the cua devices are for incoming

Re: ttys file question

2013-09-09 Thread Steve O'Hara-Smith
On Sun, 8 Sep 2013 23:13:37 -0700 (PDT) Jack Mc Lauren jack.mclau...@yahoo.com wrote: Thanks. Another question is how can I change the default values of e.g. databits, stopbits and ... for the device? I can set the speed in /etc/ttys. Look at the man pages for sio and stty - all the

Re: Proper way to share ZFS via NFS

2013-09-09 Thread krad
always the zfs commands for zfs filesystems, otherwise why else would they be there? Do it manually and you could get conflicts later down the line On 6 September 2013 19:43, aurfalien aurfal...@gmail.com wrote: Hi, Wondering whats the correct way to share ZFS, /etc/exports or via zfs

Re: ZFS Snapshots Not able to be accessed under .zfs/snapshot/name

2013-09-09 Thread dweimer
On 08/16/2013 8:49 am, dweimer wrote: On 08/15/2013 10:00 am, dweimer wrote: On 08/14/2013 9:43 pm, Shane Ambler wrote: On 14/08/2013 22:57, dweimer wrote: I have a few systems running on ZFS with a backup script that creates snapshots, then backs up the .zfs/snapshot/name directory to make

Re: Proper way to share ZFS via NFS

2013-09-09 Thread Steve O'Hara-Smith
On Fri, 6 Sep 2013 11:43:03 -0700 aurfalien aurfal...@gmail.com wrote: Hi, Wondering whats the correct way to share ZFS, /etc/exports or via zfs commands which alter /etc/zfs/exports? As far as I can see both work just fine. The first has the benefit that it puts your ZFS exports in

Re: When statically linked Abort trap: 6 (core dumped)

2013-09-09 Thread Matthew Seaman
On 09/09/13 13:21, Unga wrote: This is FreeBSD 9.1 on i386. My program works well without any issue when all libraries are dynamically linked. But when some libraries are statically link and run it develops: Abort trap: 6 (core dumped) How I compile and link: cc myprog.c -Wall -O \

Re: When statically linked Abort trap: 6 (core dumped)

2013-09-09 Thread Unga
- Original Message - From: Matthew Seaman matt...@freebsd.org To: freebsd-questions@freebsd.org Cc: Sent: Monday, September 9, 2013 2:23 PM Subject: Re: When statically linked Abort trap: 6 (core dumped) On 09/09/13 13:21, Unga wrote: This is FreeBSD 9.1 on i386. My program

Re: ZFS Snapshots Not able to be accessed under .zfs/snapshot/name

2013-09-09 Thread Shane Ambler
On 09/09/2013 22:38, dweimer wrote: A quick update on this, in case anyone else runs into it, I did finally try on the 2nd of this month to delete my UFS volume, and create a new ZFS volume to replace it. I recreated the Squid cache directories and let squid start over building up cache. So

Re: lpd(8) sending email to the wrong address

2013-09-09 Thread Polytropon
On Tue, 10 Sep 2013 11:44:09 +0700, Olivier Nicole wrote: When a print job is failing, lpr will try to send a warning email to user@client but that e,ail address does not exist; is there a way to send email at user@default.domain instead? Depending on your sendmail setup, you could probably

Re: What's happening to my asciidoc?

2013-09-08 Thread David Demelier
On 06.09.2013 22:52, Warren Block wrote: On Fri, 6 Sep 2013, David Demelier wrote: 2013/9/6 Warren Block wbl...@wonkity.com: asciidoc \ -a data-uri \ -a icons \ -a iconsdir=/usr/local/etc/asciidoc/images/icons \ -d article \ -a stylesheet=~/docs/stylesheets/wb-html.css \ -a

Re: Let People Find You in Google!

2013-09-08 Thread Graham Todd
Isn't this pure SPAM? Why yes it is. Would you prefer it mixed with non-spam to make it more palatable? Now, Now, I never expected to see sarcasm on this list:-) As far as I remember, this post wasn't the only incidence of SPAM that day, and so I'd have to agree with you. Until the Mods

Re: Spam control (was: Let People Find You in Google!)

2013-09-08 Thread Graham Todd
There has indeed been a higher spam:ham ratio on this list of late, however making it subscriber-only won't help. The crims need only spoof the address of someone subscribed to the list to bypass that, and I suspect a few spammers have registered using false addresses anyway (leading to a bounce

Re: ufs recovery

2013-09-08 Thread Frank Leonhardt
On 08/09/2013 09:46, Laszlo Danielisz wrote: Hi, By mistake I forgot to edit my crontab on my FreeBSD 8.3 after I took out one of the hard drives. I had a little rsync script which I used to synchronise a directory between those two hard drives, because one of the hard drives were not present

Re: ufs recovery

2013-09-08 Thread Laszlo Danielisz
Hi Frank, Thank you very much for the information! Meanwhile I've found this software: http://www.ufsexplorer.com/, I'm going to give a try. Regards, Laci Sent from my mobile. On 2013.09.08., at 11:07, Frank Leonhardt freebsd-...@fjl.co.uk wrote: On 08/09/2013 09:46, Laszlo Danielisz

Re: ufs recovery

2013-09-08 Thread Frank Leonhardt
On 08/09/2013 10:39, Laszlo Danielisz wrote: On 2013.09.08., at 11:07, Frank Leonhardt freebsd-...@fjl.co.uk mailto:freebsd-...@fjl.co.uk wrote: On 08/09/2013 09:46, Laszlo Danielisz wrote: Hi, By mistake I forgot to edit my crontab on my FreeBSD 8.3 after I took out one of the hard

RE: ufs recovery

2013-09-08 Thread Graeme Dargie
Assuming the disk has not been written to, then making a full DD image of the drive is your 1st step, then make a copy of that DD image and store it somewhere safe in case something goes wrong with the one you are working on. You can try Foremost which can recover data even deleted stuff from a

Re: ufs recovery

2013-09-08 Thread Laszlo Danielisz
Thanks Graeme, Also my vga card is broken, probably tomorrow I'm getting a new one and I can give a try. On 2013 September 8 Sunday at 6:16 PM, Graeme Dargie wrote: Assuming the disk has not been written to, then making a full DD image of the drive is your 1st step, then make a copy of

Re: ttys file question

2013-09-08 Thread Steve O'Hara-Smith
On Sun, 8 Sep 2013 09:40:44 -0700 (PDT) Jack Mc Lauren jack.mclau...@yahoo.com wrote: But I can not connect to my server with this configuration. But if I change ttyu6 to cuau6, everything works fine! I don't understand the difference, would you please explain the reason for me? In

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