Re: gpg-agent

2007-07-10 Thread Pollywog
On Tuesday 10 July 2007 19:24:33 Matt Emmerton wrote: > > I have been having trouble getting gpg-agent to work. kgpg complained > > about > > > the agent not running. I added this to my ~/.bashrc: > > > > GPG_TTY=`tty` > > export GPG_TTY > > > > This seems to have taken care of the problem but it

RE: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Ted Mittelstaedt
One other thing you can try - set the ethernet adapter to 10BaseT half duplex and see if it gets better. Ted > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Kyrre Nygård > Sent: Tuesday, July 10, 2007 7:12 AM > To: [EMAIL PROTECTED] > Subject: Help! F

RE: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Ted Mittelstaedt
sis ethernet cards are not known as very good cards. Ted > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Kyrre Nygård > Sent: Tuesday, July 10, 2007 7:12 AM > To: [EMAIL PROTECTED] > Subject: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps > > > Hello.

Re: gpg-agent

2007-07-10 Thread Matt Emmerton
> I have been having trouble getting gpg-agent to work. kgpg complained about > the agent not running. I added this to my ~/.bashrc: > > GPG_TTY=`tty` > export GPG_TTY > > This seems to have taken care of the problem but it only works when my default > shell is bash. If my shell is tcsh, it doesn

Re: Detecting CPU Type

2007-07-10 Thread Garrett Cooper
RW wrote: On Tue, 10 Jul 2007 16:42:33 -0400 Rob <[EMAIL PROTECTED]> wrote: Olivier Regnier wrote: I searching to find information about my CPU type. i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz 686-class CPU) I must configure my CPUTYPE?= in /etc/make.conf. I'

Re: sshd config config file question

2007-07-10 Thread Schiz0
On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote: The daemon is up and has been up for a long time. In fact, when I made these changes to sshd_config, for instance as a test maxauthtries to 3 I also reloaded it during a ssh terminal session. After which I logged back in and as a test, purposely

SiL S-ATA (Was: Installation woes with 6.2 release)

2007-07-10 Thread Fredrik Tolf
Chuck Swiger <[EMAIL PROTECTED]> writes: > [...] > There are significant hardware defects with the SiliconImage 311x > chips, which can mostly be worked around if you accept a loss of > performance. These workarounds are implemented in both Linux and the > BSDs, but details are available here: > >

gpg-agent

2007-07-10 Thread Pollywog
I have been having trouble getting gpg-agent to work. kgpg complained about the agent not running. I added this to my ~/.bashrc: GPG_TTY=`tty` export GPG_TTY This seems to have taken care of the problem but it only works when my default shell is bash. If my shell is tcsh, it doesn't work. Th

Re: FreeBSD 6.2 default bind9, question about customize logging [re-post]

