Dan Nelson wrote:
In the last episode (Mar 27), Manish Jain said:
I am used to the normal GNU-version of expr (also available on Solaris)
and much prefer it over the FreeBSD version. The GNU version allows
internal commands like length, substring and others which make it much
easier to work wit
Hi:
I have been searching for the appropriate perl mailing list, but no
avail. I'm trying to build a database with Berkeley DB and MLDBM for a
multi dimensional hash structure,
my $hdbm = tie %host, 'MLDBM', -Filename => "$dbdir/host.db",
-Flags => DB_CREATE|O_RDWR
or die "Cannot open
Why doesn't my "internet-connection" script work?
When I plug the ethcable out, it just waits...and waits...and waits...
The script: http://pastebin.com/AE9U1qdL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/f
On Sat, 27 Mar 2010 13:07:14 +0100, Jozsef Vadkan
wrote:
> Why doesn't my "internet-connection" script work?
>
> When I plug the ethcable out, it just waits...and waits...and waits...
It doesn't even work correctly: Now as I definitely have
Internet connection, it prints "NO INTERNET CONNECTION
I prefer to use `host' command
ping take time to run, especially when it do not respond...
here's my script
r...@omega ~ : cat /usr/local/bin/check_connectivity
13:43
#!/bin/sh
# checks local and internet connectivity
# faust - 2010/02/17
host google.com >/dev/null
if [ $? -eq 0 ];
then
ne
> "Erik" == Erik Norgaard writes:
Erik> I have been searching for the appropriate perl mailing list,
Perl questions are best asked at perlmonks.org or Stack Overflow.
Or you can join the beginners list at http://lists.perl.org/ for ongoing
discussion and help by email if you prefer.
--
Ra
Ever since I installed jpeg-8 I have had nothing but problems.
I ran portupgrade -a hoping to take care of all those problems, well no
such luck.
Let's start with the first error I caught:
libqt
/usr/bin/ld: warning: libjpeg.so.10, needed by
/usr/local/lib/libqt-mt.so, not found (try using -rpat
On Saturday 27 March 2010 18:20:28 Programmer In Training wrote:
> Ever since I installed jpeg-8 I have had nothing but problems.
>
> I ran portupgrade -a hoping to take care of all those problems, well
> no such luck.
>
> Let's start with the first error I caught:
>
> libqt
> /usr/bin/ld: warni
On 03/27/10 13:06, Tijl Coosemans wrote:
> In /usr/ports/UPDATING look for the 20100205 entry for "users of Qt 3
> and KDE 3".
Pointless in as far as that does not address the underlying problem of
rebuilding EVERYTHING that needs to link against the jpeg library. GIMP
and gegl failed because a d
On 27 March 2010 13:20, Programmer In Training wrote:
> Ever since I installed jpeg-8 I have had nothing but problems.
>
> I ran portupgrade -a hoping to take care of all those problems, well no
> such luck.
>
portupgrade -fa
--
--
___
freebsd-questio
Programmer In Training wrote:
[snip]
>
> When jpeg-x (not a typo) is built, the port needs to be automatically
> looking forward to see what all depends on it (and if anything depends
> on that) and possibly asking the user if they want to upgrade all those
> programs to ensure they link to the pr
On Sat, Mar 27, 2010 at 01:28:26PM -0500, Programmer In Training wrote:
> On 03/27/10 13:06, Tijl Coosemans wrote:
>
> > In /usr/ports/UPDATING look for the 20100205 entry for "users of Qt 3
> > and KDE 3".
>
> Pointless in as far as that does not address the underlying problem of
> rebuilding EV
On 27.03.2010 20:10, Erik Trulsson wrote:
> On Sat, Mar 27, 2010 at 01:28:26PM -0500, Programmer In Training wrote:
>> On 03/27/10 13:06, Tijl Coosemans wrote:
>>
>>> In /usr/ports/UPDATING look for the 20100205 entry for "users of Qt 3
>>> and KDE 3".
>>
>> Pointless in as far as that does not ad
Jozsef Vadkan wrote:
Why doesn't my "internet-connection" script work?
When I plug the ethcable out, it just waits...and waits...and waits...
The script: http://pastebin.com/AE9U1qdL
As someone has noted, you're waiting on ping to timeout a bunch
of times. And really, I'm not sure why this s
Manish Jain wrote:
> When you execute a script ... the aliases are
> ignored. Is there some way to fix this ...
Search for expand_aliases in the bash manpage.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/fre
FWIW, here's what I use. Requires net/fping.
#!/bin/sh
target=ip.address.of.next.hop.out
echo "- Started at `date`"
is_dead=0
while true; do
fping -q $target
fping_rc=$?
if [ $is_dead -eq 0 -a $fping_rc -gt 0 ]; then
echo "! Failure at `date`"
Is there a way to get my freebsd/postfix setup to send push notifications to an
iPhone (I assume other smart phones work the same way). I've searched the web
and I can't find any information about how to make this work. I know it can be
done with Exchange and ActiveSync, but I don't want to r
On 3/27/10, Ron (Lists) wrote:
> Is there a way to get my freebsd/postfix setup to send push notifications to
> an iPhone (I assume other smart phones work the same way). I've searched
> the web and I can't find any information about how to make this work. I
> know it can be done with Exchange a
Tim Judd wrote:
> On 3/27/10, Ron (Lists) wrote:
> > Is there a way to get my freebsd/postfix setup to send push
> > notifications to an iPhone ... I know it can be done with
> > Exchange and ActiveSync, but I don't want to run any kind of
> > exchange server.
>
> Wouldn't push email be a functio
19 matches
Mail list logo