ke a charm.
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send a
y are away
from the office and then only occasionally.
2) It would be really nice if the program could import the
Thunderbird Address Book.
3) Easy to install and maintain.
TIA,
----
Tim Daneliuk tun...@tundraware.co
akes things a lot simpler.
-
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.fre
On 06/28/2013 05:46 PM, Outback Dingo wrote:
research shows http://en.wikipedia.org/wiki/OneFS_distributed_file_system
D'oh. I looked it up under Isolon but not OneFS.
--
----
Tim Daneliuk tun...@tundraware.co
On 06/28/2013 05:31 PM, Outback Dingo wrote:
On Fri, Jun 28, 2013 at 6:28 PM, Tim Daneliuk mailto:tun...@tundraware.com>> wrote:
On 06/28/2013 05:27 PM, Tim Daneliuk wrote:
I am working on an NAS appliance built on FreeSBD. Several questions:
- The vendor has reb
On 06/28/2013 05:27 PM, Tim Daneliuk wrote:
I am working on an NAS appliance built on FreeSBD. Several questions:
- The vendor has rebranded everything so uname isn't helping me determine
what exact branch of FreeBSD they used. Is there another canonical way
to figure this out?
is it likely that the
Linux emulation will work correctly or are there certain versions of
FreeBSD that do this better than others?
Thanks,
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundrawar
On 06/24/2013 04:58 PM, Tim Daneliuk wrote:
On 06/24/2013 03:20 PM, Matthew Seaman wrote:
On 24/06/2013 20:28, Tim Daneliuk wrote:
After the update to svn 1.8, I did a new svn co of the FBSD 9-STABLE
source branch. When I try to do an update to it, I see this now:
svn: E155005: Working
On 06/24/2013 03:20 PM, Matthew Seaman wrote:
On 24/06/2013 20:28, Tim Daneliuk wrote:
After the update to svn 1.8, I did a new svn co of the FBSD 9-STABLE
source branch. When I try to do an update to it, I see this now:
svn: E155005: Working copy not locked at /usr/scr
svn co svn
separate filesystem,
but this historically worked, so I'm guess that is not the problem.
Ideas?
--
-------
Tim Daneliuk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebs
r using quoting.
--
-------
Tim Daneliuk
___
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"
On 06/10/2013 02:10 PM, dte...@freebsd.org wrote:
-Original Message-
From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
questi...@freebsd.org] On Behalf Of Tim Daneliuk
Sent: Monday, June 10, 2013 12:06 PM
To: freebsd-questions@freebsd.org
Subject: Re: Bourne shell &qu
e same results by using a character sentinel that guarantees that
the
comparison always works:
f [ _"$PTR" == _ ] ; then
--
---
Tim Daneliuk
___
freebsd-questions@free
P:
a-b-c-d.domain.net.
[: a-b-c-d.domain.net.: unexpected operator
Try this instead and see if this fixes it:
if [ _"$PTR" == _ ] ; then
---
Tim Daneliuk
___
freebsd-que
nyone?
--
-------
Tim Daneliuk
___
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"
On 06/04/2013 04:51 PM, Doug Hardie wrote:
On 4 June 2013, at 08:47, Tim Daneliuk wrote:
I am seeing login dictionary attacks on a FreeBSD mail server being
reported. Is there a way to determine the IPs that are doing this
so they can be blocked at the firewall? auth.log only
notes the
.
--
---
Tim Daneliuk
___
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"
- Original Message -
>
> On May 21, 2013, at 9:39 AM, Tim Nelson wrote:
>
> > Greetings-
> >
> > I have need to install FreeBSD 8.1-RELEASE amd64 to build some
> > packages. My usual method of installation is via the
> > *-bootonly.iso, pulling th
the ports tree for 8.1-RELEASE?
Thanks!
--Tim
___
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"
#foo works with sh
On May 18, 2013 10:58:30 AM Quartz wrote:
>> newfoo=${foo:0:51}
>>
>
> That works for bash, not sh.
Ok granted, but I don't think that ${#foo} is straight sh either, so I
assumed "things bash/tcsh/ksh/whatever accept when running in sh emulation"
were ok.
signment:
newfoo=${foo:0:51}
That works for bash, not sh.
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions
On 05/16/2013 10:45 AM, Dan Nelson wrote:
In the last episode (May 16), Tim Daneliuk said:
On 05/16/2013 10:08 AM, Joe wrote:
Hello
Have script that has max size on content in a variable.
How to code size less than 51 characters?
FOO="Some string you want to check length of"
FO
LEN in a conditional.
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mail
On 05/14/2013 08:56 PM, Joe wrote:
Tim Daneliuk wrote:
On 05/14/2013 08:32 PM, Joe wrote:
When stopping vnet jails get message about lost memory pages.
What console commands show available memory pages so I can determine the lost
memory pages after 100 stopped jails?
Want to find out if that
On 03/17/2013 02:52 PM, Tim Daneliuk wrote:
PR 177055 submitted.
--
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd
On 03/17/2013 02:36 PM, Tim Daneliuk wrote:
$ mergemaster -Fi
*** The directory specified for the temporary root environment,
/var/tmp/temproot, exists. This can be a security risk if untrusted
users have access to the system.
Use 'd' to delete the old /var/tmp/te
$ mergemaster -Fi
*** The directory specified for the temporary root environment,
/var/tmp/temproot, exists. This can be a security risk if untrusted
users have access to the system.
Use 'd' to delete the old /var/tmp/temproot and continue
Use 't' to select a new temporary root dire
On 03/16/2013 10:15 PM, Mehmet Erol Sanliturk wrote:
On Sat, Mar 16, 2013 at 6:46 PM, Tim Daneliuk mailto:tun...@tundraware.com>> wrote:
On 03/16/2013 05:43 PM, Mehmet Erol Sanliturk wrote:
Michael W. Lucas in Absolute FeeBSD , 2nd Edition , ( ISBN :
978-1-59327
.
--
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-ques
?
Mehmet Erol Sanliturk
I just tried this and it made no difference. The same file copied onto
the NFS mount on /usr1/shared takes about 20x as long when coppied
on to /usr[1|2]/BKU.
--
Tim Daneliuk tun
w to track down the problem
Thanks,
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any
r one
are dreadfully slow. Both are mounted on the LM machine using
'rw,soft,intr' in that machine's fstab file.
Any ideas on what might be the culprit here?
--
----
Tim Daneliuk tun...@tundraware.com
P
ally for a configuration where LDAP authentication is preferred,
or at least RADIUS if not LDAP?
--
Tim Gustafson
t...@ucsc.edu
831-459-5354
Baskin Engineering, Room 313A
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listin
On 02/13/2013 03:13 PM, Robert Bonomi wrote:
Date: Wed, 13 Feb 2013 12:27:31 -0600
From: Tim Daneliuk
Subject: Fun Scripting Problem
I know how to do this in Python, but I really want to do it in
straight Bourne shell. I have some ideas, but I thought I'd
give you folks a crack at thi
is nothing the file name or content that could
be used to infer this.
--
-------
Tim Daneliuk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
points if the problem is solved generally for either files
or directories generated as described above.
These are not actually logs, and no, I don't think logrotate can
do this ... or can it?
--
-----
On 02/12/2013 11:10 AM, Robert Bonomi wrote:
Date: Tue, 12 Feb 2013 08:53:37 -0600
From: Tim Daneliuk
To: FreeBSD Mailing List
Subject: Was I Sourced?
Is there a way for script to determine whether is was sourced
or forked off as a subprocess when it was invoked?
I have a script that needs
,
--
---
Tim Daneliuk
___
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"
ut folders that I don't want scanned, or should I
> just disable those jobs?
Thanks to everyone who replied.
I got some helpful suggestions from a few people, which all amounted
to either "disable the jobs" or "create your own custom version of
those jobs". So for
able those jobs?
--
Tim Gustafson
t...@ucsc.edu
831-459-5354
Baskin Engineering, Room 313A
___
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"
On Thu, January 17, 2013 6:49 am, Dan Nelson wrote:
> First, check /etc/nsswitch.conf and verify that "dns" is listed on the
> "hosts:" line. Next, try disabling nscd ("svcadm disable
> name-service-cache") , and then running "truss ping www.google.com" (make
> sure to reenable nscd when you're d
On Thu, January 17, 2013 6:49 am, Dan Nelson wrote:
> First, check /etc/nsswitch.conf and verify that "dns" is listed on the
> "hosts:" line. Next, try disabling nscd ("svcadm disable
> name-service-cache") , and then running "truss ping www.google.com" (make
> sure to reenable nscd when you're d
On Thu, January 17, 2013 6:49 am, Dan Nelson wrote:
> First, check /etc/nsswitch.conf and verify that "dns" is listed on the
> "hosts:" line. Next, try disabling nscd ("svcadm disable
> name-service-cache") , and then running "truss ping www.google.com" (make
> sure to reenable nscd when you're d
et clobbered so as to not be able to talk
to the DNS servers which I know are reachable via dig and nslookup.
TIA,
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tun
On 01/12/2013 06:24 PM, Fbsd8 wrote:
Is there any command line command to convert a port's manpage to html?
Well really any manpage.
In the ports under:
textproc/man2html
--
----
Tim Daneliuk
thing.
I'm guessing there's a way to do this with rsync but I'm kind
of stumped.
Ideas?
--
-------
Tim Daneliuk
___
freebsd-questions@freebsd.org mailing list
http://lists.f
Have a look at
Http://www.tundraware.com/Software/tren
-
Tim Daneliuk
Odhiambo Washington wrote:
>I have several files in this format:
>
>rw-r--r-- 1 johndoe johndoe20085 Jan 9 19:30 1357744249.26989.mbox:2,
>-rw-r--r-- 1 johndoe johndoe24419 Jan 9 19:30
>1
On 12/18/2012 10:10 PM, Devin Teske wrote:
On Dec 18, 2012, at 6:20 PM, Tim Daneliuk wrote:
On 12/18/2012 08:03 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:43 PM, Tim Daneliuk wrote:
On 12/18/2012 07:33 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:18 PM, Tim Daneliuk wrote:
One
On 12/18/2012 08:20 PM, Tim Daneliuk wrote:
On 12/18/2012 08:03 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:43 PM, Tim Daneliuk wrote:
On 12/18/2012 07:33 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:18 PM, Tim Daneliuk wrote:
One further question, if I may. If I do this:
sudo
On 12/18/2012 08:03 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:43 PM, Tim Daneliuk wrote:
On 12/18/2012 07:33 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:18 PM, Tim Daneliuk wrote:
One further question, if I may. If I do this:
sudo su -
Will log_input record everything I do
On 12/18/2012 07:33 PM, Devin Teske wrote:
On Dec 18, 2012, at 5:18 PM, Tim Daneliuk wrote:
One further question, if I may. If I do this:
sudo su -
Will log_input record everything I do once I've been promoted to
root? I ask because my initial experiments seem to show tha
On 12/18/2012 07:09 PM, Tim Daneliuk wrote:
On 12/18/2012 06:53 PM, John Hein wrote:
Tim Daneliuk wrote at 17:48 -0600 on Dec 5, 2012:
> On 12/05/2012 05:44 PM, Kurt Buff wrote:
> > On Wed, Dec 5, 2012 at 3:19 PM, Tim Daneliuk
wrote:
> >> I am working with an inst
On 12/18/2012 06:53 PM, John Hein wrote:
Tim Daneliuk wrote at 17:48 -0600 on Dec 5, 2012:
> On 12/05/2012 05:44 PM, Kurt Buff wrote:
> > On Wed, Dec 5, 2012 at 3:19 PM, Tim Daneliuk
wrote:
> >> I am working with an institution that today provides limited privilege
is to put a custom script in /usr/local/etc/rc.d/
that initiates the SMB mounts there. This too could fail, but
it doesn't prevent the OS From booting fully.
--
-------
Tim Daneliuk
_
ave access. That is, implement a separation of powers
scheme where no one organization has complete control of
the entire monitoring workflow.
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundrawa
ipt above in order to get it to print out the
respective drive capacities?
Look into fdisk -s
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
On 12/06/2012 12:55 PM, n j wrote:
On Thu, Dec 6, 2012 at 12:47 AM, Tim Daneliuk 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
On 12/05/2012 06:35 PM, Kurt Buff wrote:
On Wed, Dec 5, 2012 at 3:48 PM, Tim Daneliuk wrote:
On 12/05/2012 05:44 PM, Kurt Buff wrote:
On Wed, Dec 5, 2012 at 3:19 PM, Tim Daneliuk
wrote:
I am working with an institution that today provides limited privilege
escalation
on their servers via
On 12/05/2012 05:44 PM, Kurt Buff wrote:
On Wed, Dec 5, 2012 at 3:19 PM, Tim Daneliuk wrote:
I am working with an institution that today provides limited privilege
escalation
on their servers via very specific sudo rules. The problem is that the
administrators can do 'sudo su -'.
On 12/05/2012 05:42 PM, Damien Fleuriot wrote:
On 6 Dec 2012, at 00:19, Tim Daneliuk wrote:
sudo chown root:wheel my_naughty_script
sudo chmod 700 my_naughty script
sudo ./my_naughty_script
The sudo log will note that I ran the script, but not what it did.
wow
not believe auditd does this either.
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.f
ror code 1
Ideas?
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.o
orts tree up-to-date might not be
simpler, and perhaps, more reliable ...
--
---
Tim Daneliuk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-q
On 11/26/2012 01:30 AM, Matthew Seaman wrote:
On 26/11/2012 00:59, Tim Daneliuk wrote:
I use portsnap fetch update and it works...
Ah, maybe that was the problem. That works for me as well.
Ummm... how long have you been using portsnap? If you haven't been
running 'portsnap
On 11/25/2012 11:17 PM, Warren Block wrote:
On Sun, 25 Nov 2012, Matthew Seaman wrote:
On 25/11/2012 23:10, Tim Daneliuk wrote:
After the recent security scare, I know the ports tree was temporarily
frozen. Does anyone know when it will again be updates. I just upgraded
to 9.1-PRE and need
On 11/25/2012 06:56 PM, ajtiM wrote:
On Sunday 25 November 2012 17:30:15 Tim Daneliuk wrote:
On 11/25/2012 05:25 PM, Matthew Seaman wrote:
On 25/11/2012 23:10, Tim Daneliuk wrote:
After the recent security scare, I know the ports tree was temporarily
frozen. Does anyone know when it will
On 11/25/2012 05:25 PM, Matthew Seaman wrote:
On 25/11/2012 23:10, Tim Daneliuk wrote:
After the recent security scare, I know the ports tree was temporarily
frozen. Does anyone know when it will again be updates. I just upgraded
to 9.1-PRE and need to rebuild Firefox & Thunderbird aga
s...
TIA,
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
On 11/24/2012 06:16 PM, Shane Ambler wrote:
On 25/11/2012 04:06, Tim Daneliuk wrote:
But I have had essentially no problems doing in-place major rev
updates with FreeBSD thus far. The only breakage I am worried about
now is whether the new compiler change breaks things that used to
work just
On 11/24/2012 05:58 PM, Erich Dollansky wrote:
Hi,
On Sat, 24 Nov 2012 10:38:35 -0600
Tim Daneliuk wrote:
I am currently running FBSD 8.3-STABLE on a production server that
provides http, dns, smtp, and so on for a small domain. This is not
a high arrival rate environment but it does need
On 11/24/2012 05:13 PM, Doug Hardie wrote:
On 24 November 2012, at 14:37, Tim Daneliuk wrote:
On 11/24/2012 03:25 PM, Doug Hardie wrote:
On 24 November 2012, at 12:32, Tim Daneliuk wrote:
Can someone kindly explain what is going on here:
Machine A: FreeBSD - was running 8, just upgraded
this with appropriate /etc/libmap.conf entires. I am now
about to do a portupgrade -aARrvf to redo the ports. We'll see
how that goes...
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tun
On 11/24/2012 03:25 PM, Doug Hardie wrote:
On 24 November 2012, at 12:32, Tim Daneliuk wrote:
Can someone kindly explain what is going on here:
Machine A: FreeBSD - was running 8, just upgraded to 9.1-PRE
(I don't recall seeing the behavior described below
, but I
don't get it.
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org
by the new tool chain?
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.free
reasonable to do an in-place upgrade. This
is how I migrated 4->6, 6->7, and 7->8 and I am hoping this is till
the case since a complete reinstall is painful and slow.
TIA,
--
----
Tim Daneliuk tun...@tundraware.co
On 09/05/2012 09:15 PM, Warren Block wrote:
On Wed, 5 Sep 2012, Tim Daneliuk wrote:
On 09/05/2012 07:24 PM, Bryan Drewery wrote:
On 9/5/2012 7:02 PM, Tim Daneliuk wrote:
A bit off topic, but I'm kind of stuck. I am using gmake and want to
do something like this:
FOO := $(shell
On 09/05/2012 07:24 PM, Bryan Drewery wrote:
On 9/5/2012 7:02 PM, Tim Daneliuk wrote:
A bit off topic, but I'm kind of stuck. I am using gmake and want to
do something like this:
FOO := $(shell a | b | c)
But this appears not to work. Only the 'a' command is executed. T
s
kind of thing?
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/m
t but decided not to.
TIA,
Now back to your regularly scheduled discussion of the World's Finest OS...
--
--------
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundrawa
sing running
all the time.
--
----
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org
On 06/27/2012 10:33 AM, Tim Daneliuk wrote:
On 06/27/2012 10:25 AM, Tim Daneliuk wrote:
On 06/27/2012 09:25 AM, Aleksandr Miroslav wrote:
hello,
I'm not sure if this is the right forum for this question, but here
goes.
I have the following in a shell script:
#!/bin/sh
ause
the subsequent 'sed' substitution needs to find a space *before* each argument
which it then replaces with "-e ".
---
Tim Daneliuk
___
freebsd-questions@freebsd.or
On 06/27/2012 10:25 AM, Tim Daneliuk wrote:
On 06/27/2012 09:25 AM, Aleksandr Miroslav wrote:
hello,
I'm not sure if this is the right forum for this question, but here
goes.
I have the following in a shell script:
#!/bin/sh
if [ "$#" -eq "0" ]; th
NF=FOO64 allow a 32 bit
installation to build a 64 bit kernel? I'd like to upgrade this machine
to 64 bit AMD and I'd prefer not to do it from a DVD if I can do it from
source. Has anyone tried this and succeeded (or failed spectacularly)
on a remote install/upgr
tion on
most Unix-like systems like Linux or Mac OS X hosts. It comes complete
with documentation in html, pdf, dvi, and Postscript formats. There is
no licensing fee for any use, personal, commercial, government,
or institutional.
--
--
On 06/07/2012 12:19 AM, Parv wrote:
in message<4fcf48af@tundraware.com>,
wrote Tim Daneliuk thusly...
...
Within a makefile, I need to assign the name of a program as in:
FOO = "bar".
The problem is that 'bar' may also be know as, say, "bar.sh".
...
think this works when both
are there:
FOO = $(shell `which bar bar.sh)
Thanks,
--
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-ques
On 06/05/2012 11:35 AM, Dan Nelson wrote:
In the last episode (Jun 05), Tim Daneliuk said:
Given this script:
#!/bin/sh
foo=""
while read line
do
foo="$foo -e"
done
echo $foo
Say I respond 3 times, I'd expect to see:
-e -e -e
Instead, I get:
-e -e
Linux appe
or am I missing something?
--
-------
Tim Daneliuk
___
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"
e was a way to resintall pam under freebsd?
This machine is an 8.2 release
FreeBSD LBSD2.summitnjhome.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri
Feb 18 02:24:46 UTC 2011
r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
thanks
tim
--
GPG me!!
gpg --keyserver pool.sks-keyservers
*? If I do this:
cvs co -d . foo
Or this:
cvs co -d ./ foo
I get this:
cvs checkout: existing repository /usr/cvs/... does not match /usr/cvs/.../foo
cvs checkout: ignoring module waccess
Ideas?
--
Tim Daneliuk tun
Hello list,
I have a few php config files that have the windows delimiter
character in them ('^M') that I would like to get rid of. I'm trying
to use sed to do it, and for some reason I am not having any luck.
Here's the line that I'm trying to use:
#sed -i '.bak' 's/^M//g' config.php
Howeve
o see if
anything is revealed there. Access can be denied for reasons other
than passwords.
BW
And a su -l [thatuser] as root would probably spit out some handy
console messages right away.
Tim
___
freebsd-questions@freebsd.org mailing list
http://list
it is possible to create your own
keyboard maps in both joe and vim...
--
---
Tim Daneliuk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
ion requiredpam_permit.so
passwordrequiredpam_permit.so
I note that there is an /etc/pam.d/cron but it's not clear to me what
I might add to this file, as it is quite different than the others:
account requiredpam_nologin.so
account requir
Well, I checked the log for ppp, nothing I could see. There's not much as I
still can't send the modem an AT, so...
--- On Tue, 3/4/12, tim smith wrote:
> From: tim smith
> Subject: modem
> To: freebsd-questions@freebsd.org
> Date: Tuesday, 3 April, 2012, 8:49 AM
>
My us robotics serial modem worked without issue on previous freebsd versions.
With 9, user ppp term, I get /dev/cuau0/ device failed to open
Suggestions?
Tim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
On 04/02/2012 03:52 PM, Mike Tancsa wrote:
On 4/1/2012 4:21 PM, Tim Daneliuk wrote:
I am seeing this intermittently:
Apr 1 14:48:36 host kernel: fxp0: link state changed to DOWN
Apr 1 14:52:27 host kernel: fxp0: link state changed to UP
There were some fixes to the fxp driver on ~ March
?
Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To
1 - 100 of 1234 matches
Mail list logo