g_vfs_done and error 11 (EDEADLK)

2013-08-23 Thread J. Porter Clark
Anyone know why FreeBSD would give g_vfs_done errors with EDEADLK?

Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65968111616, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65968373760, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65968635904, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65968865280, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65969127424, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65969389568, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65969651712, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65969881088, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65970143232, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65970405376, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65970667520, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65970896896, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65971159040, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65971421184, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65971683328, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65971912704, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[READ(offset=81416159232, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():gpt/enc.eli[WRITE(offset=65848246272, 
length=32768)]error = 11
Aug 22 15:31:14 drum kernel: g_vfs_done():ufs/var[WRITE(offset=1275428864, 
length=16384)]error = 11

The gpt/enc.eli is a GELI partition. ufs/var is not.  If I go to
the offset in ufs/var, it turns out to point to the syslog entry
corresponding to the previous line.  What's really strange is
that none of the files on either disk appear to be corrupted.

smartctl shows no errors on either drive. dding the entire drive
produces no errors.  The GELI drive is exported via samba.  The
errors are triggered when accessing the samba share from a PC.
This is not reliably repeatable.

My question is: What does error = 11 mean in this context?

FreeBSD drum.msfc.nasa.gov 9.2-PRERELEASE FreeBSD
9.2-PRERELEASE #0 r254654: Thu Aug 22 09:13:25 CDT 2013
j...@drum.msfc.nasa.gov:/usr/obj/usr/src/sys/BORODIN9 i386

-- 
J. Porter Clark  jpc2...@inbox.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Terrible disk performance with LSI / FreeBSD 9.2-RC1

2013-08-10 Thread J David
To follow up on this issue, at one point the stats were down to this:

extended device statistics
device r/s   w/skr/skw/s qlen svc_t  %b
da00.0   0.0 0.0 0.00   0.0   0
da10.0   0.0 0.0 0.00   0.0   0
da2  127.9   0.0   202.3 0.01  47.5 100
da3  125.9   0.0   189.3 0.01  43.1  97
da4  127.9   0.0   189.8 0.01  45.8 100
da5  128.9   0.0   206.3 0.00  42.5  99
da6  127.9   0.0   202.3 0.01  46.2  98
da70.0 249.7 0.0   334.2   10  39.5 100

At some point, I figured out that 125 random iops is pretty much the
limit for 7200 RPM SATA drives.  So mostly what we're looking at here
is the resilver of a raidz2 is the pathological worst case.  Lesson
learned; raidz2 is just really not viable without some kind of sort on
the resilver operations.  Wish I understood ZFS well enough to do
something about that, but research suggests the problem is
non-trivial. :(

There also seems to be a separate ZFS issue related to having a very
large number of snapshots (e.g. hourly for several months on a couple
of filesystems).  Some combination of the OS updates we've been doing
trying to get this machine to 9.2-RC1 and deleting a ton of snapshots.
 It would be nice to know which it was; I guess we'll find out in a
few months.

So it seems like the combination of these two issues is mostly what
is/was plaguing us.

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: Terrible disk performance with LSI / FreeBSD 9.2-RC1

2013-08-07 Thread J David
On Wed, Aug 7, 2013 at 3:15 PM, James Gosnell jamesgosn...@gmail.com wrote:
 Maybe one of your drives is bad, so it's constantly doing error correction?

Not according to SMART; all the drives report no problems.  Also, all
the drives seem to perform in lock-step for both reading and writing.
E.g. when one drive in an array is failing, all the drives may be
pulling the same # of reads, but the failing drive will often report
100% busy and/or multi-second svc_t's and the others will sit at 4%
with 20msec svc_t's or similar.  In this case, it's acting like the
disks are all hugely overloaded.   Except without even the high
svc_t's I typically associate with overworking an array.

The speeds do fluctuate.  Last night it was down to 64k/sec reads per
drive (about 15 reads/sec) and still reporting 90% busy on all drives.

It feels like some sort of issue with the
bus/controller/kernel/driver/ZFS that is affecting all the drives
equally.

Also, even ls takes forever (10-30 seconds for ls -lh /) but when it
eventually does finish, time ls -lh / reports:

0.02 real 0.00 user 0.00 sys

Really not sure what to make of that. An attempt to do ps axlww |
fgrep ls while the ls was running failed, because the ps hangs just
as long as the ls.  So it's like the system is just repeatedly putting
anything that touches the disks on hold, even if all the data being
requested is clearly in cache.  (Even apparently loading the binary
for /bin/ls or doing ls -lh / twice in a row.)

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


Terrible disk performance with LSI / FreeBSD 9.2-RC1

2013-08-06 Thread J David
We have a machine running 9.2-RC1 that's getting terrible disk I/O
performance.  Its performance has always been pretty bad, but it
didn't really become clear how bad until we did a zpool replace on one
of the drives and realized it was going to take 3 weeks to rebuild a
1TB drive.

The hardware specs are:
- 2 x Xeon L5420
- 32 GiB RAM
- LSI Logic SAS 1068E
- 2 x 32GB SSD's
- 6 x 1TB Western Digital RE3 7200RPM SATA

The LSI controller has the most recent firmware I'm aware of
(6.36.00.00 / 1.33.00.00 dated 2011.08.24), is in IT mode, and appears
to be working fine:

mpt0 Adapter:
   Board Name: USASLP-L8i
   Board Assembly: USASLP-L8i
Chip Name: C1068E
Chip Revision: B3
  RAID Levels: none

mpt0 Configuration: 0 volumes, 8 drives
drive da0 (30G) ONLINE FTM32GL25H 10 SATA
drive da1 (29G) ONLINE SSDSA2SH032G1GN 8860 SATA
drive da2 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA
drive da3 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA
drive da4 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA
drive da5 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA
drive da6 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA
drive da7 (931G) ONLINE WDC WD1002FBYS-0 0C05 SATA

The eight drives are configured as ZIL, L2ARC on SSD and a six drive
raidz2 on the spinning disks.

We did a ZFS replace on the last drive in the line, and the resilver
is proceeding at less than 800k/sec.

extended device statistics
device r/s   w/skr/skw/s qlen svc_t  %b
da00.0   0.0 0.0 0.10   0.9   0
da10.0   8.2 0.019.90   0.1   0
da2  125.6  23.0   768.240.54  33.0  88
da3  126.6  23.1   769.041.34  32.3  89
da4  126.0  24.0   768.542.74  32.1  88
da5  125.9  22.0   768.240.14  31.6  87
da6  124.0  22.0   766.639.95  31.4  84
da70.0 136.9 0.0   801.30   0.6   4

The system has plenty of free RAM, is 99.7% idle, has nothing else
going on, and runs like a one-legged dog.

There are no error messages or any sign of a problem anywhere, other
than the really terrible performance.  (When not rebuilding, it does
light NFS duty.  That performance is similarly bad, but has never
really mattered.)

Similar systems running Solaris put out 10x these numbers claiming 30%
busy instead of 90% busy.

Does anyone have any suggestions for how I could troubleshoot this
further?  At this point, I'm kind of at a loss as to where to go from
here.  My goal is to try to phase out the Solaris machines, but this
is kind of a roadblock.

Thanks for any advice!
___
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: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread J . McKeown

Quoting Frank Leonhardt fra...@fjl.co.uk:



There are two common ways of defining a subnet mask - one is a  
dotted quad (e.g. 255.255.255.0) and the other is with a slash and  
the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here  
means you get 2^8 addresses (i.e. 256). Don't use the first and last  
address in the range - the first is complicated (the network  
address) and the last is for broadcast packets. This doesn't always  
hold true but you're unlikely to come across exceptions.


This is the wrong way round. the number after the slash indicates the  
number of bits in the network address - the high-order bits.


So, when you say you want to define a network with mask 8 I don't  
really know what you mean from your example. Do you mean a /8?


192.168.1.0/8 = range 192.168.1.1192.168.1.254 with a subnet  
mask of 255.255.255.0 (0xFF00)


Nope. 192.168.1.0/24 = 192.168.1.1-255 mask 255.255.255.0.  
192.168.1.0/8 doesn't start where you think it does (and is arguably  
the wrong way to specify that network) because all but the first 8  
bits are masked out - it's 192.0.0.0 - 192.255.255.255.


___
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: Access guard

2013-07-07 Thread Christopher J. Umina
You could also use grok
(https://code.google.com/p/semicomplete/wiki/Grok also in ports) to
watch the logs and perform actions based on them.

On Sun, Jul 7, 2013 at 12:51 PM, Jos Chrispijn j...@webrz.net wrote:
All,
Thanks for the replies, I will check them out!
best regards,
Jos Chrispijn
 ___
 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



-- 
Christopher J. Umina
ch...@uminac.com
781 354 0535
___
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: X client without X server

2013-07-04 Thread Christopher J. Umina
You can remove leaf ports using pkg_cutleaves once everything is
installed. You can even remove pkg_cutleaves with pkg_cutleaves if you
don't want it anymore.

On Wed, Jul 3, 2013 at 11:44 PM, Olivier Nicole
olivier.nic...@cs.ait.ac.th wrote:
 Hi,

 Just my 2¢ worth on this. Sure, one always wants to keep overhead low. But
 the days of limited RAM, small hard drives, etc...are long since behind us.

 My concern is when portupgrade -a. The more ports on the system, the
 more likely the upgrade will fail. So I'd prefer to have as little
 unused ports as possible.

 Not to mention that security wise, having unused ports sitting there
 is not too good.

 Best regards,

 Olivier
 ___
 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



-- 
Christopher J. Umina
ch...@uminac.com
781 354 0535
___
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: buildworld selectively?

2013-06-09 Thread Gary J. Hayers

Have a read of the man page for /etc/src.conf

On 09/06/2013 19:52, Walter Hurry wrote:

As a relative newcomer to FreeBSD I am planning a 'make buildworld' for
the first time. Since this is likely to be a lengthy process (my first
attempt will be in a virtual machine), I am wondering whether it is
possible to be at all selective about what is built.

I have read the handbook section thoroughly, and shall follow the
procedure recommended. I have also consulted 'man make.conf', but have
been unable to establish an answer.

For example, I do not require 'games'.

Is there a way of achieving this?

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




--
Regards,
Gary J. Hayers
g...@hayers.org

PGP Signature
http://www.hayers.org/pgp
___
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: buildworld selectively?

2013-06-09 Thread Gary J. Hayers

No worries, no such thing as a silly question :)

On 09/06/2013 20:51, Walter Hurry wrote:

On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote:


Have a read of the man page for /etc/src.conf

On 09/06/2013 19:52, Walter Hurry wrote:

As a relative newcomer to FreeBSD I am planning a 'make buildworld' for
the first time. Since this is likely to be a lengthy process (my first
attempt will be in a virtual machine), I am wondering whether it is
possible to be at all selective about what is built.

I have read the handbook section thoroughly, and shall follow the
procedure recommended. I have also consulted 'man make.conf', but have
been unable to establish an answer.

For example, I do not require 'games'.

Is there a way of achieving this?


Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if
it was a silly question.

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




--
Regards,
Gary J. Hayers
g...@hayers.org

PGP Signature
http://www.hayers.org/pgp
___
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: mail/claws-mail: exporting mail filters?

2013-06-08 Thread Herbert J. Skuhra
On Sat, 8 Jun 2013 09:04:12 +0200
O. Hartmann ohart...@zedat.fu-berlin.de wrote:
 
 Since I use on several boxes private and in the deprtment the same
 email accounts, I'd like to export the mail filters I created and
 import them to other boxes. I didn't figure out yet how to perform this
 task on claws-mail. I realized that this is still a point still under
 construction on close to every platform I used for mailing.
 
 Does anyone has an idea?

1. Ask on the claws mailing list?
2. Use a search engine?
3. Search the claws mailing list archive on gmane?
4. Read the claws-mail man page?
5. Copy ~/.claws-mail/matcherrc?

-- 
Herbert
___
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


slice and partition in FreeBSD 9.1

2013-05-27 Thread J Ronald
During the installation of FreeBSD 9.1 using bsdintall, it seems the concept 
has been changed.
In the Partition Editor, using GPT, no slice concept, no partition that using 
a/b/c/d.
Is the partition mechanism simplified here?
___
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


Task bar missed when creating PC-BSD release 9.1 64 bit VM in VMware Workstation Version 98.02 build-1031769

2013-05-20 Thread Chou, David J
Hi,

I  am trying to create a virtual machine of PC-BSD release 9.1 64 bit in VMware 
Workstation Version 98.02 build-1031769 based on PCBSD9.1-x64-DVD.iso 
downloaded from ftp://mirrors.isc.org/pub/pcbsd/9.1/amd64/PCBSD9.1-x64-DVD.iso 
in Windows 7 64 bits system. The screen resolution is 1280x1024,  if I chose 
Yes  in Confirm Resolution window to keep the autodetec, then after the 
whole creation process finished, and login in as a created user, the task 
doesn't appear in the bottom below the desktop.  If I powered off the VM, and 
changed the Display setting to Specificy monitor settings with Maximum 
resolution set to 1024 x 768 by Virtual Machine Settings in Workstation, 
and repower on the VM, then the task bar appears on the bottom below desktop.

What is the issue?  Did I miss anything during the VM creation?

Thanks.

David






, and setup network configuration and installed Firefox 20.0 by AppCafe, and 
configured the network setting in Preference-Advanced of Firefox, and I could  
access Internet.

Now I need to build my own customized kernel, but there is no src subdirectory 
in /usr, so here is my question:
1.Is there any way to install kernel source when I create the  
virtual machine from PCBSD9.1-x64-DVD.iso ?
2.Any BKM to get the kernel source after the Virtual Machine 
already created as my case now?

Thanks!

Regards,
David

___
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


How to get kernel source code of free-BSD release 9.1

2013-05-19 Thread Chou, David J
Hi,

I  have created a virtual machine of PC-BSD release 9.1 64 bit in VMware Player 
Version 5.0.0 build-812388 based on PCBSD9.1-x64-DVD.iso downloaded from 
ftp://mirrors.isc.org/pub/pcbsd/9.1/amd64/PCBSD9.1-x64-DVD.iso , and setup 
network configuration and installed Firefox 20.0 by AppCafe, and configured the 
network setting in Preference-Advanced of Firefox, and I could  access 
Internet.

Now I need to build my own customized kernel, but there is no src subdirectory 
in /usr, so here is my question:

  1.  Is there any way to install kernel source when I create the  virtual 
machine from PCBSD9.1-x64-DVD.iso ?
  2.  Any BKM to get the kernel source after the Virtual Machine already 
created as my case now?

Thanks!

Regards,
David

___
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: Status of Chromium port...

2013-05-15 Thread J. Porter Clark
On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:
 14.05.2013 23:48, Peter Harrison:
 Hello list!
 
 Does anyone know the status of the Chromium port? It's stuck at v25 with 
 multiple vulnerabilities. Updated versions have been available for a while, 
 but haven't been brought into ports. I've emailed the maintainer but not had 
 a response. Anyone know better?
 
 I'm building v27 from port now. Looks like many things have changed
 since v25 - new dependencies, the build flows differently. Seems to
 be a major update.

Indeed, seems a real mess now.  I told it not to use
pulseaudio, it wants to install it anyway, along with gdbm and
accessibility/speech-dispatcher.  WTF?  Might want to hold off
until some of this gets fixed...

-- 
J. Porter Clark  j...@porterclark.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem creating user account

2013-04-23 Thread Herbert J. Skuhra

Den 23.04.2013 13:17, skrev AMS_MDF_operations:

LS,
What is going ewrong?

Problem : Creating user account

-bash-2.05b$ uname -a
FreeBSD us-syslog01.dcn.versatel.net 4.9-RELEASE-p10 FreeBSD
4.9-RELEASE-p10 #1: Thu Jun 24 10:04:37 GMT 2004
r...@syslog1.versatel.net:/usr/obj/usr/src/sys/SYSLOG  i386
-bash-2.05b$


This version of FreeBSD is 9 years old and long EOL'ed.
Have you ever considered upgrading this machine?



-bash-2.05b$ sudo adduser
Use option ``-silent'' if you don't want to see all warnings and
questions.

Check /etc/shells
Check /etc/master.passwd
Check /etc/group
Usernames must match regular expression:
[Usernames must match regular expression]:
Enter your default shell: bash csh date no sh tcsh [bash]:
Your default shell is: bash - /usr/local/bin/bash
Enter your default HOME partition: [/home]:
Copy dotfiles from: /usr/share/skel no [/usr/share/skel]:
Send message from file: /etc/adduser.message no [no]:
Do not send message
Use passwords (y/n) [y]:

Ok, let's go.
Don't worry about mistakes. I will give you the chance later to 
correct

any input.
Enter username [Usernames must match regular expression]: l-ong
Username doesn't match the regexp /Usernames must match regular
expression/


For this message I deleted an existing user, and try to create this 
same

user.
Also this failed, see below


I guess someone has modified /etc/adduser.conf or the adduser script 
after this user has been created.

Have you checked?

--
Herbert




___
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: 9-STABLE doesn't boot: can't load 'kernel'

2013-04-16 Thread J David
loader.conf was empty and there's no 4k gnops, geli, anything like that.
 This is a 100% normal install.

Although, since you mentioned 4k blocks, I did leave a gap between ada0p1
and ada0p2 to start the root partition on a 4k boundary.  (It's an SSD that
will almost never be written to once installed, so that might be a bit
silly, but it's a habit already.)

I decided to try this again without the gap, and that seems to have worked.
 I made it through install and partitioning and OS updating to 9-STABLE and
installing new boot blocks and it seems to have worked.  I even got it to
work with a ZFS root.

Here's the partition table I ended up with:

=   34  234441581  ada0  GPT  (111G)
 34990 1  freebsd-boot  (495k)
   1024  226051072 2  freebsd-zfs  (107G)
  2260520968389519 3  freebsd-swap  (4.0G)

I'm not sure why this would make a difference, but either it does or doing
it cleared out whatever else was wrong.  This box will be stress tested and
rebooted quite a bit in the next few days, so I will report back if it
comes unglued. :)

Thanks for the suggestion!
___
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


9-STABLE doesn't boot: can't load 'kernel'

2013-04-15 Thread J David
After installing 9.1-RELEASE amd64 on a system, it boots up fine.  If I
then build and install a new 9-STABLE kernel  world, reboots die in the
loader with:

can't load 'kernel'

This is a pretty straightforward system, one drive, not large (128GB SSD).
 GPT partitioned, gptboot boot code.  One UFS root partition to boot from,
a swap partition and, the rest for ZFS.

(At first I tried to do this system with root-on-ZFS but that also failed,
adding unable to load zpool by guid or similar before the can't load
'kernel' message.)

Once this happens, the disk is unbootable.  I can start from the install CD
and access the disk just fine, but even if I move kernel.old back to
kernel, it doesn't boot anymore.  Likewise, it doesn't matter if I
overwrite the boot code with gptboot  pmbr from the install CD or the new
ones from /boot after installworld.

The disk looks like:

# gpart show
= 34 234441581 ada0 GPT (111G)
34 222 1 freebsd-boot (111k)
256 1792 - free - (896k)
2048 8388608 2 freebsd-ufs (4.0G)
8390656 8388608 3 freebsd-swap (4.0G)
16779264 217662351 4 freebsd-zfs (103G)

In the loader:
BTX loader 1.00  BTX version is 1.02
Consoles: internal video/keyboard
BIOS drive C: is disk0
BIOS 621kB/2067924kB available memory

FreeBSD/x86 bootstrap loader, Revision 1.1
(root@builder, Mon Apr 15 09:14:38 UTC 2013)

can't load 'kernel'

Type '?' for a list of commands, 'help' for more detailed help.
OK show
[…]
currdev=disk0p2:
[…]
loaddev=disk0p2:
[…]
OK lsdev
cd devices:
disk devices:
   disk0: BIOS drive C:
pxe devices:
OK ls
open '/' failed: no such file or directory
OK help
Verbose help not available, use '?' to list commands

So it's getting the boot device right (disk0p2 / ada0p2), but can't see it
at all.

Does anyone know what might be wrong?

Thanks for any advice!
___
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


Organic SEO for Freebsddiary.org

2013-02-18 Thread Diana J. Blevins







	p style=margin-bottom:0infont color=#ffFreebsddiary.org  
fontfontTeam,/font/font/font/p

p style=margin-bottom:0infont color=#fffontfontI
thought you might like to know some of the reasons why you are not
getting enough Social Media and Organic search engine traffic for span  
style=font-weight:normalFreebsddiary.org/spanb

/b/font/font/font
/p
p style=margin-bottom:0infont color=#ff1.Your website  
Freebsddiary.org is not ranking top in Google organic search for many  
competitive keyword phrases./font/p
p style=margin-bottom:0infont color=#ff2. Your website profile  
is not available in most of the Social Media Websites./font/p
p style=margin-bottom:0infont color=#ff3. Your site has 119  
Google back links, this can be improved further./font/p

p style=margin-bottom:0infont color=#fffontfontThere
are many additional improvements that could be made to your website,
and if you would like to learn about them, and are curious to know
what our working together would involve, then I would be glad to
provide you with a detailed analysis in the form of a bWEBSITE
AUDIT REPORT for FREE/b./font/font/font/p
p style=margin-bottom:0infont color=#fffontfontOur
clients consistently tell us that their customers find them because
they are at the top of the Google search rankings.  Being at the top
left of Google (#1- #3 organic positions) is the best thing you can
do for your company#39;s website traffic and online reputation.  
/font/font/font

/p
p style=margin-bottom:0infont color=#fffontfontI
found your site in the Google search and after having a look over
your website I think you should go for an SEO campaign to boost your
marketing strategy./font/font/font/p
p style=margin-bottom:0infont color=#fffontfontSounds
interesting? Feel free to email us or alternatively you can provide
me with your phone number and the best time to call  
you./font/font/font/p
p style=margin-bottom:0infont  
color=#fffontfont--WBR--WBR-

/font/font/font
/p
p style=margin-bottom:0infont color=#fffontfontBest
Regards,brbDiana J. Blevins/bbrbSEO Consultant/bbr(301)  
859-4903/font/font/font/p
p style=margin-bottom:0infont  
color=#fffontfont--WBR--WBR--

/font/font/font
/p
p style=margin-bottom:0infont color=#fffontfontbPS1/b:
This is onetime email and you may ask us to “REMOVE” you from our
mailing list. /font/font/font
/p
p style=margin-bottom:0infont color=#fffontfontbPS2/b:
I found your site from online advertising but did not click.  
/font/font/font

/p
p style=margin-bottom:0infont color=#fffontfontbPS3/b:
We operate 24 x7. I will be happy to send you links to price
list,refund policy, client rankings, client testimonials, “How
we are different from others?”, and “Why should you choose us?”
on receiving a response from you./font/font/font/pp  
style=margin-bottom:0in








/p
p/pp style=margin-bottom:0in







/p


p/p
p/p
___
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


Organic SEO for Freebsd.org

2013-02-10 Thread Diana J. Blevins
p style=margin-bottom:0cmfont color=#ffFreebsd.org /fontfont  
style=color:rgb(0,0,255) face=Verdana,  
sans-seriffontTeam,/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifI

thought you might like to know some of the reasons why you are not
getting enough Social Media and Organic search engine traffic  
for /font/fontfont color=#ff face=Verdana,  
sans-serifFreebsd.org/font/p
p style=margin-bottom:0cmfont color=#ff1.Your  
website Freebsd.org is not ranking top in Google organic search for many  
competitive keyword phrases./font/p
p style=margin-bottom:0cmfont color=#ff2. Your website profile  
is not available in most of the Social Media Websites./font/p
p style=margin-bottom:0cmfont color=#ff3. Your site has 2050  
Google back links, this can be improved further./font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifThere

are many additional improvements that could be made to your website,
and if you would like to learn about them, and are curious to know
what our working together would involve, then I would be glad to
provide you with a detailed analysis in the form of a bWEBSITE
AUDIT REPORT for FREE/b./font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifOur

clients consistently tell us that their customers find them because
they are at the top of the Google search rankings.  Being at the top
acleft of Google (#1- #3 organic positions) is the best thing you can
do for your company#39;s website traffic and online reputation.  
/font/font

/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifI

found your site in the Google search and after having a look over
your website I think you should go for an SEO campaign to boost your
marketing strategy./font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifSounds

interesting? Feel free to email us or alternatively you can provide
me with your phone number and the best time to call you./font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serif--WBR--WBR-

/font/font
/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifBest

Regards,brbDiana J. Blevins/bbrbSEO Consultant/bbr(301)
859-4903/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serif--WBR--WBR-

/font/font
/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifbPS1/b:

This is onetime email and you may ask us to “REMOVE” you from our
mailing list. /font/font
/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifbPS2/b:

I found your site from online advertising but did not click. /font/font
/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-serifbPS3/b:

We operate 24 x7. I will be happy to send you links to price
list,refund policy, client rankings, client testimonials, “How we
are different from others?”, and “Why should you choose us?” on
receiving a response from you./font/font/p
___
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: why is bacula-client looking for libz.so.5 on 9-STABLE

2013-02-06 Thread Herbert J. Skuhra

Den 06.02.2013 00:03, skrev Per olof Ljungmark:

Hi,

Upgraded a system from 8.3 to 9-STABLE and did make delete-old-libs
afterwards. System has around thirty ports installed and all except
bacula-client upgraded gracefully.

Why does it want libz.so.5 when libz.so.6 is present? I'm pretty sure
I'm missing the obvious here...



Linking bacula-fd ...
/usr/ports/sysutils/bacula-client/work/bacula-5.2.12/libtool --silent
--tag=CXX --mode=link /usr/bin/c++  -L/usr/local/lib -L../lib
-L../findlib -o bacula-fd filed.o authenticate.o acl.o backup.o
estimate.o fd_plugins.o accurate.o filed_conf.o heartbeat.o job.o
pythonfd.o restore.o status.o verify.o verify_vol.o xattr.o-lz
-lbacfind -lbacpy -lbaccfg -lbac -lm  -lpthread  -lintl   -lwrap
/usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath
-Wl,/usr/local/lib
/usr/bin/ld: warning: libz.so.5, needed by /usr/local/lib/libbac.so, 
not

found (try using -rpath or -rpath-link)


'libbac.so' is installed by bacula-server; try to rebuild this port 
first!
Use 'sysutils/libchk' or pkg_libchk (from bsdadminscripts) to find 
other broken ports.


--
Herbert

___
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: dhclient and random disconnects

2013-01-29 Thread J B
There are few things you should do.

First,
w/r to you complaint about first-kill-then restart, this will do it for you
/etc/rc.d/dhclient lagg0 restart

second,
I remember you wrote that you have a trouble with disconnects even in
wireless-only setup (no failover setup). If so, you should run and debug
wireless only for the time being.
Note:
remember what wpa_supplicant does:
It handles passing the login and encryption credentials to the authentication
server.
It also handles roaming from one wireless access point to another, in order to
maintain connectivity.
Here are some hints on setup:
http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/wpa_supplicant.conf
and
http://www.freebsd.org/cgi/man.cgi?query=wpa_supplicantsektion=8
and debugging:
http://www.examplenow.com/wpa_supplicant/

third,
I would test with IPv6 disabled (entirely for the system), regardless of
connectivity type;
that also means to explicitly disable that failover setup line in your config
ipv6_activate_all_interfaces=**YES

jb
___
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: dhclient and random disconnects

2013-01-29 Thread J B
A follow-up:

 third,
 I would test with IPv6 disabled (entirely for the system), regardless of
 connectivity type;
 that also means to explicitly disable that failover setup line in your config
 ipv6_activate_all_interfaces=**YES
 jb

W/r to IPv6 (disable, enable, etc):
read man pages for rc.conf(5) and search for ipv6;
then set up whatever neccessary in /etc/rc.conf after considering what is in
some preset variables in /etc/defaults/rc.conf.

Btw, where did you get that **YES from in your config line for failover ?
ipv6_activate_all_interfaces=**YES

The flag is YES or NO.

Also, are you running any firewall on your machine ?

jb
___
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: Editors are broken after update

2013-01-20 Thread Herbert J. Skuhra
On Sun, 20 Jan 2013 09:46:00 +0100
Ralf Mardorf ralf.mard...@rocketmail.com wrote:

 Wow, if on Linux something is fishy, it usually has to do with Lennart
 Poettering, does he break FreeBSD too?
 
 $ su -
 Password:
 root@freebsd:/root # mcedit
 
 Error
 /root is not a regular file [ Dismiss ]

https://www.midnight-commander.org/ticket/2754

There is a patch that fixes this problem:

https://www.midnight-commander.org/changeset/529a7ba24c9da9fdb1df939ff0fe35c6d27e65df

Maintainer CC'ed.

-- 
Herbert
___
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: pkgng package repository tracking security updates

2013-01-15 Thread n j
On Tue, Jan 15, 2013 at 10:13 AM, Matthew Seaman matt...@freebsd.orgwrote:

 On 14/01/2013 22:44, n j wrote:
  One thing to think about would be the option of port maintainers
 uploading
  the pre-compiled package of the updated port (or if the size of the
 upload
  is an issue then just the hash signature of the valid package archive so
  other people with more bandwidth can upload it) to help the package
  building cluster (at least for mainstream architectures). The idea behind
  it being that the port maintainer has to compile the port anyway and pkg
  create is not a big overhead. The result would be a sort of distributed
  package building solution.


 Sorry.  Distributed package building like this is never going to be
 acceptable.  Too much scope for anyone to introduce trojans into
 packages.  Building packages securely is a very big deal, and as recent
 events have shown, you can't take any chances.

 Cheers,

 Matthew


I'd trust this system as far as I trust port maintainers right now. I
understand that a port maintainer can submit arbitrary MASTER_SITES in a
port Makefile which allows the maintainer to inject malware as they wish.
If I trust the port maintainer to make me download and build something
coming from e.g. http://samm.kiev.ua or http://danger.rulez.sk (just random
picks, no offense intended), then I'd trust that maintainer to upload the
package for me or submit a SHA256 hash that the correct package must have.
So if somebody else were to build the package, the server would accept the
upload only if it matches the hash.

Am I overlooking something? Is there some kind of port verification by
someone from the team prior to accepting the port submission?

-- 
Nino
___
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


pkgng package repository tracking security updates

2013-01-14 Thread n j
Hi,

One of my primary concerns when managing a system is its security. In the
interest of security, I usually hold to that patch early, patch often.
Ports are kept well up-to-date and with portmaster it is not a problem to
keep updating the ports. However, as Ivan [1] pointed out on his blog on
pkgng:

Having source-based ports is all fine and well but all that time compiling
ports is subtracted from the time the server(s) would perform some actually
useful work. After all, servers exist to do some work, not to be waited on
while compiling. The same goes for me: I don't want to wait for ports
anymore.

I don't want to wait for compilation too, especially on large ports and
weak hardware, and do it often to stay on top of security vulnerabilities.
For that reason I look forward to binary packages.

So, my question regarding pkgng is not really about the tool itself, but
rather what will be provided via official repositories. One of the problems
with the old pkg_* tools was that packages for a lot of software didn't
exist and for those that did exist they weren't updated when
vulnerabilities were discovered and patched upstream (and in ports). Is
this going to improve with pkgng repositories, will there be a, say,
-SECURITY repository that will build the new version of packages at least
as often as security vulnerabilities are fixed in ports?

[1] http://ivoras.net/blog/tree/2012-08-31.using-pkgng-in-real-life.html

Regards,
-- 
Nino
___
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: pkgng package repository tracking security updates

2013-01-14 Thread n j
On Mon, Jan 14, 2013 at 2:10 PM, Andrei Brezan andrei...@gmail.com wrote:

 On 1/14/2013 1:07 PM, n j wrote:

 Hi,

 One of my primary concerns when managing a system is its security. In the
 interest of security, I usually hold to that patch early, patch often.
 Ports are kept well up-to-date and with portmaster it is not a problem to
 keep updating the ports. However, as Ivan [1] pointed out on his blog on
 pkgng:

 Having source-based ports is all fine and well but all that time
 compiling
 ports is subtracted from the time the server(s) would perform some
 actually
 useful work. After all, servers exist to do some work, not to be waited on
 while compiling. The same goes for me: I don't want to wait for ports
 anymore.

 I don't want to wait for compilation too, especially on large ports and
 weak hardware, and do it often to stay on top of security vulnerabilities.
 For that reason I look forward to binary packages.

 So, my question regarding pkgng is not really about the tool itself, but
 rather what will be provided via official repositories. One of the
 problems
 with the old pkg_* tools was that packages for a lot of software didn't
 exist and for those that did exist they weren't updated when
 vulnerabilities were discovered and patched upstream (and in ports). Is
 this going to improve with pkgng repositories, will there be a, say,
 -SECURITY repository that will build the new version of packages at least
 as often as security vulnerabilities are fixed in ports?

 [1] http://ivoras.net/blog/tree/**2012-08-31.using-pkgng-in-**
 real-life.htmlhttp://ivoras.net/blog/tree/2012-08-31.using-pkgng-in-real-life.html

 Regards,

 Hi Nino,

 I thing that it's good to wait for ports to compile and to be able to
 chose your configure options for the packages you install. It's good to
 know what options you need and what options you don't and why, that's one
 of the reasons why i'm using FreeBSD. I feel that the goal for pkgng is
 that you can install your locally built binary packages in a tinderbox on
 all your infrastructure so you don't have to compile every port on every
 server. IIRC it was considered too cumbersome to compile all the ports tree
 for all the architectures supported and provide the so called official
 binary repositories.

 Regards,
 Andrei


Hi Andrei,

ports system is not going away with pkgng and it is still there for
everyone who, like yourself, appreciates choosing all configure options and
compile it by hand.

I know that I'm not the only one who appreciates the practicality of binary
packages and that is why I'm wondering if there are any plans for supplying
the packages on a more consistent basis. I do understand that the
infrastructure is limited and this might be cumbersome, but Linux
distributions are doing it and while the same model probably isn't
applicable to the smaller FreeBSD community, there are ways around that -
building new versions only when (major?) security issues are identified,
doing it for a limited scope of (most commonly used?) packages, using some
kind of distributed hosting (e.g. torrents with maintainer-uploaded digital
signatures) and so on.

Regards,
-- 
Nino
___
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: pkgng package repository tracking security updates

2013-01-14 Thread n j
On Mon, Jan 14, 2013 at 3:15 PM, Matthew Seaman matt...@freebsd.org wrote:

 On 14/01/2013 13:10, Andrei Brezan wrote:
  I thing that it's good to wait for ports to compile and to be able to
  chose your configure options for the packages you install. It's good to
  know what options you need and what options you don't and why, that's
  one of the reasons why i'm using FreeBSD. I feel that the goal for pkgng
  is that you can install your locally built binary packages in a
  tinderbox on all your infrastructure so you don't have to compile every
  port on every server. IIRC it was considered too cumbersome to compile
  all the ports tree for all the architectures supported and provide the
  so called official binary repositories.

 No, that's not *the* goal for pkgng.

 The goal is to provide a state-of-the-art binary package management
 system for FreeBSD (and anyone else who would like to use it).

 For many users this will entail downloading pre-compiled packages from
 FreeBSD official repositories.  But it will be possible for third
 parties to set up their own repositories, in the same way that eg. the
 Postgresql project has their own Yum repositories for RH-alikes.  It
 will also be possible for people to compile their own packages either
 for direct installation, or to create their own private repositories to
 serve their own networks with their custom configured packages.

 And, ideally, people will be able to use a *mix* of the above as best
 suits their needs.

 Cheers,

 Matthew


Hi Matthew,

The point of my question was exactly if it was possible to elaborate on the
pre-compiled packages from FreeBSD official repositories part. Would it
be possible to have a (security-wise) up-to-date pre-compiled packages in
the official repositories? Note, I don't expect an unreasonable effort here
- I understand there will always be delays between upstream fix -- ports
fix -- up-to-date package and it is acceptable for the binary package to
lag a few days behind the port (depending on the availability of package
building cluster or maintainer upload).

Regards,
-- 
Nino
___
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: pkgng package repository tracking security updates

2013-01-14 Thread n j
On Mon, Jan 14, 2013 at 3:43 PM, Matthew Seaman 
m.sea...@infracaninophile.co.uk wrote:

 On 14/01/2013 14:36, n j wrote:
  The point of my question was exactly if it was possible to elaborate on
 the
  pre-compiled packages from FreeBSD official repositories part. Would it
  be possible to have a (security-wise) up-to-date pre-compiled packages in
  the official repositories? Note, I don't expect an unreasonable effort
 here
  - I understand there will always be delays between upstream fix -- ports
  fix -- up-to-date package and it is acceptable for the binary package to
  lag a few days behind the port (depending on the availability of package
  building cluster or maintainer upload).

 Yes, there will be a pkgng package building cluster which will track
 updates to the ports and provide as up-to-date a collection of packages
 as possible for at least x86, amd64 on all supporter FreeBSD branches
 and head.  Possibly other architectures as well.

 However, as all that is still under construction (and construction plans
 have been heavily revised in the light of the earlier security
 compromise) I have no good idea of what sort of turn-around will be
 possible.  I expect at least as good as the old pkg build cluster
 managed and probably better.

 Cheers,

 Matthew


Thanks, that's encouraging news.

One thing to think about would be the option of port maintainers uploading
the pre-compiled package of the updated port (or if the size of the upload
is an issue then just the hash signature of the valid package archive so
other people with more bandwidth can upload it) to help the package
building cluster (at least for mainstream architectures). The idea behind
it being that the port maintainer has to compile the port anyway and pkg
create is not a big overhead. The result would be a sort of distributed
package building solution.

Regards,
-- 
Nino
___
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


SPAM-flag on FBSD list

2013-01-13 Thread Christopher J . Ruwe

Hello,

while testing a new mail configuration on freebsd-test@, I noticed a
very interesting part in the header, which I just paste

Old-X-HE-Spam-Score: -2.3
Old-X-HE-Spam-Report: Content analysis details:   (-2.3 points)
  pts rule name  description
  -- --
 -2.3 RCVD_IN_DNSWL_MED  RBL: Sender listed at http://www.dnswl.org/, medium
  trust
 [8.8.178.116 listed in list.dnswl.org]
  0.0 TVD_SPACE_RATIOTVD_SPACE_RATIO
X-HE-SPF: PASSED

Curious about who is the culprit in the chain, I did

[cjr@dijkstra:~]$ dig -x 8.8.178.116
(01-13 16:42)

;  DiG 9.8.3-P4  -x 8.8.178.116
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 33133
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;116.178.8.8.in-addr.arpa.  IN  PTR

;; ANSWER SECTION:
116.178.8.8.in-addr.arpa. 3600  IN  PTR mx2.FreeBSD.org.

;; Query time: 96 msec
;; SERVER: 192.168.178.1#53(192.168.178.1)
;; WHEN: Sun Jan 13 16:42:11 2013
;; MSG SIZE  rcvd: 71

Are the FreeBSD-mail servers spammers?

Anyhow, have a nice week, cheers,
--
Christopher
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14
 
FreeBSD 9.1-STABLE #4 r245101: Sun Jan  6 21:13:49 CET 2013
c...@dijkstra.cruwe.de:/usr/obj/usr/src/sys/DIJKSTRA 
 
Punctuation matters:
Lets eat Grandma or Lets eat, Grandma - Punctuation saves lives.
A panda eats shoots and leaves or A panda eats, shoots, and leaves -
Punctuation teaches proper biology.

___
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: SPAM-flag on FBSD list

2013-01-13 Thread Christopher J. Ruwe
On Sun, 13 Jan 2013 11:06:50 -0500
Joe Altman free...@chthonixia.net wrote:

 
 On Sun, Jan 13, 2013 at 04:48:06PM +0100, Christopher J. Ruwe wrote:
  
  Hello,
  
  while testing a new mail configuration on freebsd-test@, I noticed a
  very interesting part in the header, which I just paste
  
  Old-X-HE-Spam-Score: -2.3
  Old-X-HE-Spam-Report: Content analysis details:   (-2.3 points)
pts rule name  description
    --
  -- -2.3
  RCVD_IN_DNSWL_MED  RBL: Sender listed at http://www.dnswl.org/,
  medium trust [8.8.178.116 listed in list.dnswl.org]
 
 From the org's web page:
 
 dnswl.org: DNS Whitelist - Protect against false positives
 
 What is dnswl.org?
 
 Dnswl.org is the leading whitelist provider for email filtering. It
 has over 80'000 users and contains more than 150'000 entries of good
 mailservers. 
 ___
 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
 

Thanks for the explanation, the wl part of the domain and the negative
number escaped me completly. 

Sorry for the noise, cheers,
-- 
Christopher 
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14
 
FreeBSD 9.1-STABLE #4 r245101: Sun Jan  6 21:13:49 CET 2013
c...@dijkstra.cruwe.de:/usr/obj/usr/src/sys/DIJKSTRA 
 
Punctuation matters:
Lets eat Grandma or Lets eat, Grandma - Punctuation saves lives.
A panda eats shoots and leaves or A panda eats, shoots, and leaves -
Punctuation teaches proper biology.
___
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: Duplicate files on distro ISO

2013-01-12 Thread Herbert J. Skuhra
On Sat, 12 Jan 2013 02:37:49 -0500
Christian Campbell dc...@alumni.ufl.edu wrote:

 I just tried creating a bootable USB stick with UNetbootin
 from FreeBSD-9.1-RELEASE-i386-dvd1.iso. The stick was blank (newly
 formatted). While UNetbootin worked it asked about overwriting the
 following files:

Why are you not using FreeBSD-9.1-RELEASE-amd64-memstick.img and just
write it with dd to the stick? Not booting?

  /usr/bin/cc
 
 /usr/bin/cc
 
 /usr/bin/mail
 
 [..]
 
 So, the files seem to be in the ISO twice each. FWIW:

e.g:

% ls -la /usr/bin/[Mm]ail 
-r-xr-xr-x  3 root  wheel  82196  2 jan 16:18 /usr/bin/Mail
-r-xr-xr-x  3 root  wheel  82196  2 jan 16:18 /usr/bin/mail

% ls -la /usr/bin/[Cc][Cc]
-r-xr-xr-x  3 root  wheel  176888  2 jan 16:16 /usr/bin/CC
-r-xr-xr-x  2 root  wheel  395648  2 jan 16:16 /usr/bin/cc

Unetbootin is propably creating a FS (VFAT), that is not
case-sensitive.

--  
Herbert
___
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: following 9-STABLE but getting 9.1-PRERELEASE

2012-12-31 Thread Herbert J. Skuhra
On Mon, 31 Dec 2012 09:42:03 +0100 (CET)
Marco Beishuizen mb...@xs4all.nl wrote:

 Hi,
 
 I'm following the 9-STABLE branch with svn and just updated my
 system. But after booting I noticed that my system is still at
 9.1-PRERELEASE, and not 9.1-STABLE or 9-STABLE.
 
 Does someone know what happened?

Yeah, sys/conf/newvers.sh in stable/9 has not been updated yet.
It will happen...

-- 
Herbert

___
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: Using the new C++11 stack on 9.1

2012-12-31 Thread Herbert J. Skuhra
On Mon, 31 Dec 2012 11:39:27 +0100
Marcus Karlsson m...@acc.umu.se wrote:

 Hello.
 
 I was very happy when I received the 9.1 announcement in my mailbox,
 especially when I read about the inclusion of the new C++11 stack
 including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1
 system:
 
 clang++ foo.cc -stdlib=libc++
 
 However, the compilation fails:
 
 /usr/bin/ld: cannot find -lc++
 
 It's available in the source tree for 9.1, my assumption is that it's
 just not installed by default.

# echo WITH_LIBCPLUSPLUS=  /etc/src.conf

And rebuilding world/clang.

-- 
Herbert
___
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


HI

2012-12-29 Thread J chhayani
Hi,

 

I was just reviewing your website
and found it very interesting. I really like your website and services you are
providing. I was wondering if we can work with you and help you with your
business.

 

I would like to offer you our Hire Developer/Programmer
service where you can hire our dedicated developer who will dedicatedly work
for you. We are having three different plans for the same like Full-Time,
Part-Time and Hourly. Currently, many of our clients are getting benefits from
this service. Let me share some of the benefits of our Hire Developer Service:

 


 Guaranteed to
 save you at least 75% of cost against having on site team / resources. 
 Compare it
 with fixed priced quote, it saves your minimum 35% of cost.
 No start up or
 maintenance cost compare to invest in onsite team.
 Project
 control is totally on your hand (*no hidden conditions) as you can
 co-ordinate with developer directly.
 It’s save your
 time to find new developer for your projects. 
 Multiple
 options / hiring models to choose to hire developer.
 You can have
 every 10 minutes snapshots of your dedicated web developer’s machine
 during work.
 High-speed
 communications and live chat conferencing capabilities.


 

I can share references of our
existing clients who are currently getting benefits from our Hire Developer
service. You can know more about this service from below link.

 

Build Your Virtual Team:

http://www.narolainfotech.com/hire-web-developers.html

 

We, Narola are a leading Custom Software Development company based in India. We 
are having a good
experience in Custom Web Design and Development, Custom Mobile Application
Development, E-Commerce Solution, Real Estate Portal Development, etc.

 

Narola Strengths:

- 
6 years of successful operations

- 
54 team members

- 
Technology/Process maturity

- 
500+ satisfied clients

 

Our Skilled Team:

- 
43 Experienced
Programmers/Developers

- 
5 Business Analyst

- 
2 Project Manager

- 
4 Graphic Designers

 

Our Technology Expertise:

PHP, ASP .NET (2.0, 3.5), iOS SDK
(iPhone/iPad), Android SDK and expert in their related CMS and frameworks.

 

Web Service/API Integration Expertise:

Twitter, Facebook, Google Checkout,
PayPal, Skype. And many more

 

Other Technologies Expertise:

jQuery, SOA, Web Services, XML,
AJAX, and many more.

 

You can check our website to know
more about us and our services.

 

http://www.narolainfotech.com/

 

See Narola Team at work: 
http://www.narolainfotech.com/video-narola-infotech.html 

 

Let me know your views and we can
discuss further on this. I would be happy to share our past work details with
you.

 

I look forward to your positive
reply!!!

 

Regards,

j.chhayani 

Note: - Though this is not an automated email, we keep on
sending out these emails to all those people whom we find eligible of using our
services. To unsubscribe from future mails (i.e., to ensure that we do not
contact you again for this matter), please reply NO.
  
___
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: Curious question about using zfs send -R and receive on FreeBSD

2012-12-19 Thread Christopher J. Ruwe
On Mon, 17 Dec 2012 16:00:06 -0600
dweimer dwei...@dweimer.net wrote:

 I recently migrated a machine that was built on a VM to physical 
 hardware using the zfs send -R option against a snapshot of its root
 zfs setup.  I went from smaller drives to larger, both using a
 mirrored zpool.  However the devices were different, the device IDs
 on the VM were da0 and da1, the device IDs on the physical hardware
 were ada0 and ada1.  I had used labels when creating the gpt layout
 to plan for this. And all worked great, in fact it was the fastest I
 have ever converted a virtual machine to a physical machine.
 After I finished  though, I got curious, was it actually necessary
 for me to mount the new boot zfs partition while running on the live
 cd and copy the zpool.cache file I had created when creating the
 zpool or would have the existing cache file that would have been
 included in the zfs send contained the right information?  As the
 zpool was pointed at the gpt label devices, or was the fact that the
 size changed enough difference that copying the file was indeed
 necessary?
 

I fear you might be mixing things up here. You did a zfs-migrate, not a
zpool-migrate, you created a new zpool and received the datasets on that
new zpool, even if the zpool names were the same.

The function of zpool.cache is to tell the OS about available
device-zpool combinations. Without, the OS does not know which zpools
are available and accordingly cannot mount the root-ZFS passed in the
vfs.root.mountfrom directive in loader.conf, which is why you needed to
copy the zpool.cache and, if you changed the zpool-names, needed to
adapt loader.conf.

There are plans to change this behaviour, as it is deemed superfluous at
least in the case of disks, but I do not know how much that has
progressed so far. 

http://lists.freebsd.org/pipermail/freebsd-fs/2012-October/015328.html


Hope I could shed some light on that issue, although I am by no means an
expert on this.

Cheers,
-- 
Christopher
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14

Punctuation matters:
Let's eat Grandma or Let's eat, Grandma - Punctuation saves lives.
A panda eats shoots and leaves or A panda eats, shoots, and leaves -
Punctuation teaches proper biology.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD Release Date Challenge, plus other stuff the project needs

2012-12-11 Thread n j
On Tue, Dec 11, 2012 at 8:17 AM, Stephen Cook scli...@gmail.com wrote:
 On 12/11/2012 1:52 AM, Anonymous wrote:

 We, the users of FreeBSD, *do hereby challenge* the FreeBSD project
 to meet its future release dates.

 Similarly, I'm a bit concerned that 9.0 loses support at the end of January,
 but there is no release date for 9.1 (at
 http://www5.us.freebsd.org/releases/9.1R/schedule.html, the last actual date
 shown is November 3, 2012, for RC3). I'm confused as to the best course of
 action: continue to use an unsupported version and hope the new one comes
 out sooner than later, or downgrade to a supported version (8.3).

From security.freebsd.org:

Normal
Releases which are published from a -STABLE branch will be supported
by the Security Officer for a minimum of 12 months after the release,
and for sufficient additional time (if needed) to ensure that there is
a newer release for at least 3 months before the older Normal release
expires.

So the real EoL for 9.0 is the date of 9.1 release plus 3 months.

-- 
Nino
___
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: Somewhat OT: Is Full Command Logging Possible?

2012-12-06 Thread n j
On Thu, Dec 6, 2012 at 12:47 AM, Tim Daneliuk tun...@tundraware.com wrote:
 ...
 Well ... does auditd provide a record of every command issued within a
 script?
 I was under the impression (and I may well be wrong) that it  noted only
 the name of the script being executed.

Even if you configured auditd to record every command issued within a
script, you'd still have a problem if a malicious user put the same
commands inside a binary.

As some people already pointed out, there is practically no way to
control users once you give them root privileges.

The only thing that would really solve your problem is probably
something like http://www.balabit.com/network-security/scb/features
(no personal experience with it, but seems it does what you need).

-- 
Nino
___
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


Free website custom built by design students

2012-11-08 Thread Design J
Hello,  We have some student interns looking to design a few free websites
for their portfolio. 

Up to ten pages, Custom logo, Custom background. shopping carts and more.

I was wondering if you would be interested in a free custom website design
for your business? 

Either a brand new site, a redo of your old site, or an additional site to
bring in more traffic. 

 

Its up to a ten page custom design and it really is free. the only cost is
web hosting to keep your site online. $8 a month on average. 

Let met know if your interested in seeing some samples. 

thank you 

James

___
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: trying to build a port for vagrant and failing

2012-11-07 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 06 Nov 2012 17:58:42 -0500
Greg Larkin glar...@freebsd.org wrote:

 -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
  
  BUILD_DEPENDS= 
  minitar:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \
  
  RUN_DEPENDS=erubis:${PORTSDIR}/www/rubygem-erubis \ 
  rubygem-childprocess=0.3.1:${PORTSDIR}/devel/rubygem-childprocess 
  \ rubygem-i18n=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ 
  rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \ 
  rubygem-log4r=1.1.9:${PORTSDIR}/sysutils/rubygem-log4r \ 
  rubygem-net-ssh=2.2.2:${PORTSDIR}/security/rubygem-net-ssh \ 
  rubygem-net-scp=1.0.4:${PORTSDIR}/security/rubygem-net-scp
  
  in the makefile.
  
  From the build log (I am using poudriere for testing) I get
  
  
  ===phase: 
  run-depends== ===
  rubygem-vagrant-1.0.5 depends on executable: erubis - not found
  ===Verifying install for erubis in
  /usr/ports/www/rubygem-erubis ===   Installing existing package
  /usr/ports/packages/All/rubygem-erubis-2.7.0.tbz ===   Returning
  to build of rubygem-vagrant-1.0.5 === rubygem-vagrant-1.0.5
  depends on package: rubygem-childprocess=0.3.1 - not found ===
  Verifying install for rubygem-childprocess=0.3.1 in 
  /usr/ports/devel/rubygem-childprocess ===   Installing existing 
  package /usr/ports/packages/All/rubygem-childprocess-0.3.5.tbz
  === Returning to build of rubygem-vagrant-1.0.5 === 
  rubygem-vagrant-1.0.5 depends on package: rubygem-i18n=0.6.0 -
  not found ===Verifying install for rubygem-i18n=0.6.0 in 
  /usr/ports/devel/rubygem-i18n ===   Installing existing package 
  /usr/ports/packages/All/rubygem-i18n-0.6.0,2.tbz ===   Returning 
  to build of rubygem-vagrant-1.0.5 ===   rubygem-vagrant-1.0.5 
  depends on package: rubygem-json=1.5.1 - not found === Verifying
  install for rubygem-json=1.5.1 in /usr/ports/devel/rubygem-json
  ===   Installing existing package 
  /usr/ports/packages/All/rubygem-json-1.7.5.tbz ===   Returning to 
  build of rubygem-vagrant-1.0.5 ===   rubygem-vagrant-1.0.5
  depends on package: rubygem-log4r=1.1.9 - not found ===
  Verifying install for rubygem-log4r=1.1.9 in 
  /usr/ports/sysutils/rubygem-log4r ===   Installing existing 
  package /usr/ports/packages/All/rubygem-log4r-1.1.10.tbz === 
  Returning to build of rubygem-vagrant-1.0.5 === 
  rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh=2.2.2 - 
  not found ===Verifying install for rubygem-net-ssh=2.2.2 in 
  /usr/ports/security/rubygem-net-ssh ===   Installing existing 
  package /usr/ports/packages/All/rubygem-net-ssh-2.1.4,2.tbz === 
  Returning to build of rubygem-vagrant-1.0.5 === 
  rubygem-vagrant-1.0.5 depends on package: rubygem-net-scp=1.0.4 - 
  not found ===Verifying install for rubygem-net-scp=1.0.4 in 
  /usr/ports/security/rubygem-net-scp ===   Installing existing 
  package /usr/ports/packages/All/rubygem-net-scp-1.0.4_1.tbz === 
  Returning to build of rubygem-vagrant-1.0.5 === 
  rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/gem18 - found
  ===   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/ruby18
  - found 
  ===
 
 
  
 So far so good. I noticed that rubygem-net-ssh-2.1.4.2 is supposed
  to satisfy =rubygem-net-ssh-2.2.2, which I ignore for the while.
  
  Now, building yields
  
  ===phase: install
  == ===  Installing for
  rubygem-vagrant-1.0.5 ===   rubygem-vagrant-1.0.5 depends on 
  executable: erubis - found ===   rubygem-vagrant-1.0.5 depends on 
  package: rubygem-childprocess=0.3.1 - found === 
  rubygem-vagrant-1.0.5 depends on package: rubygem-i18n=0.6.0 - 
  found ===   rubygem-vagrant-1.0.5 depends on package: 
  rubygem-json=1.5.1 - found ===   rubygem-vagrant-1.0.5 depends
  on package: rubygem-log4r=1.1.9 - found ===
  rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh=2.2.2 -
  found === rubygem-vagrant-1.0.5 depends on package:
  rubygem-net-scp=1.0.4 - found ===   rubygem-vagrant-1.0.5 depends
  on file: /usr/local/bin/gem18 - found ===   rubygem-vagrant-1.0.5
  depends on file: /usr/local/bin/ruby18 - found ===   Generating
  temporary packing list ===  Checking if emulators/rubygem-vagrant
  already installed /usr/bin/env  /usr/local/bin/gem18 install -l 
  --no-update-sources --no-ri --install-dir /usr/local/lib/r\ 
  uby/gems/1.8 /usr/ports/distfiles/rubygem/vagrant-1.0.5.gem -- 
  --build-args ERROR:  While executing gem ... (Gem::DependencyError)
  Unable to resolve dependencies: vagrant requires json (~ 1.5.1),
  net-ssh (~ 2.2.2) *** Error code 1
  
  The installation is right about net-ssh (confer above), but 
  definitely

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=  minitar:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \

RUN_DEPENDS=erubis:${PORTSDIR}/www/rubygem-erubis \

rubygem-childprocess=0.3.1:${PORTSDIR}/devel/rubygem-childprocess \
rubygem-i18n=0.6.0:${PORTSDIR}/devel/rubygem-i18n \
rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \
rubygem-log4r=1.1.9:${PORTSDIR}/sysutils/rubygem-log4r \
rubygem-net-ssh=2.2.2:${PORTSDIR}/security/rubygem-net-ssh \
rubygem-net-scp=1.0.4:${PORTSDIR}/security/rubygem-net-scp

in the makefile.

- From the build log (I am using poudriere for testing) I get


===phase: run-depends==
===   rubygem-vagrant-1.0.5 depends on executable: erubis - not found
===Verifying install for erubis in /usr/ports/www/rubygem-erubis
===   Installing existing package 
/usr/ports/packages/All/rubygem-erubis-2.7.0.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-childprocess=0.3.1 - 
not found
===Verifying install for rubygem-childprocess=0.3.1 in 
/usr/ports/devel/rubygem-childprocess
===   Installing existing package 
/usr/ports/packages/All/rubygem-childprocess-0.3.5.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-i18n=0.6.0 - not found
===Verifying install for rubygem-i18n=0.6.0 in 
/usr/ports/devel/rubygem-i18n
===   Installing existing package 
/usr/ports/packages/All/rubygem-i18n-0.6.0,2.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-json=1.5.1 - not found
===Verifying install for rubygem-json=1.5.1 in 
/usr/ports/devel/rubygem-json
===   Installing existing package 
/usr/ports/packages/All/rubygem-json-1.7.5.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-log4r=1.1.9 - not 
found
===Verifying install for rubygem-log4r=1.1.9 in 
/usr/ports/sysutils/rubygem-log4r
===   Installing existing package 
/usr/ports/packages/All/rubygem-log4r-1.1.10.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh=2.2.2 - not 
found
===Verifying install for rubygem-net-ssh=2.2.2 in 
/usr/ports/security/rubygem-net-ssh
===   Installing existing package 
/usr/ports/packages/All/rubygem-net-ssh-2.1.4,2.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on package: rubygem-net-scp=1.0.4 - not 
found
===Verifying install for rubygem-net-scp=1.0.4 in 
/usr/ports/security/rubygem-net-scp
===   Installing existing package 
/usr/ports/packages/All/rubygem-net-scp-1.0.4_1.tbz
===   Returning to build of rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/gem18 - found
===   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/ruby18 - found
===

So far so good. I noticed that rubygem-net-ssh-2.1.4.2 is supposed to
satisfy =rubygem-net-ssh-2.2.2, which I ignore for the while.

Now, building yields

===phase: install  ==
===  Installing for rubygem-vagrant-1.0.5
===   rubygem-vagrant-1.0.5 depends on executable: erubis - found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-childprocess=0.3.1 - 
found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-i18n=0.6.0 - found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-json=1.5.1 - found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-log4r=1.1.9 - found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh=2.2.2 - found
===   rubygem-vagrant-1.0.5 depends on package: rubygem-net-scp=1.0.4 - found
===   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/gem18 - found
===   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/ruby18 - found
===   Generating temporary packing list
===  Checking if emulators/rubygem-vagrant already installed
/usr/bin/env  /usr/local/bin/gem18 install -l --no-update-sources --no-ri 
--install-dir /usr/local/lib/r\
uby/gems/1.8 /usr/ports/distfiles/rubygem/vagrant-1.0.5.gem -- --build-args
ERROR:  While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: vagrant requires json (~ 1.5.1), net-ssh 
(~ 2.2.2)
*** Error code 1

The installation is right about net-ssh (confer above), but definitely
not on json (1.7.5  1.5.1).

Can anybody hint me on a path to pursue to resolve that error?

Many thanks, cheers,
- -- 
Christopher
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14

Punctuation matters:
Let's eat Grandma or Let's eat, Grandma - 

Re: FreeBSD 9.1 and SU+J

2012-11-03 Thread Herbert J. Skuhra

On 03.11.2012 13:48, Doug Hardie wrote:


I didn't notice that journaling is on by default and now dump is
failing.  The only way I can see to disable journaling requires that
the file system be dismounted, or read-only.  This is a remote 
machine

and journaling is on root.  Is there any other way that would not
require me to make a long trip out to the site?


This is a task for mfsBSD: http://mfsbsd.vx.sk

--
Herbert

___
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: poudriere amassing fetch errors

2012-10-20 Thread Christopher J. Ruwe
On Fri, 19 Oct 2012 22:29:51 +0200
Patrick Lamaiziere patf...@davenulle.org wrote:

 Le Sun, 14 Oct 2012 03:57:20 +0200,
 Christopher J. Ruwe c...@cruwe.de a écrit :
 
 Hello,
 
  for some time I have noticed that poudriere bulk build amass fetch
  errors, i.e., the corresponding distfile(s) cannot be fetched by the
  build jail and I have to fetch these manually.
  
  Does anybody know a fix to this unnerving condition?
 
 I don't see this problem.
 
 Missing resolv.conf ?
 /usr/local/etc/poudriere.conf
 # By default the jails have no /etc/resolv.conf, you will need to set
 # REVOLV_CONF to a file on your hosts system that will be copied has
 # /etc/resolv.conf for the jail, except if you don't need it (using an
 http # proxy for example)
 RESOLV_CONF=/etc/resolv.conf
 


My apolgies for that absolutly crappy discription of the error I was
witnessing. Upon reading my post anew, I just do not know what hit me
posting that.

Anyways, I did not have a /etc/resolv.conf entry in my poudriere.conf,
as it has been working for some time without. The error was rather
byzanthine ... sometimes, the sources were fetched correctly, sometimes
not. Regrettably, I do not have any fetch error messages around any
more, so I cannot supply the information I should have included in my
first post. 

Anyways, setting the entry in poudriere.conf seems to have solved the
issue. Interesting how any fetching could have occured without ...

Thanks and cheers,
-- 
Christopher J. Ruwe
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14
___
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

poudriere amassing fetch errors

2012-10-13 Thread Christopher J. Ruwe
Hello,

for some time I have noticed that poudriere bulk build amass fetch
errors, i.e., the corresponding distfile(s) cannot be fetched by the
build jail and I have to fetch these manually.

Does anybody know a fix to this unnerving condition?

Cheers,
-- 
Christopher J. Ruwe
TZ: GMT + 2h
GnuPG/GPG:  0xE8DE2C14

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


Re: How to use subversion to keep source, system and doc files up to date?

2012-09-26 Thread David J. Weller-Fahy
While I track CURRENT, not STABLE, the process should not be
significantly different.  Here is what I do.

* Ed Flecko edfle...@gmail.com [2012-09-26 17:18 -0400]:
 I follow the documentation to keep my system up to date by doing:

Here I update the src tree.

# svn update /usr/src/

 # cd /usr/src
 # make buildworld
 # make buildkernel
 # make installkernel
 # shutdown -r now
 
 and then...
 
 # mount -u /

Here, instead of # mount -a -t ufs I use # zfs mount -a.

 # adjkerntz -i
 [...]
 # reboot

* Ed Flecko edfle...@gmail.com [2012-09-26 18:50 -0400]:
 Do you have any feedback using subversion? I know I can still use
 csup; I'm basically trying to figure out how to subversion to achieve
 the same result.

For ports, I do the following.

# svn update /usr/ports/
# cd /usr/ports
# make fetchindex
# pkg_version -l ''

Then update any ports which need updating.  There is, AFAICT, minimal
difference between what I used to do with csup, and what I do now with
svn.  Of course, the first time I used subversion was doing this... so I
may be doing it wrong. ;)

HTH,
-- 
dave [ please don't CC me ]


pgpAF88Kvjn45.pgp
Description: PGP signature


[SOLVED] Re: cannot build any pkg depending on glibmm on poudriere

2012-08-30 Thread Christopher J. Ruwe
On Sat, 4 Aug 2012 12:36:16 +0200
Christopher J. Ruwe c...@cruwe.de wrote:

 Currently, I am failing to compile the packages for my machines with
 poudriere due to some error with glibmm, which I am unable to trace.
 The problem seems to be (at least from my point of view), that a
 dependancy to libsigc++ is not resolved corectly.
 
 As no PR has been filed yet and the problem persists with my builds
 for about two weeks, I expect the error is mine. Refraining from
 spamming the list, I include a snippet from the build-logs which is
 exemplary for all others which somehow depend on glibmm:
 
 ===   Returning to build of atkmm-2.22.5
 ===   atkmm-2.22.5 depends on shared library: glibmm-2.4.1 - not
 found ===Verifying install for glibmm-2.4.1
 in /usr/ports/devel/glibmm ===   Installing existing package
 /usr/ports/packages/All/glibmm-2.28.2,1.txz 
 Installing glibmm-2.28.2,1...Installing gamin-0.1.10_4...Installing
 glib-2.28.8_4...Installing pcre-8.31\ 
 ... done
 Installing perl-threaded-5.14.2_2...Removing stale symlinks from
 /usr/bin... 
 Skipping /usr/bin/perl
 Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
 Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl
 Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
  done
 Installing python27-2.7.3_3... done
 No schema files found: doing nothing.
  done
  done
 Installing gio-fam-backend-2.28.8_1... done
 missing dependency libsigc++-2.2.10
 Failed to install the following 1 package(s):
 /usr/ports/packages/All/glibmm-2.28.2,1.txz 
 
 
 Does anybody have any idea on how to resolve that issue?
 
 Cheers,

Applying ports/170087: [Patch] ports-mgmt/poudriere: fix quoting for
poudriere solved the problem.

Cheers,
-- 
Christopher J. Ruwe
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: Becoming a Mirror

2012-08-28 Thread n j
Hello Justin,

On Mon, Aug 27, 2012 at 2:25 AM, Justin Dorfman jdorf...@netdna.com wrote:
 Hello,

 I was wondering how our company can provide a mirror for the FreeBSD
 project?

 Thanks.

Have a look at 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/article.html.

HTH,
-- 
Nino
___
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


Does 9.0 honor TERM settings

2012-08-24 Thread J B
 Well, then, where is the setting that makes the F7 key send E[18~ instead
 of the standard E[S?

I think you will find a hint here:
https://wiki.archlinux.org/index.php/Home_and_End_keys_not_working

Btw, in the vi editor you can type a control key into your text file
by first typing
'^V' followed by the control character desired, e.g. '^V^H' for '^H'.

jb
___
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


[OT:] tools/methods for automated cross-platform packaging?

2012-08-23 Thread Christopher J. Ruwe
Currently, I am looking into the problem of providing software packages
for different platforms via native packages in a Continuous
Integration Environment. The software in question is pure Java, so
binary compatibility and/or cross-compilation issue resolves to having a
conforming JRE installed on the target-platform.

I know this question is prone for another OSI-10 flame-war on the Java
is the OS statement - please don't. It is a customer requirement I must
conform to. The (non-)intelligence of that requirement might be
questioned, but ...

Having looked into the issue of cross-platform packaging systems, I have
found mostly separate package managers which require to be installed on
the target-platform and manage a separate environment (viz OpenPkg,
IPS). These do not help, as the customers require native packages.

Apparantly, there are tools which take compiled binaries and wrap those
into some package-format - EPM and ProjectBuilder do such a thing. The
first has it's last commit by December 2010 and the second seems to be a
one-man-show, so those (I did not find alternatives) are of questionable
value in a long-term productive environment.

Other projects manage to provide packages for a multitude of
platforms. Are these built (semi-)manually by volunteers or distribution
providers or is there any packaging infrastructure available to automate
the task of taking sources to compile and package them? As I am talking
of Java, a tool which packages binaries would be entirely sufficient.

Thanks for any ideas or hints, cheers,
-- 
Christopher J. Ruwe
TZ: GMT + 2h


signature.asc
Description: PGP signature


/tmp filesystem full

2012-08-23 Thread J B
Andy Wodfer wodfer at gmail.com
Thu Aug 23 09:04:08 UTC 2012

 Can't seem to figure out the problem with MAXPATHLEN.
 locate: integer out of +-MAXPATHLEN (1024): 1029

Your database may be corrupted. I would suggest you delete it and
recreate.
jb
___
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


Warning - FreeBSD (*BSD) entanglement in Linux ecosystem

2012-08-22 Thread J B
Hi,
I think it would be useful to get familiar with what systemd is,
technically and fundamentally.
Here is a thread in which a knowledgeable professional
questions many technical aspects of it:

open this thread in one browser window (to get a nice overview of what
you already read):
http://lists.fedoraproject.org/pipermail/devel/2011-June/thread.html#152323

and start with the first post in another window (the reason is that tricksters
tried to change the thread subject, but if you follow thr thread with next
post you will not miss anything; be patient - there are some intermediate
posts that are noice):
systemd: please stop trying to take over the world :)   Denys Vlasenko
http://lists.fedoraproject.org/pipermail/devel/2011-June/152323.html

There are important points raised:
- going beyond system init replacement, systemd to be a platform for OS,
  together with GNOME 3
- not adhering to UNIX principles (modularity, etc)
- interference with sysadmin duties/decisions to set up the system (e.g.
  loading modules on its own and e.g. enabling sys capabilities and protocols)
- there are many other phantom reasons systemd was introduced as
  the next thing after the sliced bread invention, like parallelization that
  is not (but they sold it as if they implemented concurrency)

This is just an intro ...
There is much more to be questioned if you know what and care to.

The author of this snake oil knows what and why he sells it.
He is not a UNIX mind.

One can scratch her head thinking what kind of pseudo progress can
be sold to those goofies in Linux ecosystem, and apparently in *BSD
ecosystem as well.
The Slackware dev hit it exactly on the nail !

Think and enjoy it.
I will eventually comment more on it later as well.
jb
___
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


cannot build any pkg depending on glibmm on poudriere

2012-08-04 Thread Christopher J. Ruwe
Currently, I am failing to compile the packages for my machines with
poudriere due to some error with glibmm, which I am unable to trace. The
problem seems to be (at least from my point of view), that a dependancy
to libsigc++ is not resolved corectly.

As no PR has been filed yet and the problem persists with my builds for
about two weeks, I expect the error is mine. Refraining from spamming
the list, I include a snippet from the build-logs which is exemplary for
all others which somehow depend on glibmm:

===   Returning to build of atkmm-2.22.5
===   atkmm-2.22.5 depends on shared library: glibmm-2.4.1 - not found
===Verifying install for glibmm-2.4.1 in /usr/ports/devel/glibmm
===   Installing existing package
/usr/ports/packages/All/glibmm-2.28.2,1.txz 
Installing glibmm-2.28.2,1...Installing gamin-0.1.10_4...Installing
glib-2.28.8_4...Installing pcre-8.31\ 
... done
Installing perl-threaded-5.14.2_2...Removing stale symlinks from
/usr/bin... 
Skipping /usr/bin/perl
Skipping /usr/bin/perl5
Done.
Creating various symlinks in /usr/bin...
Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl
Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl5
Done.
Cleaning up /etc/make.conf... Done.
Spamming /etc/make.conf... Done.
 done
Installing python27-2.7.3_3... done
No schema files found: doing nothing.
 done
 done
Installing gio-fam-backend-2.28.8_1... done
missing dependency libsigc++-2.2.10
Failed to install the following 1 package(s):
/usr/ports/packages/All/glibmm-2.28.2,1.txz 


Does anybody have any idea on how to resolve that issue?

Cheers,
-- 
Christopher
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: Jails on FreeBSD 9.0

2012-07-23 Thread Herbert J. Skuhra
On Mon, Jul 23, 2012 at 8:31 AM, Eitan Adler li...@eitanadler.com wrote:

 If this is a fxp bug, can you please file a PR explaining the issue
 and how to reproduce it?

kern/170081

-- 
Herbert
___
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: Jails on FreeBSD 9.0

2012-07-22 Thread Herbert J. Skuhra
On Sat, 21 Jul 2012 16:10:56 +0200
Herbert J. Skuhra h.sku...@gmail.com wrote:

 On Sat, Jul 21, 2012 at 11:24 AM, Herbert J. Skuhra h.sku...@gmail.com 
 wrote:
  Hi,
 
  ok, this is obviously a pf problem and the reason why the network in
  the jail doesn't work.
 
  ifconfig lo1 create
  ifconfig lo1 10.0.0.10 netmask 0xff00
  nc -s 10.0.0.10 xx.xx.xx.xx 25
 
  With pf: connections fails; server receives SYN-ACK, but nc continues
  sending SYNs until nc gives up
 
  With ipfw: connection OK
 
  On my Soekris box at home (9.1-PRERELEASE i386) both ipfw and pf works.
 
 Could this be a bug in the fxp driver?
 I have a 2nd machine with a fxp nic. Same problem.

Thanks to yongari@ the issue could be resolved on both machines by
disabling receive checksum offloading (ifconfig fxp0 -rxsum).

-- 
Herbert
___
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: Jails on FreeBSD 9.0

2012-07-21 Thread Herbert J. Skuhra
Hi,

ok, this is obviously a pf problem and the reason why the network in
the jail doesn't work.

ifconfig lo1 create
ifconfig lo1 10.0.0.10 netmask 0xff00
nc -s 10.0.0.10 xx.xx.xx.xx 25

With pf: connections fails; server receives SYN-ACK, but nc continues
sending SYNs until nc gives up

With ipfw: connection OK

On my Soekris box at home (9.1-PRERELEASE i386) both ipfw and pf works.

Thanks.

-- 
Herbert
___
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: Jails on FreeBSD 9.0

2012-07-21 Thread Herbert J. Skuhra
On Sat, Jul 21, 2012 at 11:24 AM, Herbert J. Skuhra h.sku...@gmail.com wrote:
 Hi,

 ok, this is obviously a pf problem and the reason why the network in
 the jail doesn't work.

 ifconfig lo1 create
 ifconfig lo1 10.0.0.10 netmask 0xff00
 nc -s 10.0.0.10 xx.xx.xx.xx 25

 With pf: connections fails; server receives SYN-ACK, but nc continues
 sending SYNs until nc gives up

 With ipfw: connection OK

 On my Soekris box at home (9.1-PRERELEASE i386) both ipfw and pf works.

Could this be a bug in the fxp driver?
I have a 2nd machine with a fxp nic. Same problem.

-- 
Herbert
___
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: Jails on FreeBSD 9.0

2012-07-17 Thread Herbert J. Skuhra
On Tue, Jul 17, 2012 at 9:59 AM, Kalle Møller
freebsd-questi...@k-moeller.dk wrote:
 On Thu, Jul 12, 2012 at 9:04 PM, Herbert J. Skuhra h.sku...@gmail.com wrote:
 On Thu, Jul 12, 2012 at 11:56 AM, joris dedieu joris.ded...@gmail.com 
 wrote:
 2012/7/12 Herbert J. Skuhra h.sku...@gmail.com:
 On Wed, Jul 11, 2012 at 11:59 PM, Herbert J. Skuhra h.sku...@gmail.com 
 wrote:
 Hi,

 although I've followed the instructions in jail(8) and jail.conf(5) I
 cannot manage to setup jails on FreeBSD 9.0 STABLE (r238334).

 The symptons:

 * ssh'ing to jail works, but it takes about 20 seconds until password
   prompt appears

 Does it still the same with UseDNS=no in /etc/ssh/sshd_config ?

 No, I can login instantly.

 * netstat -r in the jail takes about 150 seconds to finish

 Does netstat -rn does the same ?

 No, the output appears immediately.

 * connections to the internet time out; with tcpdump I see that
   packets leave and enter the public interface on the host, but never
   reach the jail

 I use lo1 interface and ip address 192.168.1.1/24 for the jail. Public
 interface is fxp0 with both an IPv4 and an IPv6 address assigned.
 Of course, nat is enable via pf on the public interface.

 Can you post your PF configuration ?

 After switching to ipfw/natd networking in the jail works.
 Could this be a bug?

 I think you had an issue with firewall that block name resolution and
 makes everything goes slow. At least you need one single line on your
 pf.conf :

 nat on $public_interface form $jail_ip to any - ($public_interface)

 Even when loading only the nat rule it doesn't work:

 nat on fxp0 from  192.168.1.0/24 to any - $ext_addr

 Thanks.
 Herbert


 As Mark Felder wrote

 You don't have anything in /etc/resolv.conf, in the jail do you? :-)

I have two nameservers listed!
If I boot a kernel with ipfirewall/ipdivert and run natd the network
in the jail works!

With pf:

I see the packets going out/coming in on fxp0 but somehow the jail
does not see them.

A 'dig www.google.com' in the jail fails with connection timed out;
no servers could be reached, but

11:39:45.30 IP xxx.yyy.zzz.64452 
google-public-dns-a.google.com.domain: 10794+ A? www.google.com. (32)
11:39:45.694045 IP google-public-dns-a.google.com.domain 
xxx.yyy.zzz.64452: 10794 6/0/0 CNAME www.l.google.com., A
173.194.35.177, A 173.194.35.176, A 173.194.35.179, A 173.194.35.180,
A 173.194.35.178 (132)
11:39:50.667799 IP xxx.yyy.zzz.64452 
google-public-dns-a.google.com.domain: 10794+ A? www.google.com. (32)
11:39:50.687083 IP google-public-dns-a.google.com.domain 
xxx.yyy.zzz.64452: 10794 6/0/0 CNAME www.l.google.com., A
173.194.35.177, A 173.194.35.178, A 173.194.35.179, A 173.194.35.180,
A 173.194.35.176 (132)
11:39:55.668783 IP xxx.yyy.zzz.64452 
google-public-dns-a.google.com.domain: 10794+ A? www.google.com. (32)
11:39:55.675917 IP google-public-dns-a.google.com.domain 
xxx.yyy.zzz.64452: 10794 6/0/0 CNAME www.l.google.com., A
173.194.35.180, A 173.194.35.177, A 173.194.35.179, A 173.194.35.176,
A 173.194.35.178 (132)

And 'nc 173.194.35.177 80':

11:41:52.176904 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445658553 ecr 8593173,nop,wscale 6], length 0
11:41:53.382320 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445659753 ecr 8593173,nop,wscale 6], length 0
11:41:54.088585 IP xxx.yyy.zzz.56936  muc03s02-in-f17.1e100.net.http:
Flags [S], seq 2143442670, win 65535, options [mss 1460,nop,wscale
6,sackOK,TS val 8596173 ecr 0], length 0
11:41:54.098838 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445660466 ecr 8593173,nop,wscale 6], length 0
11:41:55.796638 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445662155 ecr 8593173,nop,wscale 6], length 0
11:41:57.288596 IP xxx.yyy.zzz.56936  muc03s02-in-f17.1e100.net.http:
Flags [S], seq 2143442670, win 65535, options [mss 1460,nop,wscale
6,sackOK,TS val 8599373 ecr 0], length 0
11:41:57.299125 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445663650 ecr 8593173,nop,wscale 6], length 0
11:42:00.488595 IP xxx.yyy.zzz.56936  muc03s02-in-f17.1e100.net.http:
Flags [S], seq 2143442670, win 65535, options [mss 1460,sackOK,eol],
length 0
11:42:00.498606 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445666834 ecr 8593173,nop,wscale 6], length 0
11:42:00.621724 IP muc03s02-in-f17.1e100.net.http  xxx.yyy.zzz.56936:
Flags [S.], seq 1156402837, ack 2143442671, win 14180, options [mss
1430,sackOK,TS val 1445666957 ecr 8593173,nop,wscale 6

Re: anyone here use poudriere ?

2012-07-14 Thread Christopher J. Ruwe
On Fri, 13 Jul 2012 12:32:48 +0100
Vincent Hoffman vi...@unsane.co.uk wrote:

 I've been playing with poudriere and pkg as per
 http://fossil.etoilebsd.net/poudriere/doc/trunk/doc/pkgng_repos.wiki
 in the hope that it will be an easier way to maintain a custom
 internal package repository for work not I'va managed to get a few
 FreeBSD boxes into service there.
 
 I'm liking it lots more than the traditional package build but I am
 having some problems working out how to set custom build options for
 ports. Does anyone else use poudriere for this and if so how do they
 handle this.
 
 
 Thanks,
 Vince
 ___
 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

I use a combination of PORTSDIR, DISTDIR and PORT_DBDIR in make.conf to
set the actual ports tree to poudiriere. Have a look at man ports.

You can then use the make config-recursive target to set the
configuration in advance. Using portmaster should also work then.

Cheers
-- 
Christopher
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: anyone here use poudriere ?

2012-07-14 Thread n j
On Sat, Jul 14, 2012 at 9:59 AM, Christopher J. Ruwe c...@cruwe.de wrote:
 On Fri, 13 Jul 2012 12:32:48 +0100
 Vincent Hoffman vi...@unsane.co.uk wrote:

 I've been playing with poudriere and pkg as per
 ...

Btw, is there any chance poudriere (or sth like it) will one day work
on UFS, not just ZFS?

-- 
Nino
___
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


How can i decrease memory occupied by xorg ?

2012-07-04 Thread J B
It is in ports:
http://www.freedesktop.org/wiki/Software/xrestop
jb
___
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: Messages not reaching the lists

2012-06-29 Thread Conrad J. Sabatier
On Fri, 29 Jun 2012 04:55:51 -0500 (CDT)
Robert Bonomi bon...@mail.r-bonomi.com wrote:

 
 Damien Fleuriot wrote:
  On 6/29/12 6:40 AM, Conrad J. Sabatier wrote:
   Lately I've been noticing that almost without fail, any messages
   I send to the FreeBSD mailing lists never actually appear on the
   list.
   
   We'll see if this one shows up.  :-)
 
  I've been experiencing the same issue for a long time.
 
  My messages are sent, people seem to actually receive them, but I
  don't, although my subscription options state that I should receive
  copies of my own messages.
 
 One 'obvious' thing to try --
   Change the options so as to _not_ get copies of your own messages.
   *SAVE* changes.
   Change the options back.
   Save again.

Yes, I went and checked my options for questions@ and saw at the top of
the page that they had had a number of bounced e-mails from my address
recently.  My computer was down for about a week or so earlier this
month (had to be repaired).  I'm not sure what this means exactly in
terms of how the list server manages my subscription, but perhaps it's
being tentatively cautious and just not sending any of my list
submissions back to me(?).  I don't know.

I didn't actually change any settings while I was there, but that might
be worth a try.  We'll see if that helps.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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


Messages not reaching the lists

2012-06-28 Thread Conrad J. Sabatier
Lately I've been noticing that almost without fail, any messages I send
to the FreeBSD mailing lists never actually appear on the list.

Just wondering if maybe my ISP (cox.net) has been flagged as a known
spam source, or what?

This is very strange!  I'm still subscribed to all of the same lists
I've been on for quite some time, and am receiving the lists' mail just
fine.  It's just my own messages that never show up here.

We'll see if this one shows up.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: IPNAT seems to affect network performance? of jails on lo0 (10.0.0.0/24) - why?

2012-06-26 Thread Christopher J. Ruwe
On Mon, 25 Jun 2012 18:23:56 -0400
Robert Huff roberth...@rcn.com wrote:

 
 Christopher J. Ruwe writes:
 
   On a KVM virtualized host, I run FreeBSD 8.3-RELEASE-p3 and some
   qjails, 8.3-RELEASE. The jails are connected all via lo0 on
   10.0.0.0.
   
   While by the large working as expected, I have noticed one
   pecularity I have failed to pinpoint: When launching processes
   with some network interaction, like sshing into one of the jails
   from the platform or launching emacs, the command spends ages (
   ~(1-2) minutes) idling?  (nothing happens) before becoming
   interactive.
 
   If the number is very close to 90 seconds, my first guess
 would be you have a DNS problem.
 
 
   Robert Huff
 
 ___
 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

Thanks for the hint. It was DNS ... I have copied a resolv.conf into the
jails for future use, but did not enable NAT from the start. 

The issue disappeared when I commented out the nameserver entries and
switched NAT off again, i.e., I could login using ssh in a matter of
seconds, not minutes.

Now to the followup: Why does ssh and emacs! require DNS for entirely local
connections or just to be started?

Anyway, thanks for that hint, cheers,
-- 
Christopher
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: changing md5 hashed for sha

2012-06-25 Thread Christopher J. Ruwe
On Sun, 24 Jun 2012 18:28:38 -0400
Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:

 Christopher J. Ruwe c...@cruwe.de writes:
 
  For setting the dafault hash used to hash /etc/master.passwd, it has
  been recommended changing md5 for something more secure in the
  sense of being more expensive to crack.
 
  The handbook describes the procedure used in
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/crypt.html.
  Allegedly, hashes which were hashed with one of the sha-functions
  begin with the character $6$.
 
  Afer having changed my /etc/login.conf accordingly and having reset
  the passwords, the given there is not md5 anymore (I have tried
  with md5), but does not begin with the character $6$, but, as md5,
  with $1$, which is supposed to be md5-hashed.
 
 I'm not following. Are you saying that you are resetting the passwords
 after setting login.conf, but new passwords aren't being created with
 the new hash type? 
 ___
 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

Yes, you are following correctly that the hash mechanism did not appear
to have changed. It was OSI-8 error on my part, as Mike Tancsa (one
message later) helped me to understand.

Cheers,
-- 
Christopher J. Ruwe
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: changing md5 hashed for sha

2012-06-25 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

oops ... forwarding to the list also


- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 24 Jun 2012 19:06:07 -0400
Mike Tancsa m...@sentex.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 6/23/2012 9:37 AM, Christopher J. Ruwe wrote:
  For setting the dafault hash used to hash /etc/master.passwd, it 
  has been recommended changing md5 for something more secure in the 
  sense of being more expensive to crack.
  
  The handbook describes the procedure used in 
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/crypt.html.
 
 
  
 Allegedly, hashes which were hashed with one of the sha-functions
 begin
  with the character $6$.
  
  Afer having changed my /etc/login.conf accordingly and having
  reset the passwords, the given there is not md5 anymore (I have
  tried with md5), but does not begin with the character $6$, but, as
  md5, with $1$, which is supposed to be md5-hashed.
  
  I fear I am a bit dense here, what am I getting wrong?
 
 Are you sure you ran
 cap_mkdb /etc/login.conf
 after adjusting the values in login.conf ?
 
 Also, this will only work on relatively recent versions of FreeBSD.
 
   ---Mike
 
 
 - -- 
 - ---
 Mike Tancsa, tel +1 519 651 3400
 Sentex Communications, m...@sentex.net
 Providing Internet services since 1994 www.sentex.net
 Cambridge, Ontario Canada   http://www.tancsa.com/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.14 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iQEcBAEBAgAGBQJP551fAAoJEJXHwM2kc8rXS34H/j+uxWq8Pa9j0iXpehObx2iY
 LeeCZx7YbSv9AwGVHy/gTRtYP1uStBNn79oKV0ANSyjOT3F7l1MuygfJAqfXIKDm
 WdN4KX2D3tpAjVMdce1zX2rSy4OtXLYXpBXTiGmP2d/erAEtE9B8gJ8GQWDh0gWz
 14CkQyefcF2YvmepSj3+9P69EzjlEm6vDMPyY/nrMlJcT8+ujtZX325+kQzQiiFX
 FFasbqekazHCUnKGZZY9arY01AxPKg5e2PXFZPQf3qQy3jHqOupnM3ei3D39O9aV
 gqJ/k2XDPjZYqAIy0gyPi99q4fCueYQFQrm2tyeTkV6+OxM8kdD5czx/FvySiG8=
 =FVSP
 -END PGP SIGNATURE-

Ahhh  I am sure I did not run cap_mkdb. Didn't say so in the
relevant section of the handbook and I was to lazy to thooughly read the
manpage. Thanks, I have the correct hashes now.

Cheers,
- - -- 
Christopher
TZ: GMT + 2h
- -BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQIcBAEBAgAGBQJP6KvdAAoJEJTIKW/o3iwUATEQAO0tDflkfluM4wTiUvhFvN31
PLEZKGcOjDfVnXaIqRuu5D1pPWc532xeST2H3mLJVFktjatrx/LbEy7O5w3diB1J
zMM/SdiiSaIGyhSdWwTEgsGpd1jhG31RWGWtVLFzNMvfBpk/peiAbOwBcYqnKw85
zJOfDFLFcAkdP9jmiXF16iKCYcANK9R+2l0mCJ4qEdV6iIn8KAtrNxzS4i0ICzZB
jBPO+bVbNkU3S7U/EXm449EvOFk+tVLxZcny3hyYWyY9ccH9Z7kyXrPRrb7cspHp
iAKmWsJnntAlp7ogFYdjdOvbCeKfgtCGBnj8K9v7XYEs/KjUmschXYeIf4STsDL2
d7dLOMYz2fqYrH9toM0AvEPJuJR6cXm8XmLco7eBd2tjhdocSQ4t5nQXO/EhEGUs
ESJ+ibcGtpmbad8vY0z88AIUeyrq1pQ9Ve+ceu0uQ63UTnZb3Zfu8f3PsdtCzV/2
jDYmmB1f9gjPp/NEZXPlQT7r1fTlw2IDEmU/JJEghBUIiTVuWtOvkCqG9ErYIdJK
CWXV7slHlQ0d0ssCjL6wukTKpL0lS03YsvSYgoDee1h9fhLqaYpzhr+rduzxS79z
q8vyaz/SRUlebTcHRZMSW9+FA/eJ3NHEv6y+d0w08OrhqmOvOxpo1dKEBdWo/JTN
qP89RAUQLMfsp5NgU61o
=QvC/
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQIcBAEBAgAGBQJP6LOeAAoJEJTIKW/o3iwUXE4QANZl/NvWTqumJJdh2p3aDUKd
F1jCYfXl7d1GI/2dxsMVfcSWqGnx6WL8wzQUKipHAfCDtILhEv+2XRQ2zLM+Snbn
qJz3D3Qb1ctSQdXlW5Q5bpxWxiG8+oTmXkEVxfZAkWB/RVxnMGT9r7OA6zmy0gV8
XY4zBYuqnYv4jhXj3FYeW0s5zUEqx8Hj71ymEd5p0Ssaai4di6BqWHcEEOi0hbN5
jJvs9TUC0O9Wz2jcxkquECXX+H6aneLThdITOHJ+U4LO53UXq4Ol6sbLWF0WEGNC
vHQGS235NvFo04rvqOeZtZUQt/OffOxovfO7IBwcT+KLIu8WTbOqRI2hosD0r2sl
2XogCK9VU+yjZVj3m4Te86dcHjt2Swqi/z1pgLui0XJBxJ4G2ZIqNR4e2LKWScXl
WvdIGoZtpsFgHlG/CcwDYLqg4tIHtRcyDhf5/XE2/Gar0q+o10k4NeRRQY891rVp
SkqSB1Bum1k0UOsCJ/WSbItY3MVHDcQ0YHav7J9I2XUk9DDW6W8AlIW6kpbo5tDR
vZOMBMwnDR1D8NKhJDW3Ac+gkbm6iXGUroeLQv0EfP6j9lnFDPd6tUvNg+mZzTXZ
pIhIQs93+Ksuhow3//h4AuuerE1xqGY6zzKxujrvEJ+4jUvu/8a/FA20nMqITYsh
rR8kLAbebAy4Lat+72n4
=P3wE
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

IPNAT seems to affect network performance? of jails on lo0 (10.0.0.0/24) - why?

2012-06-25 Thread Christopher J. Ruwe
On a KVM virtualized host, I run FreeBSD 8.3-RELEASE-p3 and some qjails,
8.3-RELEASE. The jails are connected all via lo0 on 10.0.0.0.

While by the large working as expected, I have noticed one pecularity I
have failed to pinpoint: When launching processes with some network
interaction, like sshing into one of the jails from the platform or
launching emacs, the command spends ages ( ~(1-2) minutes) idling?
(nothing happens) before becoming interactive.

For reasons unreleated, I have enabled NAT with ipf for the jails on
10.0.0.0/24 (to the external re0 IF and some IP) and, out of the blue,
logging into the jails or starting emacs became snappy again.

Why? Why does ipnatting jails which should be connected via the same lo0
on 10.0.0.0 have any impact? Don't get me wrong, I am not complaining
and it solved an issue which gave me kind of headaches, but I would like
to understand. 

Thanks and cheers,
-- 
Christopher
TZ: GMT + 2h


signature.asc
Description: PGP signature


files need

2012-06-25 Thread j
I am a newbie to linux and unix. I want to install freebsd 8.3 and want to know 
what files I need to download.
___
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


changing md5 hashed for sha

2012-06-23 Thread Christopher J. Ruwe
For setting the dafault hash used to hash /etc/master.passwd, it has
been recommended changing md5 for something more secure in the sense of
being more expensive to crack.

The handbook describes the procedure used in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/crypt.html.
Allegedly, hashes which were hashed with one of the sha-functions begin
with the character $6$.

Afer having changed my /etc/login.conf accordingly and having reset the
passwords, the given there is not md5 anymore (I have tried with md5),
but does not begin with the character $6$, but, as md5, with $1$, which
is supposed to be md5-hashed.

I fear I am a bit dense here, what am I getting wrong?

Thanks and cheers,
-- 
Christopher 
TZ: GMT + 2h


signature.asc
Description: PGP signature


Re: changing md5 hashed for sha

2012-06-23 Thread Christopher J. Ruwe
On Sat, 23 Jun 2012 15:40:51 +0200 (CEST)
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:

  For setting the dafault hash used to hash /etc/master.passwd, it has
  been recommended changing md5 for something more secure in the
  sense of being more expensive to crack.
 
 is md5 that easy to crack?

It has been discussed recently, cf
http://lists.freebsd.org/pipermail/freebsd-security/2012-June/006271.html
or virtually the first half of
http://lists.freebsd.org/pipermail/freebsd-security/2012-June/thread.html

Cheers,
-- 
Christopher
TZ: GMT + 2h


signature.asc
Description: PGP signature


xorg crashes after ports-wide update, fontconfig the culprit?

2012-05-25 Thread Christopher J. Ruwe
Having done a portmaster -a rendered my system virtually unusable, Xorg
kept crashing when opening claws-mail, firefox and thunderbird, opera
kept chrashing in a random fashion, too.

Quod googelet x11 crash site:freebsd.org and narrowing down the
results for to the last week, I found two references, i.e.,
1) http://forums.freebsd.org/showthread.php?p=178234 and
2) http://forums.freebsd.org/showthread.php?p=178014.

