Picon

Subscriber, We're giving away photo paper with every order!

Dear Subscriber
We're giving away photo paper with every order!
Are you fed up with paying silly money for photo paper? We are now giving away 20 sheets of gloss coated 185gsm
Pro-Jet photo paper with every order! See details here (
http://www.printercartridgesplease.co.uk/acatalog/photo-paper-giveaway.html ).
There's no catches and no minimum order value, all you have to do is order what you'd like from our website and
the free photo paper will appear on your order at the checkout!
We specialise in reducing printing costs through the supply of high quality compatible and recycled
cartridges and low cost specialist papers. We also supply a full range of printer cartridges, laser
toners, drums and ribbons branded by your original equipment manufacturer.
Our website has been designed so that you can see exactly what cartridges, toners and inks are available for
your printer, so you can easily compare the prices between recycled, compatible and manufacturers
original branded units. To see how much you can save, visit our website (
http://www.printercartridgesplease.co.uk/ ).
All our products carry a no-nonsense guarantee. If you're not happy we'll exchange or refund you with no
evasion and no excuses. We'll treat you how we expect to be treated ourselves.
With thanks best regards,
Neil Blanchard
Business Account Manager
Printer Cartridges Please
sales <at> printercartridgesplease.co.uk        
This message was sent to the following e-mail address: questions <at> freebsd.org. If you would prefer not to
receive any further e-mails from us, please just click here (
http://www.printercartridgesplease.co.uk/unsubscribe/questions <at> freebsd.org ). Our
e-marketing policy can be read here (
http://www.printercartridgesplease.co.uk/acatalog/Email_Marketing_Policy.html ).
3WM T/A Printer Cartridges Please
Unit 4 Hollis Road, Grantham, Lincolnshire, NG31 7QH
Tel: 0845 072 7227
Fax: 0845 071 0759               
(Continue reading)

Fbsd8 | 10 Feb 06:20
Favicon

How to create 2 versions of a port

I maintain a port that accesses the release distribution files. Now with 
9.0 having a different path /i386/i386 and the files being compressed 
first with tar and then again with xz I need to change the port to 
access the new layout and file format.

I would like to leave the current version in the ports as is which works 
fine with the 8.x world and add a second version that only works with 
9.0 and newer.

Question is how do i change the port description of the current port to 
say it supports 8.x with out re-adding the complete port again?

I know I have to add the new port version that supports ge 9.0.
_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"

Antonio Olivares | 10 Feb 03:39
Picon

portshaker, listing updates and skipping broken/removed ports

Dear folks,

I have a question regarding portshaker.  I have successfully used
Warren Block's script to make updates.

http://www.wonkity.com/~wblock/docs/html/portupgrade.html

#!/bin/sh
/usr/sbin/portsnap fetch update && \
/usr/local/sbin/portmaster -L --index-only | egrep '(ew|ort)
version|total install'

How can I do the same with portshaker command?

I now have to use portshaker to update freebsd-texlive ports.  I try
to fetch updates to texlive-* ports, but none show up.  They show up
after I run portshaker command.  The freebsd-texlive ports

http://code.google.com/p/freebsd-texlive/

 by Romain Tartiere are working beautifully, but updating them is
another story.  I did not know that one has to use portshaker to get
the updates, since they are not officially in freebsd ports.  Running
portshaker now I see the updates and can update them, but some
packages have been removed upstream and portmaster -a command fails
and I have to manually remove the culprit packages

Otherwise above script only updates regular freebsd official ports and
not the new ones with texlive.  Also, if there are broken or removed
ports in ports tree, I get updating error.
(Continue reading)

Yiru Li | 9 Feb 23:10
Picon
Picon
Favicon
Gravatar

one question about Freebsd subversion access log

Hello,
I am doing an analysis on Freebsd subversion access log. One log 
extracted from the access log is below.

The piece of log include files and subdirectories which are indicated 
"modified" (M).
The subdirectories are:
/stable/7/sbin/geom, /stable/7/sbin/geom/class/label,
/stable/7/sbin/geom/class/part
/stable/7/sbin/geom/class/stripe
/stable/7/sbin/geom/misc
/stable/7/sys
/stable/7/sys/cddl/contrib/opensolaris
/stable/7/sys/contrib/dev/acpica
/stable/7/sys/contrib/pf

My question is: why are the subdirectories recorded as "modified", even 
though there is no files modified under most of the subdirectories?

I did a test of modifying a file and submitting a commit to the 
subversion in my local machine. No subdirectories are recorded as 
"modified" except for the file.

I can not find the answer through
googling.
thanks
Yiru

--------------------------------------------------------------------------------------------------- 

(Continue reading)

Dmitry Vasilyev | 9 Feb 16:40
Gravatar

freebsd-questions

Hello, Questions.

FreeBD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012
root <at> obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

When replacing the MTA if you disable sendmail to rc.conf file after adding the lines:

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

lost all network connections to any local port IP4, but if you go locally as root and execute the command ping
any IP network, all connections are restored

tried to just install the system in a minimal install and add
disable sendmail in rc.conf result is the same - the decline of network
Connection to a local reference to it such as ping, now in
ports installed on the system:

apache                              =
apr-devrandom-gdbm-db42             =
autoconf                            =
autoconf-wrapper                    =
automake                            =
automake-wrapper                    =
bash                                =
bigreqsproto                        =
bison                               =
cmake                               =
(Continue reading)

Dmitry Vasilyev | 9 Feb 14:31
Gravatar

lost network connections

Hello, Questions.

FreeBD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012
root <at> obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

When replacing the MTA if you disable sendmail to rc.conf file after adding the lines:

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

lost all network connections to any local port IP4, but if you go locally as root and execute the command ping
any IP network, all connections are restored

tried to just install the system in a minimal install and add
disable sendmail in rc.conf result is the same - the decline of network
Connection to a local reference to it such as ping, now in
ports installed on the system:

apache                              =
apr-devrandom-gdbm-db42             =
autoconf                            =
autoconf-wrapper                    =
automake                            =
automake-wrapper                    =
bash                                =
bigreqsproto                        =
bison                               =
cmake                               =
(Continue reading)

Dmitry Vasilyev | 9 Feb 14:27
Gravatar

lost network connections

Hello, Questions.

FreeBD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012
root <at> obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

When replacing the MTA if you disable sendmail to rc.conf file after adding the lines:

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

lost all network connections to any local port IP4, but if you go locally as root and execute the command ping
any IP network, all connections are restored

tried to just install the system in a minimal install and add
disable sendmail in rc.conf result is the same - the decline of network
Connection to a local reference to it such as ping, now in
ports installed on the system:

apache                              =
apr-devrandom-gdbm-db42             =
autoconf                            =
autoconf-wrapper                    =
automake                            =
automake-wrapper                    =
bash                                =
bigreqsproto                        =
bison                               =
cmake                               =
(Continue reading)

Volodymyr Kostyrko | 9 Feb 14:00
Picon
Gravatar

system reboot yielding no coredump

Hi all.

Has anyone else seen this:

Feb  9 14:41:33 beeb kernel: interrupt                   total
Feb  9 14:41:33 beeb kernel: irq18: ehci0 uhci5+                  325
Feb  9 14:41:33 beeb kernel: irq19: uhci2 uhci4                  5180
Feb  9 14:41:33 beeb kernel: irq23: uhci3 ehci1                 78296
Feb  9 14:41:33 beeb kernel: cpu0:timer                      87480961
Feb  9 14:41:33 beeb kernel: irq256: igb0:que 0               4233015
Feb  9 14:41:33 beeb kernel: irq257: igb0:que 1               3164805
Feb  9 14:41:33 beeb kernel: irq258: igb0:que 2               3230196
Feb  9 14:41:33 beeb kernel: irq259: igb0:que 3               3149873
Feb  9 14:41:33 beeb kernel: irq260: igb0:que 4               3120911
Feb  9 14:41:33 beeb kernel: irq261: igb0:que 5               3207821
Feb  9 14:41:33 beeb kernel: irq262: igb0:que 6               3135338
Feb  9 14:41:33 beeb kernel: irq263: igb0:que 7               3237378
Feb  9 14:41:33 beeb kernel: irq264: igb0:link                      2
Feb  9 14:41:33 beeb kernel: irq274: mpt0                    34436250
Feb  9 14:41:33 beeb kernel: cpu1:timer                       8585682
Feb  9 14:41:33 beeb kernel: cpu12:timer                     10785198
Feb  9 14:41:33 beeb kernel: cpu6:timer                       6794891
Feb  9 14:41:33 beeb kernel: cpu13:timer                      6626277
Feb  9 14:41:33 beeb kernel: cpu7:timer                      13703957
Feb  9 14:41:33 beeb kernel: cpu11:timer                      8628910
Feb  9 14:41:33 beeb kernel: cpu5:timer                       7938263
Feb  9 14:41:33 beeb kernel: cpu14:timer                      6264729
Feb  9 14:41:33 beeb kernel: cpu4:timer                      14017666
Feb  9 14:41:33 beeb kernel: cpu10:timer                     18995834
Feb  9 14:41:33 beeb kernel: cpu9:timer                       9905748
(Continue reading)

Favicon

/dev/ulpt0 -- How is it created?


It would appear that the device node /dev/ulpt0 gets (re-)created every
time I plug my USB printer back in.

Could somebody please kindly tell me what the exact mechanism is that
causes this device node to be (re-)created upon such events?

I am rather hoping that whatever that mechanism is, that I can diddle
it somehow so that every time /dev/ulpt0 gets created, it will be
created with perms set to 0666.

(Sorry, yes, I'm almost totally ignorant about how these kinds of
transient device nodes get automagically created these days.)
_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"

Henry Olyer | 8 Feb 20:39
Picon
Gravatar

inetd[1081]: ssh/tcp: bind: address already in use

First, thank you folks for your help.  Each of you.

I been pretty much a glass terminal UN*X user since I started.  Now,
because of you guys and the people behind X and oh!, all those programs
that get linked in (three hours of package loading plus six hours of ports
downloading and compilation, I have a pretty nice Fvwm environment with
some nifty plotting.  (Though I wonder, is it better to be forced to
visualize the underlying curve's of a system without looking.  A
philosophical problem for another day...)

Second, I am getting:  inetd[1081]: ssh/tcp: bind: address already in use.
 What's the fix, please?

And third, about the intrusion.  I have already wiped the machine to
rebuild it.  But I noted the requested files, if their is a future incident.

I had used null passwords while I was loading FBSD software.  A practice I
shall never repeat.  me bad...
_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"

Janos Dohanics | 8 Feb 19:42

FreeBSD 9, GPT and gmirror

Hello Everyone,

May be I should have searched more for answers, but after installing
FreeBSD 9 with gmirror, I am wondering if the experts here have some
recommendations for "best practices".

1. The Guided partitioning doesn't suggest any more to
create /var, /tmp, /usr, etc. file systems. Is it really the
recommendation to go with just / ?

2. Is there a way to use the old sysinstall to install FreeBSD 9? 

3. It seems that setting up gmirror is more involved with GPT
(http://blather.michaelwlucas.com/archives/1071); now I have a mirror
for each of the filesystems /, /var, /tmp, etc. Is it OK to use gmirror
in this way at all?

4. Also, with GPT, one has to be in single user mode to synchronize
disks - correct?

3. Assuming one has enough RAM, is zfs mirror or raidz recommended over
gmirror?

Prior to FreeBSD 9, I used to take the the sysinstall defaults with
some overrides as I thought appropriate and proceeded to set up
gmirror - it was simple and not a lot of work, and a good way to make
use of older systems...

--

-- 
Janos Dohanics
(Continue reading)


Gmane