2007-07-10 Thread Edward Shabotinsky
this is what i have from 5.2 logging { channel namedlog { file "/var/log/named.log"; severity info; print-category yes; print-severity yes; print-time yes; }; category lame-servers {

Re: Detecting CPU Type

2007-07-10 Thread RW
On Tue, 10 Jul 2007 16:42:33 -0400 Rob <[EMAIL PROTECTED]> wrote: > Olivier Regnier wrote: > > I searching to find information about my CPU type. > > i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ > > (1600.06-Mhz 686-class CPU) I must configure my CPUTYPE?= > > in /etc/make.conf. I'ts i

Re: named listening on LAN

2007-07-10 Thread jbarnet
this is what I got: listen-on { 127.0.0.1; 192.168.11.50; }; Try that, restart and see if it works locally (from the server). Also the logs spit anything out? Other thing is firewall, I think simple blocks it by default? So you might want to try that. Zbigniew Szalbot wrote: Hel

Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Norbert Papke
On July 10, 2007, Kyrre Nygård wrote: > Hello. > > My friend is switching to Linux because FreeBSD is failing on him. > > When downloading a file from a FreeBSD box and a Linux box on the same > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > Kbps. I have no idea what's wrong

Re: external drive

2007-07-10 Thread Jonathan Horne
On Tuesday 10 July 2007 17:21:35 Jean-Paul Natola wrote: > Hi all, > > After yesterdays fiasco trying to upgrade 5.5 to 6.2 - I just grabbed a new > drive and did a clean install of 6.2 > > Its working great, no errors I'm happy- > > There are some files (basically some custom config and cf files)

acpi_smbust_read_2: AE_ERROR 0x10 on a mac pro running -STABLE

2007-07-10 Thread George Hartzell
I have a mac pro running amd64 -STABLE from about a week or so ago. The console and dmesg output are flooded by acpi_smbus_read_2: AE_ERROR 0x10 message. There will be a couple, then silence, then a burst of them, then The don't seem to be hurting anything, but they push other stuff ou

Help making too quiet sound work on Mac Pro running -STABLE

2007-07-10 Thread George Hartzell
I have a mac pro running amd64 -STABLE from a week or so ago. Most things are working well, but sound's not quite there. When I plug a set of powered speakers into the headphone jack on the front of the machine and max the mixer setting and the speakers, I can just barely hear an mp3 played by m

Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Federico Lorenzi
On 7/10/07, Pollywog <[EMAIL PROTECTED]> wrote: On Tuesday 10 July 2007 14:41:01 Pollywog wrote: > > I just did 'ssh' to one of the Linux hosts and when the connection was > made, I got this: > > Warning: No xauth data; using fake authentication data for X11 forwarding. > > Does this possibly ha

Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Pieter de Goeje
On Wednesday 11 July 2007, Pollywog wrote: > I found out that "mcookie" generates magic cookies for xauth, but I do not > have the mcookie command in FreeBSD, though it exists on my Debian Etch > system and is part of the util-linux package. I think you need to generate a new cookie with $ xauth ge

Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Pollywog
On Tuesday 10 July 2007 14:41:01 Pollywog wrote: > > I just did 'ssh' to one of the Linux hosts and when the connection was > made, I got this: > > Warning: No xauth data; using fake authentication data for X11 forwarding. > > Does this possibly have something to do with the problem I me

external drive

2007-07-10 Thread Jean-Paul Natola
Hi all, After yesterdays fiasco trying to upgrade 5.5 to 6.2 - I just grabbed a new drive and did a clean install of 6.2 Its working great, no errors I'm happy- There are some files (basically some custom config and cf files) that I would like to copy from the 5.5 drive - So I put it in an ex

Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Pollywog
On Sunday 08 July 2007 18:03:49 Pollywog wrote: > I am having some problems with X11 forwarding. I can do X11 forwarding via > ssh between two machines running Linux, but if I try to do this from > FreeBSD (KDE) to either of the Linux machines, it only works if I use > startx to start KDE on the fb

FREEBSD 6.2

2007-07-10 Thread sebastien
Hi, I try to install freebsd 6.2 on my freshly install hardware RAID1 (AIC-7901) But sysinstall always show me two HD but not one. Perhaps the driver is not load at the install and you must configure a kernel after . But i don't have this trouble with freebsd 5.x Thank for help Sebastien ___

Re: mount_smbfs 6.2-release and w2k3 standard r2

2007-07-10 Thread Philip M. Gollucci
I hate not remembering things, so I just verified this on a Windows Server 2003 box I have access to. This feature (listening on port 139) is tied to NETBIOS over TCP/IP. Make sure it's enabled on the WINS tab of the Advanced TCP/IP settings dialog for the interface. BRILLIANT! Thats the one! T

Re: mount_smbfs 6.2-release and w2k3 standard r2

2007-07-10 Thread John Nielsen
On Tuesday 10 July 2007, John Nielsen wrote: > On Tuesday 10 July 2007, Philip M. Gollucci wrote: > > Hi, I've done lots of googling and I get lots of solutions, but they > > don't work. > > > > I can smbclient to this share just fine: > > magneto# smbclient -U pgollucci glactus\\unix > > Passw

Re: mount_smbfs 6.2-release and w2k3 standard r2

2007-07-10 Thread John Nielsen
On Tuesday 10 July 2007, Philip M. Gollucci wrote: > Hi, I've done lots of googling and I get lots of solutions, but they > don't work. > > I can smbclient to this share just fine: > magneto# smbclient -U pgollucci glactus\\unix > Password: > Domain=[RIDERWAY] OS=[Windows Server 2003 3790 Servi

named listening on LAN

2007-07-10 Thread Zbigniew Szalbot
Hello, I am slowly trying various features of FBSD and I have just enabled named to be my local caching DNS server. It works fine but I have one question. I would like it to be a caching DNS server for my LAN. So following the Handbook I tried setting a proper LAN IP address of the named machi

mount_smbfs 6.2-release and w2k3 standard r2

2007-07-10 Thread Philip M. Gollucci
Hi, I've done lots of googling and I get lots of solutions, but they don't work. I can smbclient to this share just fine: magneto# smbclient -U pgollucci glactus\\unix Password: Domain=[RIDERWAY] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2] smb: \> ls .

Re: Detecting CPU Type

2007-07-10 Thread Momchil Ivanov
On Tuesday 10 July 2007 21:54:43 Olivier Regnier wrote: > Hi everyone, > > I searching to find information about my CPU type. > > With the following command: > # dmesg | grep -i cpu > i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz > 686-class CPU) > but with a > # uname -m >

Re: Detecting CPU Type

2007-07-10 Thread Rob
Olivier Regnier wrote: I searching to find information about my CPU type. i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz 686-class CPU) I must configure my CPUTYPE?= in /etc/make.conf. I'ts i686 (686-class) or i386 ? "i386" is the architecture; it includes all the simil

Re: Selecting printer from apps core dumps. Howto debug?

2007-07-10 Thread Mark Kane
On Sat, Jun 30, 2007, at 22:06:58 +0100, Graham Bentley wrote: > Its odd because the cups test page works, printing from > mousepad and firefox works, but abiword bombs completely. > In the short space of time I see it on the screen after > clicking print I can see there is no entry for the printe

Detecting CPU Type

2007-07-10 Thread Olivier Regnier
Hi everyone, I searching to find information about my CPU type. With the following command: # dmesg | grep -i cpu i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz 686-class CPU) but with a # uname -m i have i386. I must configure my CPUTYPE?= in /etc/make.conf. I'ts i686

Re: Installation woes with 6.2 release

2007-07-10 Thread Chuck Swiger
On Jul 10, 2007, at 1:15 PM, Fredrik Tolf wrote: Derek Ragona <[EMAIL PROTECTED]> writes: Clearly you have a disk controller compatibility problem. I do know the Sil chips are terrible, and there is a long history of issues with these chips and FreeBSD! That's interesting to me. Is there a

Re: Installation woes with 6.2 release

2007-07-10 Thread Fredrik Tolf
I think I accidently posted a reply to this via private mail with an invalid source address, but I'm not sure what I did, so I'll take this opportunity to apologize to anyone to gets this message twice. Derek Ragona <[EMAIL PROTECTED]> writes: > Clearly you have a disk controller compatibility pro

Re: IPW3945 in 6.2

2007-07-10 Thread Manolis Kiagias
Tom Grove wrote: > What are the chances that IPW3945 will work in 6.2? Has anyone > accomplished this? Also, is it likely that the wpi drivers will be > ready for 7.0? > > -Tom > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.or

Re: severely OT; re PUTTY [ssh]

2007-07-10 Thread David Benfell
On Sun, 08 Jul 2007 22:44:58 -0700, Garrett Cooper wrote: > Peter Boosten wrote: >> Gary Kline wrote: >> >>> I was able to find, ldown load and instal the DOS/Windows ssh >>> utility, but am having trouble scp'ing stuff between my BSD side >>> and my W2K server. Anybody know what fi

Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Josh Paetzel
On Tuesday 10 July 2007, Thomas Sparrevohn wrote: > On Tuesday 10 July 2007 17:02:46 Abdullah Ibn Hamad Al-Marri wrote: > > On 7/10/07, Kyrre Nygård <[EMAIL PROTECTED]> wrote: > > > Hello. > > > > > > My friend is switching to Linux because FreeBSD is failing on > > > him. > > > > > > When download

Re: severely OT; re PUTTY [ssh]

2007-07-10 Thread David Benfell
On Sun, 08 Jul 2007 23:12:44 -0700, Garrett Cooper wrote: > Chad Perrin wrote: >> On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: >> >>> P.S. If anyone tells anyone else that I know this stuff about Windows >>> I will deny it loudly and come looking for you. I do not need >>>

Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Thomas Sparrevohn
On Tuesday 10 July 2007 17:02:46 Abdullah Ibn Hamad Al-Marri wrote: > On 7/10/07, Kyrre Nygård <[EMAIL PROTECTED]> wrote: > > Hello. > > > > My friend is switching to Linux because FreeBSD is failing on him. > > > > When downloading a file from a FreeBSD box and a Linux box on the same > > network,

How to create directory on MD via vnode?

2007-07-10 Thread Zhao Ryan
Dear Sir, I would like to create directory on a memory disk(/dev/md0) via vnode operation, without mounting it to a mountpoint. How can I do that? Thank you! ___ Mp3疯狂搜-新歌热歌高速下 http://music.yahoo.com.c

Re: sshd config config file question

2007-07-10 Thread Huy Ton That
The daemon is up and has been up for a long time. In fact, when I made these changes to sshd_config, for instance as a test maxauthtries to 3 I also reloaded it during a ssh terminal session. After which I logged back in and as a test, purposely errored the tries; it still defaulted to 6 despite t

Re: odd HP 1320 printer behaviour...

2007-07-10 Thread William Bulley
According to Warren Block <[EMAIL PROTECTED]>: > > If the print job is plain text, does it end in a formfeed? If not, the > printer may wait for one, and eventually timeout and print the page. I only send PostScript to this printer. My WWW browsers do this for me automatically and the FreeBSD

Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread pete wright
On 7/10/07, Kyrre Nygård <[EMAIL PROTECTED]> wrote: Hello. My friend is switching to Linux because FreeBSD is failing on him. When downloading a file from a FreeBSD box and a Linux box on the same network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 Kbps. I have no idea what's w

Re: sshd config config file question

2007-07-10 Thread pete wright
On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote: No, it was unhashed. Thanks for pointing it out though. But the strange thing is when I run: /etc/rc.d/sshd status I get no message No message for start, restart, reload etc. I am performing these commands as root. Any ideas? (couple th

RE: cannot log in via console, cannot su(1), only as root

2007-07-10 Thread Michael K. Smith - Adhost
Hello Martinko: > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of martinko > Sent: Saturday, July 07, 2007 4:36 PM > To: freebsd-questions@freebsd.org > Subject: Re: cannot log in via console, cannot su(1), only as root > > martinko wro

Re: odd HP 1320 printer behaviour...

2007-07-10 Thread Warren Block
On Tue, 10 Jul 2007, William Bulley wrote: I have an HP 1320 (only has USB and parallel support) hooked to a FreeBSD 6.2-STABLE box using a USB cable. I have configured /dev/ulpt0 into my /etc/printcap file. Everything works fine and I am happy with this setup except for one odd behaviour. Th

sshd config config file question

2007-07-10 Thread Huy Ton That
Newbie question, I've made a change to /etc/ssh/sshd_config such as #MaxAuthTries 6 to MaxAuthTries 3 afterwards I /etc/rc.d/sshd reload as user root the change did not propagate? Any ideas? Am I doing this correctly? Also when I run: /etc/rc.d/sshd status I do not get any feedback. Am I edi

Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Abdullah Ibn Hamad Al-Marri
On 7/10/07, Kyrre Nygård <[EMAIL PROTECTED]> wrote: Hello. My friend is switching to Linux because FreeBSD is failing on him. When downloading a file from a FreeBSD box and a Linux box on the same network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 Kbps. I have no idea what's w

IPW3945 in 6.2

2007-07-10 Thread Tom Grove
What are the chances that IPW3945 will work in 6.2? Has anyone accomplished this? Also, is it likely that the wpi drivers will be ready for 7.0? -Tom ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: Installation woes with 6.2 release

2007-07-10 Thread Derek Ragona
At 07:47 PM 7/9/2007, Kurt Buff wrote: On 7/9/07, Derek Ragona <[EMAIL PROTECTED]> wrote: At 04:20 PM 7/9/2007, Kurt Buff wrote: On 7/9/07, Derek Ragona <[EMAIL PROTECTED]> wrote: At 03:43 PM 7/9/2007, Kurt Buff wrote: I've got a machine with 2GB of RAM, onto which I can install Windows

Re: (no subject)

2007-07-10 Thread Tom Marchand
-- Original message -- From: [EMAIL PROTECTED] > Hi all, > > I have a server in a host service that stopped this morning. After > a contact with the service support of them, I got the following answer to > the problem: > > [quote] > REBOOT SERVER > > Due

Re: (no subject)

2007-07-10 Thread Yuri Pankov
On Tue, Jul 10, 2007 at 11:08:43AM -0300, [EMAIL PROTECTED] wrote: > Hi all, > > I have a server in a host service that stopped this morning. After a > contact with the service support of them, I got the following answer to the > problem: > > [quote] > REBOOT SERVER > > Due to a failed swit

Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps

2007-07-10 Thread Kyrre Nygård
Hello. My friend is switching to Linux because FreeBSD is failing on him. When downloading a file from a FreeBSD box and a Linux box on the same network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 Kbps. I have no idea what's wrong, but my man isn't really into good informatio

(no subject)

2007-07-10 Thread scuba
Hi all, I have a server in a host service that stopped this morning. After a contact with the service support of them, I got the following answer to the problem: [quote] REBOOT SERVER Due to a failed switch replacement FreeBSD did not restore the network link. This is a farly common issue

Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5

2007-07-10 Thread Colin Percival
Stevan Tiefert wrote: > The problem is that in these two chapters of the handbook is not > handling freebsd-update... And if you use freebsd-update you need not > necessarily to do a buildkernel or buildworld. I've been meaning to write a handbook chapter about FreeBSD Update for many months, but

Re: odd HP 1320 printer behaviour...

2007-07-10 Thread Nikola Lecic
On Tue, 10 Jul 2007 09:41:34 -0400 William Bulley <[EMAIL PROTECTED]> wrote: > According to Nikola Lecic <[EMAIL PROTECTED]>: > > > > Do you have any ulpt0 configuration in /etc/rc.local? If the printer > > port is interrupt-driven, try polled standard mode, i.e. add > > > > lptcontrol -p -d /

Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5

2007-07-10 Thread Stevan Tiefert
Am Montag, den 09.07.2007, 17:37 -0500 schrieb [EMAIL PROTECTED]: > On 09/07/07, Stevan Tiefert <[EMAIL PROTECTED]> wrote: > > Hello list, > > > > I wanted to update via freebsd-update from 6.2-RELEASE-p4 to > > 6.2-RELEASE-p5. But like you can see my system is after the update still > > p4! > > >

Re: accessing mysql server remotely

2007-07-10 Thread Tom Evans
On Tue, 2007-07-10 at 12:15 +, Duane Hill wrote: > On Tue, 10 Jul 2007 at 12:01 -, [EMAIL PROTECTED] confabulated: > > > On Mon, 9 Jul 2007 at 23:33 -0400, [EMAIL PROTECTED] confabulated: > > > >> Just a general question about mysql remote access. > >> > >> Is it possible to login to my r

Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5

2007-07-10 Thread Stevan Tiefert
Am Montag, den 09.07.2007, 17:11 -0700 schrieb Jay Chandler: > Stevan Tiefert wrote: > > > > What is going wrong? Why he is not updating? > > > > Really dumb question-- have you tried rebooting to commit the uname -a > display change? > Really dumb answer. Yes I did! __

Re: odd HP 1320 printer behaviour...

2007-07-10 Thread William Bulley
According to Nikola Lecic <[EMAIL PROTECTED]>: > > Do you have any ulpt0 configuration in /etc/rc.local? If the printer > port is interrupt-driven, try polled standard mode, i.e. add > > lptcontrol -p -d /dev/[printer-port] > > to your /etc/rc.local. The kind of behaviour you described can occ

Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5

2007-07-10 Thread Stevan Tiefert
Am Montag, den 09.07.2007, 19:16 -0400 schrieb Gerard: > On July 09, 2007 at 04:59PM Stevan Tiefert wrote: > > > > What is going wrong? Why he is not updating? > > You should check out these two URL's to get a better idea of what you > are attempting to do as well as how to accomplish it. > >

Re: odd HP 1320 printer behaviour...

2007-07-10 Thread Nikola Lecic
On Tue, 10 Jul 2007 08:52:57 -0400 William Bulley <[EMAIL PROTECTED]> wrote: > I have an HP 1320 (only has USB and parallel support) hooked > to a FreeBSD 6.2-STABLE box using a USB cable. > > I have configured /dev/ulpt0 into my /etc/printcap file. > > Everything works fine and I am happy with

odd HP 1320 printer behaviour...

2007-07-10 Thread William Bulley
I have an HP 1320 (only has USB and parallel support) hooked to a FreeBSD 6.2-STABLE box using a USB cable. I have configured /dev/ulpt0 into my /etc/printcap file. Everything works fine and I am happy with this setup except for one odd behaviour. The last page of a multi-page print job will "l

Re: make package-recursive

2007-07-10 Thread Sam Lawrance
On 10/07/2007, at 7:41 PM, Nejc Škoberne wrote: Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make packa

Re: gdvrecv produces very BIG FILES

2007-07-10 Thread Philipp Ost
Dino Vliet wrote: However, this 2 minutes recording produced a dv file of +/512MB in size. I have a 60 minute casette so in theorie I would get a 15GB dv file? Right? > Is that normal, to have this big sized files as a result? According to the german Wikipedia < http://de.wikipedia.org/wiki

Re: accessing mysql server remotely

2007-07-10 Thread Duane Hill
On Tue, 10 Jul 2007 at 12:01 -, [EMAIL PROTECTED] confabulated: On Mon, 9 Jul 2007 at 23:33 -0400, [EMAIL PROTECTED] confabulated: Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local sys

Re: accessing mysql server remotely

2007-07-10 Thread Duane Hill
On Mon, 9 Jul 2007 at 23:33 -0400, [EMAIL PROTECTED] confabulated: Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Sure. As long as the a

Re: accessing mysql server remotely

2007-07-10 Thread Yuri Pankov
On Mon, Jul 09, 2007 at 11:40:07PM -0400, fbsd2 wrote: > Just a general question about mysql remote access. > > Is it possible to login to my remote mysql server and create a > new db & table using a file on the local system which contains > the definition statements? > > Thanks > Of course, it

accessing mysql server remotely

2007-07-10 Thread fbsd2
Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Thanks ___ freebsd-questions@freebsd.org mailin

accessing mysql server remotely

2007-07-10 Thread fbsd
Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Thanks ___ freebsd-questions@freebsd.org maili

make package-recursive

2007-07-10 Thread Karel Miklav
1. This is not possible since files may be generated or modified on the fly during the installation process. 2. Don't know exactly what you mean, but... a. you don't have to install under /usr/local b. man jail c. cat /usr/ports/ports-mgmt/tinderbox/pkg-descr There are some nice a

Re: make package-recursive

2007-07-10 Thread Manolis Kiagias
Nejc Škoberne wrote: Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to _install

Re: gdvrecv produces very BIG FILES

2007-07-10 Thread Jonathan Chen
On Tue, Jul 10, 2007 at 02:26:30AM -0700, Dino Vliet wrote: > However, this 2 minutes recording produced a dv file of +/512MB in size. I > have a 60 minute casette so in theorie I would get a 15GB dv file? Right? Is > that normal, to have this big sized files as a result? Yup. The raw DV dump

gdvrecv produces very BIG FILES

2007-07-10 Thread Dino Vliet
Dear all, I managed to connect my new canon mini dv camera to my firewire port on my freebsd amd64 machine and used gdvrecv to transfer the first 2 minutes of my first recording (did I mention I really like FreeBSD and I'm so glad it's possible t do this first step:-) However, this 2

unusual off topic question

2007-07-10 Thread RJ45
Hello, I would like to ask to some of you gurus... if you know some good virtual server service at a low prize. I know that there are such services around where you can install your own machine virtualized or real, and manage it remotely and you have controlo also on power on and power off swit

make package-recursive

2007-07-10 Thread Nejc Škoberne
Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to _install_ package, but only