Having implemented 2) via portdowngrade to fontconfig-2.8.0_2,1 seems to
have solved the crashing issues for opera and claws, firefox and
thunderbird are waiting to be compiled. 

Has anyone observed similar issues, can anyone back my suspicion about
fontconfig or show me how to prove it and wouldn't a note on UPDATING be
in order?

Thanks for your comments, cheers and have a nice weekend,
--
Christopher
TZ GMT +2
___
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: Ports-Related Commands Hanging After 9.0 Upgrade

2012-05-25 Thread Christopher J. Ruwe
On Fri, 25 May 2012 13:33:29 -0400
Sam Jones samjones1...@gmail.com wrote:

 Hi all,
 
 Forgive me if this is a repeat topic. I'd appreciate it if somebody
 could point me to the answer.
 
 I recently upgraded to 9.0 on my server, but since then a lot of
 ports-related commands (portupgrade, pkg_version, portsnap, etc.) just
 hang when I try to execute them. I'm not even really sure where to
 begin troubleshooting. Has anybody else seen this behavior?
 

Upgrading world leads to many system libs being updated, too. When ports
are dependant on these, a recompile of these ports might help.

If you need/want to be sure, sysutils/bsdadminscripts is supposed to
contain a script to check for broken shared libs system-wide and a
ldd(1) on the binary you are trying to run will spit out some libraries
you can the try to find(1).

