Re: What's that filesystem for a usb flash drive?

2006-03-26 Thread Kalashnikov Ilya
Saul Mena Avila пишет: Hello!. I've been trying to mount my flash memory but it just doesn't let me. I use (as root): mount -t msdosfs /dev/ad0 /flash The feedback is something like "device ad0 doesn't allow action" Can anybody help me? ___ freebsd-q

Re: How much HDD space does FreeBSD need?

2005-03-28 Thread Kalashnikov Ilya
t$ setenv MC_TMPDIR /path/to/temp/folder/where/enough/space 2. run script again -- Kalashnikov Ilya <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: PostgreSQL 8.0.3 + FreeBSD + TCP/IP

2005-06-14 Thread Kalashnikov Ilya
On Tue, 2005-06-14 at 10:05 -0500, Joseph Koenig (jWeb) wrote: > Hi, > > I'm having a difficulty getting PostgreSQL to accept TCP/IP connections on > FreeBSD 5.3. I have edited 'postgresql.conf' in my postgres data directory > to set the listen_address (and uncommented it) and have the port line

Re: PostgreSQL 8.0.3 + FreeBSD + TCP/IP

2005-06-14 Thread Kalashnikov Ilya
_ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > also check how database is started. example: pg_ctl start -D $PGDATA -o -i

Re: Starting MySQL with different database directory

2007-03-05 Thread Kalashnikov Ilya
freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > Hi Dr. Jennifer Nussbaum. Need append to /etc/rc.conf follow line: mysql_dbdir="/mysql/db/location" See please /usr/local/etc/

Re: Starting MySQL with different database directory

2007-03-05 Thread Kalashnikov Ilya
bsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > By default MySQL daemon run as user "mysql". If you want start/stop mysqld then in /usr/local/etc/rc.d /mysql-server.sh

Re: Shared Library Error

2006-05-04 Thread Kalashnikov Ilya
t > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > make link with name libgmodule-2.0.so.600 to libgmodule-2.0.so and try again. run as root: prompt# ln -s libgmodule-2.0.so libgmodule-2.0.so.600 -- Kalashnikov

Re: Substitute command on vi

2006-05-05 Thread Kalashnikov Ilya
_ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > I also has it problem. I'm in Midnight Commander copy symbol '^M' and paste to my script in