In the last episode (Jan 20), Jeff Royle said:
> Don O'Neil wrote:
> > Is there any way to pass the password for an SCP command via the
> > command line as a switch? I'd like to embed SCP in a script and
> > pass the password once through a command line input from the master
> > script... By defaul
I have a Promise Tx4 SATA II card with a 1/4 terabyte SATA II Western
digital drive. This drive has some free space, a windows partition and
a Mepis 6.0 Linux partition.
Will BSD work with a SATA II drive? Will it "see" the other operating
systems?
Hello
I have two questions, please comment...
1. Can one user have more than one public_keys i.e. multiple public_keys?
If yes to above, would all be stored at users path like /home/username/.ssh
If yes, to above, would all public keys be written at the same line
for option in ssh_config file
Don O'Neil wrote:
Is there any way to pass the password for an SCP command via the command
line as a switch? I'd like to embed SCP in a script and pass the password
once through a command line input from the master script... By defauly any
time I use the -B mode it says passwords are required, an
Is there any way to pass the password for an SCP command via the command
line as a switch? I'd like to embed SCP in a script and pass the password
once through a command line input from the master script... By defauly any
time I use the -B mode it says passwords are required, and without -B it
ask
RW wrote:
On Thu, 18 Jan 2007 23:14:33 -0800
"Ted Mittelstaedt" <[EMAIL PROTECTED]> wrote:
- Original Message -
From: "RW" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 18, 2007 7:43 AM
Subject: Re: FreeBSD challenged by Internet
On Thu, 18 Jan 2007 00:43:02 -0800
"Ted Mit
On Thu, Jan 11, 2007 at 05:34:19PM +0100, Pietro Cerutti wrote:
> On 1/11/07, Pyun YongHyeon <[EMAIL PROTECTED]> wrote:
> >In if_re.c, rev 1.46.2.18 wpaul@ fixed a long standing checksum
> >offload issue by padding. Does re(4) work when you disable only Tx
> >checksum offload?(i.e. ifconfig re0
I just did a fresh install of FreeBSD 6.2 booting directly from CD 1 and
when asked to see the packages collection on disc, I said yes and
proceeded to install gnome2. After rebooting into the new install, I
edited my rc.conf to turn on dbus, hald, polkitd, and avahi-daemon.
After rebooting again
On Fri, Jan 19, 2007 at 08:23:23PM -0700, Steve Franks wrote:
> Just installed latest ports/net/samba3 and the smb.conf file disagrees with
> section
> 25.9.2.3 Security Settings (Samba)
> of the handbook with respect to the default authentication mode so far as I
> can tell - look like smbpasswd h
Just installed latest ports/net/samba3 and the smb.conf file disagrees with
section
25.9.2.3 Security Settings (Samba)
of the handbook with respect to the default authentication mode so far as I
can tell - look like smbpasswd has been replaced with something newer?
Steve
--
Steve Franks, KE7BTE
Hi,
Thanks for trying to help, but that didn't seem to be it. It did the same
thing, with the same error. Can you think of anything else that may be wrong?
I'm considering rebuilding it again with debugging on, and using script to
output it to a log. It has to be something in my config though
Sorry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
When right clicking on an .ISO file to burn to my DVD
player I get the error:
Error writing to disk
There was an error writing to disk:
Unhandled error, aborting
The correct permissions are set, the user can burn a
DVD from the command line by "growisofs -dvd-compat -Z
/dev/cd0=image.iso" I hav
Thanks so much Martin & Greg. I give these a try.
Don
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Amarendra Godbole wrote:
> Fetching metadata index... done.
> Fetching 1 metadata patches. done.
> Applying metadata patches... done.
> Fetching 1 metadata files... failed.
>
> Is this because of a connectivity issue on my end, or some issue with
> update1.freebsd.org? I don't see any connectivity
On 1/20/07, Agus <[EMAIL PROTECTED]> wrote:
Hi...just that questionwhich one is better for an open server
enviroment? are there big diferences??
bash is actually bash3, so go with it. It's newer. zsh is
better :-)
___
freebsd-questions@freebsd.org
Hi...just that questionwhich one is better for an open server
enviroment? are there big diferences??
thanxsss
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
Firas Kraiem wrote:
> Hello everyone !
>
> My problem is that fonts look really horrible in most websites (see
> screenshot
> at the end of this message). The same problem occured in various Linux
> distros and was solved by installing the gsfonts-x11 package. How would I do
> the same in FBSD
On Jan 18, 2007, at Thursday, Jan18, 2007 5:36 PM, Murray Taylor wrote:
This is an issue here at work. We have very many FreeBSD 4.x
machines and a
growing number of FreeBSD 6.x. The change when daylight
saving time starts
and ends is an issue for machines in the United States and, we think,
On Fri, Jan 19, 2007 at 05:30:00PM -0500, Don Munyak wrote:
> Hello,
>
> I have an application I'd like to startup at boot, however, the script
> needs to be started by a non-user account.
>
> If I put the startup script in /usr/local/etc/rc.d/hobbit.sh
>
> How do I get it to start using the use
according to rc.subr(8):
${name}_user
User to run command as, using chroot(8). if
${name}_chroot is set, otherwise uses su(1). Only
supported after /usr is mounted.
so in your /etc/rc.conf you could p
On Friday 19 January 2007 23:18, James Hein wrote:
> Hello,
> My kernel for freebsd 6.2 is not compiling but only with my custom config.
> I was able to compile it with the GENERIC kernel included, but my modified
> one will not compile. All I see at the end of my compilation is: awk -f
> /usr/ho
Hello,
My kernel for freebsd 6.2 is not compiling but only with my custom config. I
was able to compile it with the GENERIC kernel included, but my modified one
will not compile. All I see at the end of my compilation is:
awk -f /usr/home/ncvs/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.
Hello,
I have an application I'd like to startup at boot, however, the script
needs to be started by a non-user account.
If I put the startup script in /usr/local/etc/rc.d/hobbit.sh
How do I get it to start using the user account 'hobbit'
Thanks
___
In response to Tore Lund <[EMAIL PROTECTED]>:
> Greg 'groggy' Lehey wrote:
> > "Top posting" is only one issue. Others of great importance are
> > trimming your posts, not breaking the lines into tiny fragments, and
> > not writing one-line paragraphs. Your .sig is a good example of
> > things t
Hello everyone !
My problem is that fonts look really horrible in most websites (see screenshot
at the end of this message). The same problem occured in various Linux
distros and was solved by installing the gsfonts-x11 package. How would I do
the same in FBSD ? The print/gsfonts port is instal
Greg 'groggy' Lehey wrote:
> "Top posting" is only one issue. Others of great importance are
> trimming your posts, not breaking the lines into tiny fragments, and
> not writing one-line paragraphs. Your .sig is a good example of
> things that people should remove from replies.
Hmmm. While I ca
On Fri, 19 Jan 2007 03:21:07 -0500
"Charlie Hynson III" <[EMAIL PROTECTED]> wrote:
> I am making myself an easy install sh shell script that configures my
> own basic setup on FreeBSD 6.2 Release. Wondering how I tell make when
> installing a port not to ask me make options/config (silent install)
On Friday 19 January 2007 18:13, Jeff MacDonald wrote:
> Hi,
>
> I was getting the error
>
> Fatal error: Call to undefined function session_name() in
>
> So, I thought i'd try recompiling session support for php, here is a
> transcript of how that went :)
>
> secure1# make
> ===> Building for php
On Friday 19 January 2007 19:37, Don O'Neil wrote:
> Is the config file in the ISO for 6.1-stable correct and accurate how the
> generic kernal that is on the dist is built?
You're speaking of the 6.1-RELEASE ISO I presume.
Yes, the kernel that comes with the CD is GENERIC.
> It doesn't seem to be
On Jan 19, 2007, at 12:00 PM, Roger Olofsson wrote:
The application vlc (found in ports) when run on FBSD 5.x and 6.x
behaves as if there's a memory leak somewhere hidden in it.
[ ... ]
My question is how do I track down a possible memory leak and would
there be a tool to monitor (from outsid
i tested 9,but seems it isn't stable enough
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Dear Mailing List,
The application vlc (found in ports) when run on FBSD 5.x and 6.x
behaves as if there's a memory leak somewhere hidden in it. This is
appearing when starting vlc from shell playing a playlist and streaming
video over udp to LAN like so:
vlc --loop playlist.m3u --sout
'#tr
On 1/18/07, Christian Baer <[EMAIL PROTECTED]> wrote:
Michael Johnson wrote:
> Firefox only runs on >= 601101 sparc64.
I am guessing that means a special revision of the UltraSPARC II processor,
but I don't really know, because google gets a lot of hits, mainly
explaining all sorts of soft that
Is the config file in the ISO for 6.1-stable correct and accurate how the
generic kernal that is on the dist is built?
It doesn't seem to be setup right to me, so before I build a kernel with
just a few minor changes I figured I'd ask.
If it doesn't have the right settings, does anyone have the b
El viernes 19 de enero a las 18:42:34 CET, Mark Busby escribió:
> /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include/bits/locale_facets.h:
> In member function `_InIter std::money_get<_CharT, _InIter>::get(_InIter,
> _InIter, bool, std::ios_base&, std::_Ios_Iostate&, long double&) cons
buildworld fails with this msg
c++ -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DIN_GLIBCPP_V3
-DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc
-I/usr/src/gnu/lib/libstdc++/../../../
On 1/19/07, Abdullah Al-Marrie <[EMAIL PROTECTED]> wrote:
On 1/18/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote:
> On 1/18/07, Daniel Tourde <[EMAIL PROTECTED]> wrote:
> > Hello Pietro,
>
> Again...
> > PS: There are many drivers around on the net. That would be nice to indicate
> > where you foun
Hi,
I was getting the error
Fatal error: Call to undefined function session_name() in
So, I thought i'd try recompiling session support for php, here is a
transcript of how that went :)
secure1# make
===> Building for php5-session-5.2.0
/bin/sh /usr/ports/www/php5-session/work/php-5.2.0/ext/s
The trouble with books is that you can't update them the way you can a web page
or any other online documentation. The result is that most leading edge
computer books are out of date almost before they are printed. Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception. Inev
How to get the best results from FreeBSD questions.
===
Last update $Date: 2005/08/10 02:21:44 $
This is a regular posting to the FreeBSD questions mailing list. If
you got it in answer to a message you sent, it means that the sender
thinks that a
Gerard Seibert wrote:
On Friday January 19, 2007 at 10:21:24 (AM) Ceri Davies wrote:
On Fri, Jan 19, 2007 at 09:42:54AM +1030, Greg 'groggy' Lehey wrote:
I think the biggest problem with Microsoft MUAs is not where they
position the cursor, but the difficulty they cause in editing the
text.
On Friday January 19, 2007 at 10:21:24 (AM) Ceri Davies wrote:
> On Fri, Jan 19, 2007 at 09:42:54AM +1030, Greg 'groggy' Lehey wrote:
>
> > I think the biggest problem with Microsoft MUAs is not where they
> > position the cursor, but the difficulty they cause in editing the
> > text. My editor
On 1/18/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote:
On 1/18/07, Daniel Tourde <[EMAIL PROTECTED]> wrote:
> Hello Pietro,
Again...
> PS: There are many drivers around on the net. That would be nice to indicate
> where you found that one, coz it seems to work... ;)
Figured out, I took it from h
In response to Bill Moran <[EMAIL PROTECTED]>:
> In response to "peter" <[EMAIL PROTECTED]>:
> > Hi,
> > My freebsd box runs the apache httpd2.0 server, postgresql8.1server,
> > Recently, I got the below info in /var/crash.
> > “Dump header from device /dev/da0s1b
> > Architecture: i386
> > Ar
Xu-Long Wang <[EMAIL PROTECTED]> writes:
> Some problem in my kernal file and it suggests that: one code error
> devicesbp # SCSI over FireWire (Requires scbus
> and da)
Note the comment: "Requires scbus and da"
___
free
On Friday 19 January 2007 9:10 am, Ceri Davies wrote:
> Why not? Group write is plenty enough for someone else to replace the
> .ssh directory with another one, so sshd checks for that.
To replace it with another 700 directory owned by the user, containing a 400
file also owned by the user?
--
On Fri, Jan 19, 2007 at 11:32:38AM +1100, Murray Taylor wrote:
> Exactly! And not only my .sig which I do have control over whether
> I add it or not, and also the [EMAIL PROTECTED] stupid corporate disclaimer
> also
> (over which I have no control) sigh
Though you could presumably add an e
On Fri, Jan 19, 2007 at 09:42:54AM +1030, Greg 'groggy' Lehey wrote:
> I think the biggest problem with Microsoft MUAs is not where they
> position the cursor, but the difficulty they cause in editing the
> text. My editor also positions the cursor at the very top when I
> reply to a message. Bu
On Thu, Jan 18, 2007 at 04:31:41PM +1100, Murray Taylor wrote:
> Unfortunately all Micro$lop 'standard' email clients and a few others
> put the cursor at the top of the email,
Actually, Entourage does not.
While we're on the subject of etiquette, those insist on having this
much crap at the bot
On Thu, Jan 18, 2007 at 05:00:56PM -0600, Kirk Strauser wrote:
> On Thursday 18 January 2007 16:44, Christian Baer wrote:
>
> > The problem was not the authorized_keys file itself, it was my home
> > directory.
>
> I don't think so. More likely, it was the .ssh directory itself.
Why not? Group
On Thu, 18 Jan 2007 23:14:33 -0800
"Ted Mittelstaedt" <[EMAIL PROTECTED]> wrote:
>
> - Original Message -
> From: "RW" <[EMAIL PROTECTED]>
> To:
> Sent: Thursday, January 18, 2007 7:43 AM
> Subject: Re: FreeBSD challenged by Internet
>
> > On Thu, 18 Jan 2007 00:43:02 -0800
> > "Ted Mi
>
> I would love to see that work, but sync'ing the audio and video may be
> problematical.
>
> FWIW ...
>
> John
>
I tested the lastest version 0.7.2 it is better than the previous but
is missing the ability to play movies about the sync of audio and
video
once the file is i
>
> What would happen if one used the linux-alsa-libs from ports? Would
> that help with sound?
Does not work also... the library does not recognize the sound
hardware
besides it crashes some minutes after starting... May be a problem
with
the thread library... must be reworked.
We
In response to "peter" <[EMAIL PROTECTED]>:
> Hi,
> My freebsd box runs the apache httpd2.0 server, postgresql8.1server,
> Recently, I got the below info in /var/crash.
> “Dump header from device /dev/da0s1b
> Architecture: i386
> Architecture Version: 2
> Dump Length: 1073127424B (1023 MB)
>
linux quest wrote:
> When I am trying to install 'ngrep' in UNIX by issuing the 'make install
> clean' command in the ' /usr/ports/ngrep location ', I got an 'Error code 1'.
> It also states that there is a dependencies for pcap.2 which is not found in
> ' /usr/ports/net/libcap '
>
Firstly. Do
On Thu, Jan 18, 2007 at 03:24:44PM -0800, Greg Albrecht wrote:
> On 18/01/07, Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote:
> >> Top-posting defined simply ...
> >>
> >> A: Because it fouls the order in which people normally read text.
> >> Q: Why is top-posting such a bad thing?
> >> A: Top-posti
Ted Mittelstaedt writes:
> For example, you can hold a gun to someone's head and make them
> sign a contract. The second you walk away they take the contract
> to a court and bam, it's invalidated because they signed under
> duress.
>
> And if you look at recent court decisions, the defin
When I am trying to install 'ngrep' in UNIX by issuing the 'make install clean'
command in the ' /usr/ports/ngrep location ', I got an 'Error code 1'. It also
states that there is a dependencies for pcap.2 which is not found in '
/usr/ports/net/libcap '
So, I go to '/usr/ports/net/libcap' - wi
On Thursday January 18, 2007 at 08:33:32 (PM) Jay Chandler wrote:
> Murray Taylor wrote:
> >> -Original Message-
> >> From: Greg Albrecht [mailto:[EMAIL PROTECTED]
> >> Sent: Friday, 19 January 2007 11:42 AM
> >> To: Murray Taylor
> >> Cc: freebsd-questions
> >> Subject: Re: Mail etiquet
On Fri, 19 Jan 2007 11:20:20 -, <[EMAIL PROTECTED]> wrote:
hi all dear in FreeBSD project.
in NetBSD user can add this line to kernel to change kernel
BF and FG color:
options WS_DEFAULT_FG=WSCOL_XXX
options WS_DEFAULT_BG=WSCOL_XXXhow can use this trit in freebsd?
_
hi all dear in FreeBSD project.
in NetBSD user can add this line to kernel to change kernel
BF and FG color:
options WS_DEFAULT_FG=WSCOL_XXX
options WS_DEFAULT_BG=WSCOL_XXXhow can use this trit in freebsd?
___
freebsd-questions@freebsd.org maili
On 1/19/07, Vince <[EMAIL PROTECTED]> wrote:
Just so you know, Damien no longer develops this driver, to quote from
an email to the freebsd-net mailing list
[http://unix.derkeiler.com/Mailing-Lists/FreeBSD/net/2006-11/msg00076.html]
"I just don't want to hear complaints from users if it doesn't
Pietro Cerutti wrote:
> On 1/18/07, Daniel Tourde <[EMAIL PROTECTED]> wrote:
>> Hello again,
>
> Hi Daniel,
>
>>
>> I built it. It works but it complains and sometimes it shuts down
>> itself...
> About the complains, see below..
> What do you mean by it shuts down itself? Does the link goes down
Hello,
I am sorry, actually it was working but taking too much time, and at
that time I was unable to go to any tty, to avoid mishap I used knoppix
qtparted and formated that partition (incomplete installation of BSD)
back to fat32 file system.
Now started my beastie installation , in fdisk utilit
i figured it out. i tried again after a fresh reboot and was finally
able to get an error message out of it. KDE shut down completely and i
got a glimse of the console window before it powered down. it had the
message, processor temp 87 degrees C. preforming emergency shutdown.
pull my hea
Ok so then in my
/usr/local/etc/pkgtools.conf
MAKE_ARGS
I put for individual ports.
MAKE_ARGS = {
'lang/php4' => '-DBATCH WITHOUT_CGI=1 WITH_APACHE=1 WITH_MAILHEAD=1
WITHOUT_FASTCGI=1 WITHOUT_PATHINFO=1 WITH_OPENSSL=1 WITH_ZLIB=1',
}
Or to affect all ports
MAKE_ARGS = {
'*'
Kirk Strauser wrote:
>> The problem was not the authorized_keys file itself, it was my home
>> directory.
> I don't think so. More likely, it was the .ssh directory itself.
Nope. :-)
The only thing I changed was /usr/home/christian from mode 770 to mode 750.
Then it worked. I'm guessing it wa
On Fri, 19 Jan 2007 08:21:07 -, Charlie Hynson III
<[EMAIL PROTECTED]> wrote:
I am making myself an easy install sh shell script that configures my own
basic setup on FreeBSD 6.2 Release. Wondering how I tell make when
installing a port not to ask me make options/config (silent install). F
I am making myself an easy install sh shell script that configures my own
basic setup on FreeBSD 6.2 Release. Wondering how I tell make when
installing a port not to ask me make options/config (silent install). For
all ports and or individual ports. Since I have my make options set in
pkgtools conf
> > I doubt there is any reasonably priced ISP that will help in
> > troubleshooting a problem that's not reproducible on Windows.
>
> $19.95 a month for DSL (ISP charges) is not reasonably priced?
> WTF?
Dunno about your neck of the woods, but last time I checked around
here Verizon was charging
Hi,
On 1/18/07, Peter Ankerstål <[EMAIL PROTECTED]> wrote:
Sean Murphy wrote:
> cntl+alt+del at the console without being logged in reboots the
> server. The server runs through its shutdown procedure and reboots.
> How do I disable this function?
>
You could compile the kernel with:
options S
You are not authorized to send mail to the MICHFUND list from your
[EMAIL PROTECTED] account. You might be authorized to send to the list from
another of your accounts, or perhaps when using another mail program which
generates slightly different addresses, but LISTSERV has no w
73 matches
Mail list logo