Hope to have been of some help, cheers, Christopher
___
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


Mouse stopped working in X

2012-05-18 Thread J. W. Ballantine
Hi,

Before the update of x11 on 4/21/2012, X was working fine, but now
when I startx, my usb and touchpad mouse are no longer found.  The 
mouse works in terminal mode, and hald and dbus are started in
/etc/rc.conf.

I rebuilt x11, but that had no effect, any ideas on what I might
do to get the mouse working again?

Here is the tail of the Xorg log.

(**) Option Protocol standard
(**) Option XkbRules base
(**) Option XkbModel pc105
(**) Option XkbLayout us
(II) XINPUT: Adding extended input device AT Keyboard (type: KEYBOARD)
(II) config/hal: Adding input device PS/2 Mouse
(II) LoadModule: mouse
(II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.7.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(WW) PS/2 Mouse: No Device specified, looking for one...
(II) PS/2 Mouse: Setting Device option to /dev/psm0
(--) PS/2 Mouse: Device: /dev/psm0
(==) PS/2 Mouse: Protocol: Auto
(**) PS/2 Mouse: always reports core events
(**) Option Device /dev/psm0
(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(II) UnloadModule: mouse
(EE) PreInit returned NULL for PS/2 Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) UnloadModule: kbd

Thanks

Jim Ballantine
___
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: dlink dwl-122g e1 on 9-stable, working only partially? (or not at all?)

2012-05-14 Thread Christopher J. Ruwe
On Sun, 13 May 2012 23:09:34 -0600
PseudoCylon moonlightak...@yahoo.ca wrote:

  --
 
  Message: 11
  Date: Sun, 13 May 2012 01:21:30 +0200
  From: Christopher J. Ruwe c...@cruwe.de
  Subject: Re: dlink dwl-122g e1 on 9-stable, working only partially?
         (or not at all?)
  To: freebsd-questions@freebsd.org
  Message-ID: 20120513012130.64d78...@dijkstra.cruwe.de
  Content-Type: text/plain; charset=US-ASCII
 
  On Sat, 12 May 2012 14:49:18 +0200
  Christopher J. Ruwe c...@cruwe.de wrote:
 
  Currently I am fighting with (against?) a dlink dwl-g122 usb wlan
  dongle. The casing is claiming the thing to be of H/W-version E1,
  F/W-version 5.00, which I interpret as hardware and firmware.
 
  I am running 9-stable (FreeBSD ritchie.cruwe.de 9.0-STABLE FreeBSD
  9.0-STABLE #8 r235064: Fri May 11 21:32:52 CEST 2012
  c...@ritchie.cruwe.de:/usr/obj/usr/src/sys/RITCHIE  amd64) and
  admittedly, dwl-g122 is not included in the hw-compatibility list
  for 9.0.
 
  I am also aware that others have been unsuccessful, though some
  time back, to get dlw-g122 e running
  (http://forums.freebsd.org/showthread.php?t=27123).
 
  However, I am somewhat successful in getting the dongle recognized
  by if_run.ko, though not to work as I would like to:
 
  dmesg gives then
 
  [...]
  ugen0.3: Ralink at usbus0
  run0: Ralink 11g Adapter, class 0/0, rev 2.00/1.01, addr 3 on
  usbus0 run0: MAC/BBP RT3070 (rev 0x0201), RF RT2020 (MIMO 1T1R),
  address b8:a3:86:97:c1:ec ieee80211_load_module: load the
  wlan_amrr module by hand for now. wlan0: Ethernet address:
  b8:a3:86:97:c1:ec run0: firmware RT2870 ver. 0.236 loaded
  ieee80211_load_module: load the wlan_amrr module by hand for now.
  wlan0: Ethernet address: b8:a3:86:97:c1:ec
  I have no explanation for the multiple occurrences, I have been
  trying for some time now, though.
 
 
 Was wlan_amrr compiled into kernel?

Nope, using the module. BTW, loading the if_run module gives

ieee80211_load_module: load the wlan_amrr module by hand for now.

Did exactly that, i.e., loaded the wlam_amrr by hand. Do you think I
might fare better by using in-kernel drivers instead of modules?

 
 
  sudo ifconfig wlan0 create wlandev run0 wlanmode hostap
  sudo ifconfig wlan0 inet 192.168.3.1 netmask 255.255.255.0 ssid
  bsdap channel -
 
 
 If you want to use WPA, you need to run
 # /etc/rc.d/hostapd onestart

Amongst other things, I also did that.

 
  OK, update on the situation: I can get wlan to work in AP-mode, I
  must not enable WPA, though. Having enabled hostapd for one time
  kills my wlan and requires a complete reboot.
 
 
 Did it panic? Can you post back trace?


No, it did not panic. After trying to enable wpa, the systems becomes
very sluggish on the network side and recovers upon pulling the dongle.
I interpret that as some kind of crashing the driver.

I would be happy to provide a back trace, I do not know how,
though. Where do I need to look to learn that?

Thanks and cheers, Christopher
___
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


dlink dwl-122g e1 on 9-stable, working only partially? (or not at all?)

2012-05-12 Thread Christopher J. Ruwe
Currently I am fighting with (against?) a dlink dwl-g122 usb wlan
dongle. The casing is claiming the thing to be of H/W-version E1,
F/W-version 5.00, which I interpret as hardware and firmware.

I am running 9-stable (FreeBSD ritchie.cruwe.de 9.0-STABLE FreeBSD
9.0-STABLE #8 r235064: Fri May 11 21:32:52 CEST 2012
c...@ritchie.cruwe.de:/usr/obj/usr/src/sys/RITCHIE  amd64) and
admittedly, dwl-g122 is not included in the hw-compatibility list for
9.0. 

I am also aware that others have been unsuccessful, though some time
back, to get dlw-g122 e running
(http://forums.freebsd.org/showthread.php?t=27123).

However, I am somewhat successful in getting the dongle recognized by
if_run.ko, though not to work as I would like to:

dmesg gives then 

[...]
ugen0.3: Ralink at usbus0
run0: Ralink 11g Adapter, class 0/0, rev 2.00/1.01, addr 3 on usbus0
run0: MAC/BBP RT3070 (rev 0x0201), RF RT2020 (MIMO 1T1R), address 
b8:a3:86:97:c1:ec
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
run0: firmware RT2870 ver. 0.236 loaded
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
run0: firmware RT2870 ver. 0.236 loaded
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
ieee80211_load_module: load the wlan_amrr module by hand for now.
wlan0: Ethernet address: b8:a3:86:97:c1:ec
run0: firmware RT2870 ver. 0.236 loaded
wlan0: ieee80211_new_state_locked: pending RUN - SCAN transition lost
wlan: mac acl policy registered

I have no explanation for the multiple occurrences, I have been trying
for some time now, though.

After

sudo ifconfig wlan0 create wlandev run0 wlanmode hostap
sudo ifconfig wlan0 inet 192.168.3.1 netmask 255.255.255.0 ssid bsdap
channel - 

I get

run0: flags=8a43UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST metric
0 mtu 2290 
ether b8:a3:86:97:c1:ec
nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g hostap
status: running
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether b8:a3:86:97:c1:ec
inet6 fe80::baa3:86ff:fe97:c1ec%wlan0 prefixlen 64 scopeid 0xb 
inet 192.168.3.1 netmask 0xff00 broadcast 192.168.3.255
nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g hostap
status: running
ssid bsdap channel 1 (2412 MHz 11g) bssid b8:a3:86:97:c1:ec
regdomain ETSI country DE authmode OPEN privacy OFF deftxkey 2
TKIP 2:128-bit TKIP 3:128-bit txpower 30 scanvalid 60 protmode
CTS wme 
dtimperiod 1 -dfs


This looks quite reasonable to me, however, I have been unsuccessful so
far to get the ssid bsdap to appear on any scan done from the
prospective clients (one 9-stable notebook, two Linux notebooks and one
Nexus S android).

Does anyone have an idea what is left to try or should I give up and
look for another solution to build a wireless-capable router?

Thanks in advance, cheers and have a nice weekend,
--
Christopher
TZ GMT + 2h
___
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: dlink dwl-122g e1 on 9-stable, working only partially? (or not at all?)

2012-05-12 Thread Christopher J. Ruwe
On Sat, 12 May 2012 14:49:18 +0200
Christopher J. Ruwe c...@cruwe.de wrote:

 Currently I am fighting with (against?) a dlink dwl-g122 usb wlan
 dongle. The casing is claiming the thing to be of H/W-version E1,
 F/W-version 5.00, which I interpret as hardware and firmware.
 
 I am running 9-stable (FreeBSD ritchie.cruwe.de 9.0-STABLE FreeBSD
 9.0-STABLE #8 r235064: Fri May 11 21:32:52 CEST 2012
 c...@ritchie.cruwe.de:/usr/obj/usr/src/sys/RITCHIE  amd64) and
 admittedly, dwl-g122 is not included in the hw-compatibility list for
 9.0. 
 
 I am also aware that others have been unsuccessful, though some time
 back, to get dlw-g122 e running
 (http://forums.freebsd.org/showthread.php?t=27123).
 
 However, I am somewhat successful in getting the dongle recognized by
 if_run.ko, though not to work as I would like to:
 
 dmesg gives then 
 
 [...]
 ugen0.3: Ralink at usbus0
 run0: Ralink 11g Adapter, class 0/0, rev 2.00/1.01, addr 3 on usbus0
 run0: MAC/BBP RT3070 (rev 0x0201), RF RT2020 (MIMO 1T1R), address
 b8:a3:86:97:c1:ec ieee80211_load_module: load the wlan_amrr module by
 hand for now. wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 run0: firmware RT2870 ver. 0.236 loaded
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 run0: firmware RT2870 ver. 0.236 loaded
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 ieee80211_load_module: load the wlan_amrr module by hand for now.
 wlan0: Ethernet address: b8:a3:86:97:c1:ec
 run0: firmware RT2870 ver. 0.236 loaded
 wlan0: ieee80211_new_state_locked: pending RUN - SCAN transition lost
 wlan: mac acl policy registered
 
 I have no explanation for the multiple occurrences, I have been trying
 for some time now, though.
 
 After
 
 sudo ifconfig wlan0 create wlandev run0 wlanmode hostap
 sudo ifconfig wlan0 inet 192.168.3.1 netmask 255.255.255.0 ssid bsdap
 channel - 
 
 I get
 
 run0: flags=8a43UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST
 metric 0 mtu 2290 
 ether b8:a3:86:97:c1:ec
 nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
 hostap status: running
 wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0
 mtu 1500 ether b8:a3:86:97:c1:ec
 inet6 fe80::baa3:86ff:fe97:c1ec%wlan0 prefixlen 64 scopeid
 0xb inet 192.168.3.1 netmask 0xff00 broadcast 192.168.3.255
 nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
 hostap status: running
 ssid bsdap channel 1 (2412 MHz 11g) bssid b8:a3:86:97:c1:ec
 regdomain ETSI country DE authmode OPEN privacy OFF deftxkey 2
 TKIP 2:128-bit TKIP 3:128-bit txpower 30 scanvalid 60 protmode
 CTS wme 
 dtimperiod 1 -dfs
 
 
 This looks quite reasonable to me, however, I have been unsuccessful
 so far to get the ssid bsdap to appear on any scan done from the
 prospective clients (one 9-stable notebook, two Linux notebooks and
 one Nexus S android).
 
 Does anyone have an idea what is left to try or should I give up and
 look for another solution to build a wireless-capable router?
 
 Thanks in advance, cheers and have a nice weekend,
 --
 Christopher
 TZ GMT + 2h
 ___
 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


OK, update on the situation: I can get wlan to work in AP-mode, I must
not enable WPA, though. Having enabled hostapd for one time kills my
wlan and requires a complete reboot. 

This situation is somewhat better than what I thought before, i.e.,
if_run supports dlink dwl-122 e1. However, I really need to secure my
wireless network. Can anybody point me in a direction where to look for
that hostapd issue?

Thanks, cheers, Christopher
___
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: Unresolvable links

2012-05-03 Thread Conrad J. Sabatier
On Fri, 27 Apr 2012 21:59:08 + (UTC)
Walter Hurry walterhu...@gmail.com wrote:

 Arising from a very useful link posted by Warren Block in another
 thread:
 
 http://forums.freebsd.org/showpost.php?p=163415postcount=17 ,
 
 I have been running libchk. It now gives the following (relevant)
 output:
 
 Unresolvable link(s) found in: /usr/local/lib/libreoffice/program/
 configmgr.uno.so
 
   libxmlreader.so
 
 Unresolvable link(s) found
 in: /usr/local/lib/firefox/sdk/lib/libxul.so
 
   libmozsqlite3.so
 
 Unresolvable link(s) found in: /usr/local/lib/firefox/components/
 libmozgnome.so
 
   libmozalloc.so
 
   libxpcom.so
 
 Unresolvable link(s) found in: /usr/local/lib/firefox/components/
 libdbusservice.so
 
   libmozalloc.so
 
   libxpcom.so
 
 Unresolvable link(s) found in: /usr/local/lib/firefox/components/
 libbrowsercomps.so
 
   libmozalloc.so
 
   libxul.so
 
   libxpcom.so
 
 All these shared object files are present in one lib or another, so
 my suspicion is that somehow the 'parent' shared objects are looking
 for them in the wrong place.
 
 Any ideas on fixing this please?

Unresolved symbol warning are normal for the mozilla stuff, since they
use their own non-standard library paths.  Just disregard them.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: portmaster won't update libc.so.7

2012-05-02 Thread Conrad J. Sabatier
On Wed, 2 May 2012 10:03:44 -0400
Robert Huff roberth...@rcn.com wrote:

 
 Jorge Luis =?iso-8859-1?Q?Gonz=E1lez?= writes:
 
   When I run:
   
   portmaster -a --no-confirm
   
   I get the error
   
   Installing updates: chflags...///lib/libc.so.7: Operation not
  permitted 
   Changing chflags (presumably schg, but I tried the others) doesn't
   appear to make any difference.
   
   I'm not running any servers in jails.
   
   Any ideas?
 
   No, but a question: what is any port doing playing games with
 part of the base system?
   (And which port is it?)
 
 
   Robert huff

My first question as well.  This is highly irregular.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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


Samba 3.6.4 winbindd

2012-04-20 Thread J. Porter Clark
Has anyone out there gotten winbindd from Samba 3.6.anything to
work on FreeBSD 9.0-STABLE?

It starts up with no obvious problems--although with Samba's
usual cryptic error messages it's hard for me to tell--and
then just sits there doing nothing.  Wbinfo commands
time out and pam_winbind.so doesn't work.  When I run
/usr/local/etc/rc.d/samba stop, it hangs waiting for winbindd to
die, and I have to kill -KILL winbindd.

I'm using security = domain.  Other settings, logs, etc.
available upon request.

I've had to drop back to Samba 3.5.14_1 to get most things to
work, but I really need to go to 3.6.* for the NTLMv2 support.

-- 
J. Porter Clark  j...@porterclark.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg doesn't go back correctly to console when closed on FreeBSD 9.0

2012-04-12 Thread Conrad J. Sabatier
On Thu, 12 Apr 2012 10:13:00 -0300
Gabriel Marchi gabrielmar...@bsd.com.br wrote:

 Hi all,
 I´m running 9.0-RELEASE on my laptop, everything works fine, except
 when I try go back to console I get a black screen.
 
 dmesg: http://pastebin.com/U45duS5n
 xorg.conf: http://pastebin.com/qERavJs0
 Xorg.0.log: http://pastebin.com/143m0gWB
 pciconf: http://pastebin.com/ZfQ6daGC
 
 Thanks in advance.
 Gabriel Marchi

I've noticed this same behavior for a while now, when running X using
xinit (startx).  Upon exiting my X session, the X server doesn't
shutdown, but has to be manually killed.

Enabling the zap feature (where CTRL-ALT-BACKSPACE kills the server)
would be a good thing for you to try.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: zpool creation on geli failed with FreeBSD-9.0

2012-04-10 Thread Christopher J. Ruwe
On Tue, 10 Apr 2012 08:13:36 +1000
Da Rock freebsd-questi...@herveybayaustralia.com.au wrote:

 On 04/10/12 02:07, Christopher J. Ruwe wrote:
  I was trying to install FreeBSD 9.0 using a geli encrypted disk and
  ZFS on my ThinkPad R500 this weekend. I failed.
 
  Having sucessfully initialized the geli part and having attached the
  provider, my attempt to create a zpool on the geli section thus
 
  $  zpool create ntank /dev/ada0p2.eli
 
  failed with the message
 
  Cannot create 'ntank': invalid argument for this pool operation.
 
  I could not convince the system to create the zpool on the geli
  part, so I gave up and created the zpool on the unencrypted
  partition instead to have a working machine for the week. I would,
  however, like to have my data on an encrypted partition though. Has
  anyone witnessed and resolved this issue or does anyone have other
  ideas?
 
 Someone using ZFS will be able to verify this, but from my
 understanding ZFS runs on the hardware and you can *possibly* put
 geli on top of ZFS.
 
 You can put geom on ZFS but not the other way around.
 
 HTH
 ___
 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


I had a zpool on a geli on FreeBSD-8.0 to 8.2 and
8-stable. I opted for a complete reinstall of 9.0 instead of upgrading
due to issues with xmonad, which I did not understand then. I am
furious at my decision now that I have seen that a update would
possibly have been much easier than to reinstall, had I at that time
understood what was causing problems with xmonad.

Cheers, Christopher
___
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


zpool creation on geli failed with FreeBSD-9.0

2012-04-09 Thread Christopher J. Ruwe
I was trying to install FreeBSD 9.0 using a geli encrypted disk and
ZFS on my ThinkPad R500 this weekend. I failed. 

Having sucessfully initialized the geli part and having attached the
provider, my attempt to create a zpool on the geli section thus

$ zpool create ntank /dev/ada0p2.eli 

failed with the message 

Cannot create 'ntank': invalid argument for this pool operation.

I could not convince the system to create the zpool on the geli part, so
I gave up and created the zpool on the unencrypted partition instead to
have a working machine for the week. I would, however, like to have my
data on an encrypted partition though. Has anyone witnessed and resolved
this issue or does anyone have other ideas?

Thanks for your help, cheers,
--
Christopher J. Ruwe
TZ GMT + 2h
___
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: Music production on FreeBSD

2012-04-08 Thread Conrad J. Sabatier
On Sun, 08 Apr 2012 01:02:17 -0700
per...@pluto.rain.com wrote:

 Conrad J. Sabatier conr...@cox.net wrote:
 
  And lately, even some of the timidity++ stuff isn't working
  right.  The Xaw interface refuses to build/install properly,
  ever since the removal of X11BASE from the ports infrastructure.
 
 That should only require replacing X11BASE with LOCALBASE
 in the 3 port files where it appears:
 
   timidity++/Makefile.interface (3 places)
   timidity++-motif/Makefile
   timidity++-xaw/pkg-plist (2 places)

Yes, I took a look at the port one day not too long ago, but ran into
some unexpected difficulties with it, which I can't recall exactly at
the moment.  What I thought would be a simple search-and-replace thing
turned out to have some surprises hidden away up in there.

I'll have to take another shot at it, as my memory of what exactly the
problem was is completely blank right now.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: Music production on FreeBSD

2012-04-07 Thread Conrad J. Sabatier
On Sat, 7 Apr 2012 22:39:02 -0300
Mario Lobo l...@bsd.com.br wrote:

 On Saturday 07 April 2012 21:04:41 Tony wrote:
  Hello!
  
  Is anybody aware of any talented producers who produce their music
  primarily on FreeBSD?
  
  Thanks!
  
  Tony
 
 
 Man, that has been my dream for a good while!
 
 Ardour is a fine multitrack but no MIDI, at least on FreeBSD. And
 FBSD itself has lots of issues with MIDI.
 
 Besides that, there is the driver problem with most professional
 sound boards.
 
 I am going to attempt something a quite bit out of my league which is
 try to port the alsa drivers for my echo Gina3G board to FBSD. If I
 can manage to do that, then I believe the rest will fall on my lap by
 gravity. 
 
 I hope I don't blow up my desktop.
 
 I'm eager to read the replies to the OP.
 

And I'm sure I'm not the only one here who's eager to hear of any
progress you may make with this most ambitious undertaking of
yours.  :-)

Keep us posted, please?

Conrad (who can't even get Rosegarden to run at all lately) :-(

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: Music production on FreeBSD

2012-04-07 Thread Conrad J. Sabatier
On Sun, 08 Apr 2012 13:28:51 +1000
Da Rock freebsd-questi...@herveybayaustralia.com.au wrote:

 On 04/08/12 11:39, Mario Lobo wrote:
  On Saturday 07 April 2012 21:04:41 Tony wrote:
  Hello!
 
  Is anybody aware of any talented producers who produce their music
  primarily on FreeBSD?
 
  Thanks!
 
  Tony
 
  Man, that has been my dream for a good while!
 
  Ardour is a fine multitrack but no MIDI, at least on FreeBSD. And
  FBSD itself has lots of issues with MIDI.
 
  Besides that, there is the driver problem with most professional
  sound boards.
 
  I am going to attempt something a quite bit out of my league which
  is try to port the alsa drivers for my echo Gina3G board to FBSD.
  If I can manage to do that, then I believe the rest will fall on my
  lap by gravity.
 
  I hope I don't blow up my desktop.
 
  I'm eager to read the replies to the OP.
 
 I have. Or more accurately my wife and co have, with me behind the 
 wheel. My wife is a musician and music teacher, and we only use
 FreeBSD, so its a given here (and a massive drive for me to find a
 way to support it).
 
 We used simple tools: audacity, rosegarden, and hydrogen. We used a
 usb yamaha sound board, and a ribbon mic for the vocals.
 
 The biggest problem here is that rosegarden refuses to use jack for
 midi transport now, so even though there is a jack_umidi daemon in
 the ports it still wont pick it up. I'll have to look at another app
 like ardour and see if it is better there. Other than that, all good.
 
 Incidentally, the reason for the emphasis on rosegarden is that it
 does midi and audio multitrack; as well as notation editing.
 Apparently they're hell bent on only using alsa (God only knows why -
 must have a death wish or something...), with marginal support for
 jack. Hence they only support midi through alsa, not jack. Madness...

Yes, Rosegarden is a very nice app; it's just too bad we can't get true
MIDI working with it under FreeBSD.  As an amateur (frustrated?)
composer, I *really* like the notation editing.

For several months now, I've been unable to use Rosegarden at all
(under 10-CURRENT).  It crashes very early on startup.  Haven't been
able to track this one down yet.

Gosh, how I miss my early days with FreeBSD and my Soundblaster AWE64
with the special MIDI apps for it in the ports collection (back in the
good ol' days when OSS was our soundsystem).

 The usb audio was a good call; the uaudio driver worked well in our
 case with jack, and given all work was done on a laptop it made
 sense. These days I think it makes more sense because of the
 portability, not to mention if the power happens to go off in the
 midst of a take you can keep going and finish the track ;)
 
 The only other option that would be ideal would be firewire audio -
 if that ever comes to FBSD. I think there may be some support through
 jack, but I haven't investigated that fully yet.
 
 And dont forget lilypond for notation... :)

I wish driver coding and such were more my area of expertise; I'd
gladly lend a hand to any efforts to improve our MIDI support.
Unfortunately, every time I've tried looking at any of the actual code
for the sound subsystem, it's left me in a veritable mystified
stupor.  :-)

And lately, even some of the timidity++ stuff isn't working right.  The
Xaw interface refuses to build/install properly, ever since the removal
of X11BASE from the ports infrastructure.

This is really my single, my one-and-only gripe with FreeBSD: MIDI!
Used to have a nice setup that was working beautifully, pretty much
comparable to what you might find under Windows or Mac.  But the whole
thing got yanked out and replaced with the newpcm stuff back in -- what
year was it? -- sometime in the late 90s.  Most unfortunate.  I and a
number of others protested at the time, that we were having
functionality ripped out with no viable replacement in sight, and
sadly, that's still pretty much the case.  MIDI support in FreeBSD has
never been the same since.  :-(

Oh well, I'll shut up now.  Hate to come off as a whiner or
something.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: using clang (was: Re: ps, clang and make variables)

2012-04-03 Thread Conrad J. Sabatier
On Sun, 1 Apr 2012 17:57:31 -0600 (MDT)
Warren Block wbl...@wonkity.com wrote:

 On Sun, 1 Apr 2012, Conrad J. Sabatier wrote:
 
  On Sun, 1 Apr 2012 14:11:29 -0500
  Conrad J. Sabatier conr...@cox.net wrote:
 
  On Sun, 1 Apr 2012 12:29:45 -0600 (MDT)
  Warren Block wbl...@wonkity.com wrote:
 
  Have you tried clang with ccache?  Any tricks?
 
  No, I haven't tried that.  Actually, I don't believe I've ever even
  tried using ccache at all (at least, not that I can recall).  :-)
 
 
  You've piqued my curiosity here.  :-)
 
  I'm doing a buildworld at the moment using ccache with clang.  So
  far, all is well, no problems.  Didn't do anything special to get
  started, just ccache make -DNO_CLEAN -j8 buildworld (I have all
  that clang-enabling stuff already in /etc/make.conf).  I know this
  first run won't really show me much, other than that it *will*
  compile OK. Subsequent runs should be interesting, though.  :-)
 
 A few tests earlier today showed that with everything in cache, it
 took about 1.5 to 2 times as long to build with clang versus gcc
 4.2.1.  It was faster with a full cache than without, of course:
 clang took 38 minutes with nothing in cache, about 12 minutes with
 everything cached, and gcc buildworlds have been as fast as six
 minutes.  A gcc all-cached test I just tried was 7:47.
 
 For some reason, buildworlds on this Core I5 are much faster when 
 running powerd -a hadp than without.  And somewhat variable.

Well, unfortunately, I'm unable to do a successful buildworld at the
moment, with or without ccache, so the results are still up in the air
on that.  :-)

Will keep trying, though.  I *hate* when this happens!  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: using clang (was: Re: ps, clang and make variables)

2012-04-01 Thread Conrad J. Sabatier
On Sat, 31 Mar 2012 11:11:25 -0400
Robert Huff roberth...@rcn.com wrote:

 
   As long as we're talking about clang, I have two questions.
   1) Is there any generic reason why a port compiled with clang
 won't work on a world compiled with gcc?

No, none that I'm aware of.  I've occasionally seen mention of
this-or-that port causing problems if built with clang, not always
directly, but sometimes affecting other ports that depend on it.

   2) If not, how do I set that up?

The standard method is to include the following in
your /etc/make.conf (also see the comments after this):

#
# use clang unless gcc is explicitly required
#

.if !defined(USE_GCC)
.if !defined(CC) || ${CC} == cc
CC=clang
.endif
.if !defined(CXX) || ${CXX} == c++
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == cpp
CPP=clang-cpp
.endif
.endif

Over a span of several months, I've gradually amassed a list of ports
I use myself which either won't build successfully with clang, or have
some sort of runtime issues when built with clang (these have a
tendency to change over time with new releases of a given port).  For
these, I've added some exception lines to force them to be built
either with the base system gcc (4.2) or the lang/gcc port (4.6). 

Note that these exceptions have to *precede* the previous lines in
order for them to override the above clang settings.

You can also override the clang settings at the command line by doing
make USE_GCC=4.2 (or 4.2+) or make USE_GCC=4.6 (or 4.6+), for
example.  If you do do this from the command line, just be sure to be
consistent with it, i.e., you don't want to do a make USE_GCC=4.6
configure followed by a plain make or make install.  Pretty much
sure to lead to trouble.  :-)

Note, too, that none of these exceptions have anything to do with my
/usr/src builds.  I've been using clang for buildworld and buildkernel
for quite some time now.

###
# (need to put this up here before the following clang stuff)
#
# ports which either won't build using clang, or that have
# runtime issues when built with clang
#
##

#
# default to using clang for all port builds, with the following
# exceptions

# ports which will only build with the base system GNU compiler (4.2)
#
# the make index target also seems to need this, for some reason

.if target(index) | \
${.CURDIR:M*/devel/antlr*} | \
${.CURDIR:M*/devel/google-perftools* } | \
${.CURDIR:M*/graphics/ImageMagick* } | \
${.CURDIR:M*/graphics/opencv*} | \
${.CURDIR:M*/www/libxul*} | \
${.CURDIR:M*/x11/kdelibs4*} | \
${.CURDIR:M*/x11-toolkits/swt-devel*}
USE_GCC?=4.2
.endif

# ports which need *some* version of the GNU compiler (won't build with
# clang or have runtime issues if built with clang)
# use the highest version of gcc we have installed from ports (4.6)

.if ${.CURDIR:M*/accessibility/jovie*} | \
${.CURDIR:M*/accessibility/kdeaccessibility4*} | \
${.CURDIR:M*/audio/grip*} | \
${.CURDIR:M*/audio/mpg123*} | \
${.CURDIR:M*/audio/rosegarden*} | \
${.CURDIR:M*/databases/virtuoso*} | \
${.CURDIR:M*/deskutils/kdepimlibs4*} | \
${.CURDIR:M*/devel/apache-ant*} | \
${.CURDIR:M*/devel/binutils*} | \
${.CURDIR:M*/devel/icu*} | \
${.CURDIR:M*/devel/kdevelop-kde4*} | \
${.CURDIR:M*/devel/kdevplatform*} | \
${.CURDIR:M*/devel/log4j*} | \
${.CURDIR:M*/games/kdegames4*} | \
${.CURDIR:M*/graphics/tonicpoint-viewer*} | \
${.CURDIR:M*/java/* } | \
${.CURDIR:M*/lang/gcc*} | \
${.CURDIR:M*/math/fftw3*} | \
${.CURDIR:M*/multimedia/avidemux2*} | \
${.CURDIR:M*/multimedia/kdemultimedia4*} | \
${.CURDIR:M*/multimedia/vlc*} | \
${.CURDIR:M*/multimedia/xbmc*} | \
${.CURDIR:M*/net/kdenetwork4*} | \
${.CURDIR:M*/net/mpich2*} | \
${.CURDIR:M*/net/opal3*} | \
${.CURDIR:M*/net-p2p/ktorrent*} | \
${.CURDIR:M*/net-p2p/vuze*} | \
${.CURDIR:M*/sysutils/lsof*} | \
${.CURDIR:M*/textproc/docbook-xsl*} | \
${.CURDIR:M*/textproc/fop*} | \
${.CURDIR:M*/www/firefox*} | \
${.CURDIR:M*/x11/kde4-baseapps*} | \
${.CURDIR:M*/x11/kde4-workspace*} | \
${.CURDIR:M*/x11/lxpanel*} | \
${.CURDIR:M*/x11-toolkits/swt*}
USE_GCC?=4.6+
.endif

Hope this helps somewhat.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: using clang (was: Re: ps, clang and make variables)

2012-04-01 Thread Conrad J. Sabatier
On Sun, 1 Apr 2012 09:06:08 -0400
Robert Huff roberth...@rcn.com wrote:

 Conrad J. Sabatier writes:
 
   Note, too, that none of these exceptions have anything to do with
   my /usr/src builds.  I've been using clang for buildworld and
   buildkernel for quite some time now.
 
   I've heard that, but I think I'll wait until it becomes the
 official default.  :-)

I can well understand your hesitation.  I didn't jump on the clang
bandwagon for a good while myself, either.

But, from examining and comparing clang's assembly language output
against gcc's, it does seem pretty apparent that clang produces
some pretty darned efficient code, frequently using notably fewer
machine instructions than gcc, so I try to use it now as much as
possible.  I also find its error and warning messages to be much more
precise and informative than gcc's, which is a real boon if you do any
coding yourself.

There's that, plus the fact that the base system's version of gcc (4.2)
doesn't fully support my processor family type (amdfam10), whereas
clang does (although, to be fair, gcc 4.6+ does as well).

   Hope this helps somewhat.  :-)
 
   Very much.
   Thank you.

You'll come around eventually, no doubt.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: using clang (was: Re: ps, clang and make variables)

2012-04-01 Thread Conrad J. Sabatier
On Sun, 1 Apr 2012 12:29:45 -0600 (MDT)
Warren Block wbl...@wonkity.com wrote:
 
 Have you tried clang with ccache?  Any tricks?

No, I haven't tried that.  Actually, I don't believe I've ever even
tried using ccache at all (at least, not that I can recall).  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: using clang (was: Re: ps, clang and make variables)

2012-04-01 Thread Conrad J. Sabatier
On Sun, 1 Apr 2012 14:11:29 -0500
Conrad J. Sabatier conr...@cox.net wrote:

 On Sun, 1 Apr 2012 12:29:45 -0600 (MDT)
 Warren Block wbl...@wonkity.com wrote:
  
  Have you tried clang with ccache?  Any tricks?
 
 No, I haven't tried that.  Actually, I don't believe I've ever even
 tried using ccache at all (at least, not that I can recall).  :-)
 

You've piqued my curiosity here.  :-)

I'm doing a buildworld at the moment using ccache with clang.  So far,
all is well, no problems.  Didn't do anything special to get started,
just ccache make -DNO_CLEAN -j8 buildworld (I have all that
clang-enabling stuff already in /etc/make.conf).  I know this first run
won't really show me much, other than that it *will* compile OK.
Subsequent runs should be interesting, though.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: Problems with portaudit after update to 0.6.0

2012-03-19 Thread Herbert J. Skuhra
On Mon, 19 Mar 2012 11:14:13 -0300
Fábio Jr. fjuniorli...@gmail.com wrote:

 Hi folks,
 
 I'm facing problems after updating the portaudit to 0.6.0. This is 
 happening on 2 server I own, both with FreeBSD 6.2. Check this out:

You obviously have missed that FreeBSD 6.x is no longer
supported. RELENG_6's EOL was November 30, 2010:

http://article.gmane.org/gmane.os.freebsd.security.announce/194

You should upgrade to 7.4 or 8.2 (soon 8.3).

-- 
Herbert
___
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: What happened to FreeBSD.org DNS earlier today?

2012-03-11 Thread Conrad J. Sabatier
On Sun, 11 Mar 2012 12:16:25 +0100
Julian H. Stacey j...@berklix.com wrote:

  No -- you were not imagining things.  The DNS for freebsd.org was
  temporarily broken.  It was that most impossible to remove of
  causes: human error.
 
 Thats good,  as it means not sun spots aka EMP aka gammma :-)
 
 Cheers,
 Julian

Or the first ominous foreshadowing of the apocalyptic event(s) to unfold
later this year, come December.  :-)

I mean, if FreeBSD's DNS can go down, The End must certainly be near.
The falcon cannot hear the falconer.  Things fall apart.  The center
cannot hold.  Mere anarchy is loosed upon the world, and so on and so
forth.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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


Joseph Campbell on PBS today

2012-03-11 Thread Conrad J. Sabatier
Didn't you mention Joseph Campbell not too long ago, in response to my
Hash Wednesday mailing, referring to the importance/necessity of
rituals?

Well, today at noon on Channel 12, they'll be airing a program titled
Joseph Campbell and the Power of Myth with Bill Moyers.  Three (3)
hours long it is!  From the description on TV Guide, it sounds like
it should be quite interesting.

Preceding it there's Peter, Paul and Mary: 25th Anniversay Concert
(from 1986).  They're doing Puff, The Magic Dragon as I write this.
:-)  Loved that song when I was an innocent young little boy.  I always
associated it with the Cecil and Beany cartoon show.  :-)

Have a pleasant and relaxing Sunday.

Conrad

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: Joseph Campbell on PBS today

2012-03-11 Thread Conrad J. Sabatier
On Sun, 11 Mar 2012 18:03:02 +0100
Julian H. Stacey j...@berklix.com wrote:

 Steve Bertrand wrote:
  On 2012-03-11 11:38, Jerry wrote:
   On Sun, 11 Mar 2012 10:16:54 -0500
   Conrad J. Sabatier articulated:
  
   {snip}
  
 WTF
  
  With this, the ReactOS crap, and the Microsoft sucks debacle, I
  woke up this morning thinking it may be April 1st :)
 
 Yes.  To restore signal to noise ratio, would be good if some people
 on questions@ also subscribed  posted certain threads to
   freebsd-advocacy@
   freebsd-chat@
 http://lists.freebsd.org/mailman/listinfo/
 
 Cheers,
 Julian

Sorry 'bout that, folks.  I was reading my freebsd-questions folder at
the time, for which I have an auto To: address setup, and wanted to
mail a friend of mine to tell her about this TV program, but forgot I
was in the folder and needed to remove the auto address.

Gotta watch out more carefully for that sort of thing.  This is not the
first time I've done this.  Very embarrassing, to say the least.

I need to sleep, I think.  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: What happened to FreeBSD.org DNS earlier today?

2012-03-11 Thread Conrad J. Sabatier
On Sun, 11 Mar 2012 11:36:28 -0700
Robert travelin...@cox.net wrote:

 Let's just blame it on Bush! Everybody else does.

Are you sure it wasn't the evildoers?  You know, the terrists?
Maybe laying the groundwork for a nucular strike?

-- 
Conrad J. Sabatier
conr...@cox.net
___
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


realpath(3): a curiosity question

2012-03-08 Thread Conrad J. Sabatier
I'm just wondering if anyone knows the rationale behind the differing
return codes from realpath() for non-existent paths, depending on
whether the non-existent element of a path is at the end of the
path or if it occurs somewhere further up the chain.

Not asking that it be changed, mind you.  Just wondering why it was
decided to distinguish between these two cases.  From the programmer's
perspective, this is something of a minor annoyance, as running a
non-existent path through realpath() may or may not return NULL, and
therefore still requires additional code to further validate the path
returned in the non-NULL case.

Granted, the stated purpose of this function is not to verify a path's
existence, but nonetheless, having a function that might be called
non-deterministic in the results it returns just seems, well, *bad* to
me (for lack of a better word at the moment).

Does anyone have any idea what the reasoning is behind this design?

-- 
Conrad J. Sabatier
conr...@cox.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 8.2 - active plus inactive memory leak!?

2012-03-07 Thread J B
On Wed, 07 Mar 2012 10:23:38 +0200, Konstantin Belousov wrote:

 On Wed, Mar 07, 2012 at 12:36:21AM +, Luke Marsden wrote:
 ...
 I'm trying to confirm that, on a system with no pages swapped out, that
 the following is a true statement:

 a page is accounted for in active + inactive if and only if it
 corresponds to one or more of the pages accounted for in the
 resident memory lists of all the processes on the system (as
 per the output of 'top' and 'ps')
 No.

 The pages belonging to vnode vm object can be active or inactive or
 cached but not mapped into any process address space.

I wonder if some ideas by Denys Vlasenko contained in this thread
http://comments.gmane.org/gmane.linux.redhat.fedora.devel/157706
would be useful ?

...
Today, I'm looking at my process list, sorted by amount of dirtied pages
(which very closely matches amount of malloced and used space - that is,
malloced, but not-written to memory areas are not included).
This is the most expensive type of pages, they can't be discarded.
If we would be in memory squeeze, kernel will have to swap them out,
if swap exists, otherwise kernel can't do anything at all.
...
Note that any shared pages (such as glibc) are not freed this way;
also, non-mapped pages (such as large, but unused malloced space, or large,
but unused file mappings) also do not contribute to MemFree increase.

jb
___
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: Delete files let FreeBSD crashes.

2012-03-03 Thread Conrad J. Sabatier
On Wed, 29 Feb 2012 09:24:55 +0800
netroby hufeng1...@gmail.com wrote:

 Thanks .
 I had resolved the problem :
 
 1. restart FreeBSD to single user mode.
 2. umount all device then run fsck -f
 3. after finished the fsck, restart FreeBSD , return to normal mode.
 4. delete the broken directory, and restore the data from backup.
 5. every thing seems ok now.
 
 
 netroby

That's all well and good, but just for future reference, when you boot
into single-user mode, the root partition will already be mounted
read-only.  It's not necessary to mount any other partitions before
running fsck, and in fact, it is advised *not* to do so.

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: Delete files let FreeBSD crashes.

2012-03-03 Thread Conrad J. Sabatier
On Sat, 3 Mar 2012 17:06:29 +0100
Damien Fleuriot m...@my.gd wrote:

 
 On 3 Mar 2012, at 16:37, Conrad J. Sabatier conr...@cox.net wrote:
 
  On Wed, 29 Feb 2012 09:24:55 +0800
  netroby hufeng1...@gmail.com wrote:
  
  Thanks .
  I had resolved the problem :
  
  1. restart FreeBSD to single user mode.
  2. umount all device then run fsck -f
  3. after finished the fsck, restart FreeBSD , return to normal
  mode. 4. delete the broken directory, and restore the data from
  backup. 5. every thing seems ok now.
  
  
  netroby
  
  That's all well and good, but just for future reference, when you
  boot into single-user mode, the root partition will already be
  mounted read-only.  It's not necessary to mount any other
  partitions before running fsck, and in fact, it is advised *not* to
  do so.
  
 
 You misread his message, he said he *u*mounted partitions.

Whoops, he sure did, didn't he?  What was I thinking?  :-)

Conrad, skulking quietly off into a corner, red-faced

-- 
Conrad J. Sabatier
conr...@cox.net
___
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: CUPS 1.5.2 not working, like to test 1.4.x, how?

2012-02-21 Thread Christopher J. Ruwe
On Tue, 21 Feb 2012 00:23:19 +0100
Polytropon free...@edvax.de wrote:

 On Mon, 20 Feb 2012 23:46:52 +0100, Christopher J. Ruwe wrote:
  Is there any documentation available on how to retrieve old ports
  from the cvs-attic? I just don't know how, so that I could test my
  assumption that CUPS 1.4.x should be working for my setup.
 
 There's a port to do so: portdowngrade. You can use
 it to obtain older versions of a port. 
 
 (I've been using it successfully to downgrade xzgv
 to a working version.)
 


Thanks a lot. In my case, it meant finding out that you have to rebuild
INDEX, downgrading the cups-base and cups-client port to 1.4.8 and then
rebuidling the chain. Boiled down to 5m of actual work and some more
waiting for the compile ... I have now cups 1.4.8 and am functional with
a Kyocera 1030D connected via usb.

So, thank you again, hava a nice week, cheers
--
Christopher
TZ GMT +1h 

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


Re: How to prevent gam_server from running?

2012-02-20 Thread Herbert J. Skuhra
On Thu, Feb 16, 2012, at 03:44, Nikola Pavlović wrote:
 On Wed, Feb 15, 2012 at 04:57:38PM -0600, Conrad J. Sabatier wrote:
  Lately, I've been hovering hither and thither when it comes to which
  desktop environment I choose when logging in, but several of them seem
  to insist on starting gam_server, which is just a real CPU hog, and
  once this thing is started, there's no stopping it.
  
 
 PolicyKit is like that too. :)
 
  I've looked and looked and still can't figure out how to disable it.  I
  can't even figure out where exactly it's being started from.  Whether
  it's GNOME or XFCE or what-have-you, at login, some add-on tool
  somewhere is launching this thing, and I just plain don't want it!  :-)
 
 It's not just desktop environments, a huge amount of 'normal' ports
 depend on
 it.  I'm running a bare bones window manager and can't get rid of it.
 At first I thought polkit and gam_server were some kind of leftovers
 from a couple of months long experiment with KDE4, but after I made sure
 every last bit of KDE was gone from the system (it was like trying
 to kill those packs of core hounds in Molten Core[1]; older WoW players
 will appreciate the analogy) and tired to remove them, this is what I
 got (and still get; some of the more amusing dependants marked):

 Hmm, maybe glib20/_glib20 is wrongly used in Mk/bsd.gnome.mk and/or the port 
Makefiles. e.g: accessibility/atk, devel/gobject-introspection and 
graphics/cairo list glib20 (instead of _glib20) in USE_GNOME. So you can't even 
install accessibility/atk without devel/gamin. :-( 

-- 
Herbert

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


Re: How to prevent gam_server from running?

2012-02-20 Thread Herbert J. Skuhra
On Thu, Feb 16, 2012, at 03:44, Nikola Pavlović wrote:
 On Wed, Feb 15, 2012 at 04:57:38PM -0600, Conrad J. Sabatier wrote:
  Lately, I've been hovering hither and thither when it comes to which
  desktop environment I choose when logging in, but several of them seem
  to insist on starting gam_server, which is just a real CPU hog, and
  once this thing is started, there's no stopping it.
  
 
 PolicyKit is like that too. :)
 
  I've looked and looked and still can't figure out how to disable it.  I
  can't even figure out where exactly it's being started from.  Whether
  it's GNOME or XFCE or what-have-you, at login, some add-on tool
  somewhere is launching this thing, and I just plain don't want it!  :-)
 
 It's not just desktop environments, a huge amount of 'normal' ports
 depend on
 it.  I'm running a bare bones window manager and can't get rid of it.
 At first I thought polkit and gam_server were some kind of leftovers
 from a couple of months long experiment with KDE4, but after I made sure
 every last bit of KDE was gone from the system (it was like trying
 to kill those packs of core hounds in Molten Core[1]; older WoW players
 will appreciate the analogy) and tired to remove them, this is what I
 got (and still get; some of the more amusing dependants marked):

 Hmm, maybe glib20/_glib20 is wrongly used in Mk/bsd.gnome.mk and/or the port 
Makefiles. e.g: accessibility/atk, devel/gobject-introspection and 
graphics/cairo list glib20 (instead of _glib20) in USE_GNOME. So you can't even 
install accessibility/atk without devel/gamin. :-( 

-- 
Herbert

___
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


  1   2   3   4   5   6   7   8   9   10   >