Re: ppp is broken???

2007-05-10 Thread Nagy László Zsolt
The format of the statement to add is ifconfig_=up where is the NIC's FBSD interface name used by PPPoE that you specified in the /etc/ppp/ppp.conf file. ee /etc/rc.conf # add following statements ifconfig_=up I've not needed to do this, ifconfig_tun0=DHCP#

Re: ppp is broken???

2007-05-10 Thread Nagy László Zsolt
Are you using the -ddial option? if you start ppp through rc.conf add ppp_mode=ddial Yes, I was originally using it. Bob said that my rc.conf was obsolete, but he did not say why. Laszo ___ freebsd-questions@freebsd.org mailing list

Re: ppp is broken???

2007-05-08 Thread Nagy László Zsolt
Bob írta: The method you are using is obsolete. The following is all you need. Take special note of rc.conf statements to use. start of DSL ppp.conf ### default: set log Phase tun #use to avoid excessive log sizes set timeout 0

Re: ppp is broken???

2007-05-07 Thread Nagy László Zsolt
Bob wrote: Add these statements to the end of your ppp.conf file. disable iface-alias# Stop adding old IP address as alias when ppp # redials because line was lost. These old IPs # showed using ifconfig -a on tun0. iface clear #

Re: ppp is broken???

2007-05-07 Thread Nagy László Zsolt
Bob wrote: The method you are using is obsolete. The following is all you need. Take special note of rc.conf statements to use. start of DSL ppp.conf ### default: set log Phase tun #use to avoid excessive log sizes set timeout 0

Re: rebuilding the system

2007-05-03 Thread Nagy László Zsolt
Dhananjaya hiremath WROTE: Hello sir, Here we installed the FreeBSD 6.2 release and did the check out operation.Now we want to di rebuild the system by using # make buildworld but it giving error as make: don't know how to make buildworld. Stop another thing is that my /usr/src/ dir has

Re: Samba and RAID 1 using gmirror on 2 new disks

2007-04-19 Thread Nagy László Zsolt
*L Goodwin wrote: Both assume you only have 2 drives and want to mirror the drive containing FreeBSD. I only want to mirror the data drive da1, and would appreciate a concise set of steps for doing this right the first time. 1. First of all, you should install the base system on da0 and boot

Re: Cannot delete user???

2007-04-13 Thread Nagy László Zsolt
Did you possibly delete it from /etc/passwd before you did everything else? Yes. It's not safe to edit /etc/password directly. If you issue vipw, does the user still show up? if so, delete him there and /etc/passwd should be regenerated correctly. I did not know this. Thank you! I

Re: Locking SSH Users to $HOME

2007-04-11 Thread Nagy László Zsolt
L33T Networks wrote: Using the SSHD server, how can I lock users SSH'ing into a box into their home directory, without having access to the /usr/home directory as a whole? You might setup 700 rights for the home directories, then the users won't see each other's files. Is it what you want?

Re: XMMS problem

2007-04-05 Thread Nagy László Zsolt
Ivan Zenzerovic' wrote: Hello, when I try to play music with xmms, i get the error: Please chech that: Your soundcard is configured. You have the correct output plugin selected. No other program is blocking the soundcard. My soundcard is working well, and in the console i see the xmms error:

Re: Sound Card Problem

2007-04-04 Thread Nagy László Zsolt
[EMAIL PROTECTED] írta: dell 4300s with XP Reinstalled xp, no sound from integrated sound device. Do you mean Windows XP? It is a mailing list for FreeBSD. Anyway, it took about 3 minutes to find this with google: http://members.driverguide.com/driver/detail.php?driverid=123410 (Yes, you

Re: Multiple versions of PHP

2007-04-03 Thread Nagy László Zsolt
patrick wrote: Thanks, that worked really well. For those searching the archive for an easy answer, you just need to do: make PREFIX=/path/to/where/you/want all install clean Hmm, what happens if two ports would be in conflict, unless installed into separate directories? In other words, how

Re: automatically starting PostgreSQL

2007-04-02 Thread Nagy László Zsolt
Charles Farinella írta: Hi all, FreeBSD 6.2: I built PostgreSQL from source and copied the supplied startup script to /etc/rc.d/postgresql. The script works as expected. In /etc/rc.conf I've added the following: postgresql_enable=YES expecting this to automatically start PostgeSQL at

Re: automatically starting PostgreSQL

2007-04-02 Thread Nagy László Zsolt
For reasons having to do with our particular operation, it is our custom to build many packages from source code no matter the operating system, so I don't want to install from the ports tree. Did you know that when you install from the ports tree, it will actually download the sources,

Copy/move files between Windows and FreeBSD

2007-03-26 Thread Nagy László Zsolt
Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an automated task, and it is not complicated:

Re: Undefined symbol pthread_create?

2007-03-21 Thread Nagy László Zsolt
Did you upgrade your system recently or were compat-v.x packages removed? Also, how was pulseaudio installed (package, port, etc)? The pthread lib shouldn't be missing because it is a part of the system which can be compiled in easily using gcc -lpthread. messias# uname -a FreeBSD

Re: Flash with Firefox 2

2007-03-16 Thread Nagy László Zsolt
Jay Chandler írta: I can't be the first person to ask this, but a Google and a cursory search of the archives don't lend me much in the way of hints. Anyone have a link or an explanation of how to get the Flash plugin working within Firefox? I've gotten Java up already, but Flash continues

Re: sendmail not working?

2007-03-16 Thread Nagy László Zsolt
Postfix is designed to keep a firm separation of MTA and MDA functionality for security reasons and always wants to receive incoming mail via the MTA...it will not short-circuit to doing local delivery the way sendmail can. So I really need sendmail, not postfix, because I have a different

Re: Flash with Firefox 2

2007-03-16 Thread Nagy László Zsolt
=== Running ldconfig /compat/linux/sbin/ldconfig -r /compat/linux ELF binary type 3 not known. /compat/linux/sbin/ldconfig: 1: Syntax error: ( unexpected *** Error code 2 Stop in /usr/ports/graphics/linux-png. *** Error code 1 Stop in /usr/ports/x11-toolkits/linux-gtk2. *** Error code 1

Re: sendmail not working?

2007-03-15 Thread Nagy László Zsolt
You haven't configured it correctly. I think I did. To enable postfix startup script please add postfix_enable=YES in your rc.conf If you not need Sendmail anymore, please add in your rc.conf: sendmail_enable=NO sendmail_submit_enable=NO sendmail_outbound_enable=NO

Re: sendmail not working?

2007-03-14 Thread Nagy László Zsolt
Derek Ragona wrote You need to make sure sendmail is starting and running. Check your rc.conf and any variables that might need to be set. Thanks! In my rc.conf: sendmail_enable=NO However, as I wrote, I was using postfix. I'm not a big guru but I believe that postfix has its own daemon

Re: Fetching sources from Windows?

2007-03-05 Thread Nagy László Zsolt
frzburn írta: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: Reg, User rights

2007-02-22 Thread Nagy László Zsolt
Create a user as per normal. Then, also add that userid to the wheel group. (Don't make wheel the user's primary group. Use a regular group for that. Just add their id in the /etc/group file to wheel. I prefer to use pw groupmod -m username I believe that is the official way to do

Re: Building Home Server

2007-02-16 Thread Nagy László Zsolt
Drew Jenkins írta: 20Hi; I'm building a server at home to mimic my live server. The instructions require that I gather the following information: * IP address * IP address of default gateway * Hostname * DNS server IP address * Subnet Mask Now, I think I can use 192.168.0.1 as my IP address,

Re: Building Home Server

2007-02-16 Thread Nagy László Zsolt
Drew Jenkins wrote: Start menu/Run cmd Did you run cmd.exe? Really? Probably your interface uses DHCP. Yes, DHCP is enabled. You should type in /sbin/sysinstall and then configure your network interface. Yes, that is what I will do, but first I need the above

Re: Building Home Server

2007-02-16 Thread Nagy László Zsolt
You could try opening a command prompt (cmd/command in run) and running it, that way it won't close after it exits. Yeah, I thought of that, unfortunately I get the response that id doesn't recognize the command! Yet run does recognize the command! Go figure! It must be Win98

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
Whats the output of systat -vmstat 1 ? 1 usersLoad 1.20 1.18 1.15 Feb 16 17:54 Mem:KBREALVIRTUAL VN PAGER SWAP PAGER Tot Share TotShareFree in out in out Act 133548 13636 43550416200

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
Laszlo Nagy wrote: 75% user, 24.2% system, 0.0% idle. Despite those stats, I do not see what is eating up 100% cpu time. I already restarted the computer but it is the same. This problem started some hours ago. The CPU is hot, I can feel it on the air stream pouring out the computer case.

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
Possible hardware problem perhaps? Are you able to run a burn-in test on the machine? What is that? How can I perform that? (Tomorrow the machine will be free, I can play with it.) I can imagine that the processor is overheated and so the frequency was reduced by the BIOS. But that does not

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
One possibility is that your CPU fan has failed, in which case newer machines would downclock itself extremely in order to avoid burning out-- that might be an explanation for why your performance has decreased so much. The cpu fan is not failed. This was the first thing I checked before

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
Ouch, that's pages freed by exiting processes, not process forks (gotta get some sleep). Anyway, if this is persistent, then some processes are exiting all the time, and they have to get created somehow, so the scenario is the same... Yess! That was it! Thank you so much! :-)

Re: Invisible process killing the CPU

2007-02-16 Thread Nagy László Zsolt
[ systat -vmstat 1 ] Namei Name-cacheDir-cache 4960 prcfr Looks like processes on this system are forking at a rate of 5000/sec. Ouch, that's pages freed by exiting processes, not process

Re: 5.3 - 6.2 should work right?

2007-01-22 Thread Nagy László Zsolt
B. Cook wrote: I'm inheriting an older network and I'm trying to update it.. cvsup to 6_2.. Doing a build kernel install kernel then reboot and build world install world mergemaster -p if needed then rebuild the kernel and reinstall it.. right? I couldn't see anything major in

Re: X server remote login and sound

2006-12-22 Thread Nagy László Zsolt
Christian Walther wrote: I'm not sure if sending uncompressed audio data over the network is such a good idea. Are you sure that esd does not compress the data? By the way, esd can be used with any audio application. It can emulate a real soundcard. Example follows. On the server (where

Re: Fonts on X.Org...

2006-12-12 Thread Nagy László Zsolt
Ne'Bahn írta: Hi list, how can I add some fonts to the system, for instance: Arial, Courier New, and so others. I know there are some fonts that cost to acquire them, but isn't an implementation of these fonts for the open source arena ??? Please read the documentation for xorg.conf. I'm using

Re: easy question

2006-12-11 Thread Nagy László Zsolt
Steve Franks wrote: I hope. Looks like xorg remaps the arrow keys for it's own uses - how do I get command history in an xterm instead of ctrl-key like gibberish. I'd like to edit, like you do in a vtty with the up-arrow, not just !!enter. I'm sure the answer exists, I just can't format a

Re: /usr/ports/x11-toolkits/eel linker error

2006-12-05 Thread Nagy László Zsolt
20061014: AFFECTS: All GTK+2 and GNOME users AUTHOR: [EMAIL PROTECTED] GNOME has been updated to 2.16. All GTK+2 and GNOME components have been moved from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local). To upgrade your GNOME desktop or/and other applications you will need to use either

Re: /usr/ports/x11-toolkits/eel linker error

2006-12-05 Thread Nagy László Zsolt
messias# portupgrade -a Stale dependency: gail-1.9.3 -- gnome2-fifth-toe-2.12.3 -- manually run 'pkgdb -F' to fix, or specify -O to force. messias# pkgdb -F --- Checking the package registry database messias# I just realized that this is a gnome 2.12 dependency. It should not be there at

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Nagy László Zsolt
[EMAIL PROTECTED] wrote: What is the difference between No address associated with name and Unknown host: $ ping accounts.eirtrade.ie ping: cannot resolve accounts.eirtrade.ie: No address associated with name and $ ping accounts.eirtrade.i ping: cannot resolve accounts.eirtrade.i: Unknown

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Nagy László Zsolt
If you have the dig command available on your machine, you can read its documentation, and play with it. It will make things clear. Look below: in the first case, there is no A record, but there is a SOA record. However, the hostname of the SOA is different from the queried hostname. In

Re: simple question...how to show packages which depend upon

2006-11-30 Thread Nagy László Zsolt
Graham Bentley írta: And ... how to remove a package and all the packages it sucked in ? All I get from pkg_delete that it isnt even installed when I know it is because that was the previous command I just ran !!! Can you please send us the commands that you have executed? If you used

Re: Gnome install - error (using portupgrade)

2006-11-28 Thread Nagy László Zsolt
What is this null stale origin? cassiopeia# pkgdb -F --- Checking the package registry database Stale origin: '(null)': perhaps moved or obsoleted. Skip this for now? [yes] To skip it without asking in future, please list it in HOLD_PKGS. cassiopeia# portupgrade -a Stale dependency:

Re: DHCP question

2006-08-23 Thread Nagy László Zsolt
Vizion írta: My home network is connected by my Linksys Broadband Router model RT31P2 to an upstream Cable company supplied Motorola SB5100 cable modem. A single IP address is allocated via DHCP to the Linksys to which my private network is attached. The IP address is rarely changed. I need

Re: Almost ready with diskless setup

2006-08-10 Thread Nagy László Zsolt
2. syslogd tells that it cannot open the pid file. (Operation not supported) However, it creates /var/log/syslogd.pid. But that file is empty. What can be the problem? After making another diskless distribution, I found out that the 'Operation not supported' error comes out because of

Re: make distribution fails

2006-08-09 Thread Nagy László Zsolt
but the PR database is busy, I cannot read the details. What am I doing wrong? What version are you trying to install? On 5.X you gotta be in /usr/src/etc, but on 6.X this changed to /usr/src. Cheers, Erik I'm using 6.1 RELEASE. I upgraded yesterday with cvsup. It does not work

Re: make distribution fails

2006-08-09 Thread Nagy László Zsolt
I do: # cd /usr/src # make buildworld # make KERNCONF=DISKLESS buildkernel # mkdir /var/diskless/FreeBSD # make DESTDIR=/var/diskless/FreeBSD installworld # make DESTDIR=/var/diskless/FreeBSD distribution # make DESTDIR=/var/diskless/FreeBSD KERNCONF=DISKLESS installkernel You have to

Re: make distribution fails

2006-08-09 Thread Nagy László Zsolt
I cannot change owner or change permission for some files. Is it possible to delete this directory somehow? # chflags -R noschg /path/to/distribution then remove You are a true guru. :-) Thanks! ___ freebsd-questions@freebsd.org mailing

Re: Cheap terminals for FreeBSD

2006-08-08 Thread Nagy László Zsolt
Sorry for multiple postings. The first e-mail did not come through for hours becasue I wrote it from the wrong e-mail address. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Cheap terminals for FreeBSD

2006-08-08 Thread Nagy László Zsolt
the diskless machines? Or do you use TCP/IP based sound servers? Thanks, Laszlo Em Ter, 2006-08-08 às 00:18 +0200, Nagy László Zsolt escreveu: Hello Here I have several units running FreeBSD 6.1 with diskless using a big server and several clients (20-30) thin clients... it is very fast

make distribution fails

2006-08-08 Thread Nagy László Zsolt
I was following the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html I got this: messias# pwd /usr/src/etc messias# make distribution DESTDIR=/usr/local/diskless cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf auth.conf crontab

Cheap terminals for FreeBSD

2006-08-07 Thread Nagy László Zsolt
Hello, I need to setup an environment where some users (10 to 20 employees) will use terminals to run programs. They need to run a few popular programs: thunderbird, firefox, adobe acrobat, openoffice and gaim. This site will be a customer service. We decided to reduce the costs by using

Re: Cannot upgrade TCL port

2006-07-20 Thread Nagy László Zsolt
Andrew Robinson írta: I found that the easiest way to fix this problem is to edit the Makefile. Comment out the following two lines and it should run. From: .if ${BLACKHOLE} != '' ${BLACKHOLE} != 0 # #

Re: LDAP Thunderbird and security (OFF)

2006-07-17 Thread Nagy László Zsolt
Nagy László írta: Hello, I would like to create an LDAP server, for storing address book information for Thunderbird. E-mail clients will be connecting remotely with IMAPS (over the internet). Is there a secure way to do this? I know that samba can create an LDAP server but it is not

Re: LDAP Thunderbird and security (OFF)

2006-07-17 Thread Nagy László Zsolt
First, OpenLDAP isn't easy to set up; but it's worth the trouble. You should probably move this to the openldap list, or the thunderbird list, since it really has nothing to do with FreeBSD. Yes, this is (OFF), see the subject. Unfortunately, the openldap mailing list is not active. I could

Re: Shared IMAP folder (off)

2006-07-11 Thread Nagy László Zsolt
There's some directions at http://www.flatmtn.com/computer/Linux-Imap-UW.html (found by googling uw imap shared folders) but I'm not sure I follow them. It looks like it's just setting up another IMAP account that happens to be shared I use cyrus-imap, and it seems to have fairly

Re: IMAP server alternatives

2006-07-11 Thread Nagy László Zsolt
Thank you for your responses! I tried to install cyrus-imapd, courier-imapd and dovecot, in this order. :-) Dovecot has my preference. I could install it in a few minutes, and it was very easy to configure. At least it is easier than courier, for me. :-) Thanks again. Laszlo

Shared IMAP folder

2006-07-10 Thread Nagy László Zsolt
Hello, I would like to share some IMAP folders between users. I'm currently using postfix and uw-imap. Is this possible? How should I do this? (Hard links between IMAP files?) The basic problem is this: we have a company and we have some employees, doing help desk service. There are cases

Re: Strange messages in mail queue

2006-05-26 Thread Nagy László Zsolt
Charles Swiger írta: On May 25, 2006, at 9:39 AM, Eric wrote: what MTA are you using? i'm wondering why your server accepted the email in the first place. Yes, well, that question implies the right direction for a solution: you want to reject spam before trying to deliver it, rather than

Re: Postgresql Autovacuum how?

2006-05-24 Thread Nagy László Zsolt
Nick Withers írta: I've created a .pgpass file in /root (which is read only by root) containing the password for the pgsql user. A quick Google on pgpass turned up this content from http://pgsqld.active-venture.com/libpq-files.html: This is a broken link (for me at least). _ (...)

Re: Postgresql Autovacuum how?

2006-05-24 Thread Nagy László Zsolt
I've created a .pgpass file in /root (which is read only by root) containing the password for the pgsql user. A quick Google on pgpass turned up this content from http://pgsqld.active-venture.com/libpq-files.html: That link is broken, but here is a good one:

Re: gmirror and partitioning

2006-05-18 Thread Nagy László Zsolt
Hi Laszlo, No bugs; I think this is normal. Both the BIOS and the OS are only going to see the blocks the hard drive thinks are useable. Bad sector information is also stored on the disk, and only the OS can interpret this information. Or is it possible that the manufacturer produces the

Re: gmirror and partitioning

2006-05-17 Thread Nagy László Zsolt
acd0: CDROM GCR-8523B/1.01 at ata0-master PIO4 ad8: 152626MB SAMSUNG HD160JJ ZM100-33 at ata4-master SATA150 ad10: 152627MB SAMSUNG HD160JJ ZM100-33 at ata5-master SATA150 Sadly, yes; or buy a bigger second disk. You could do the install on the smaller disk first, or you could make ad10s1

Re: gmirror and partitioning

2006-05-16 Thread Nagy László Zsolt
Laszlo, You're making gmirror way too difficult. In short, install FreeBSD with however many partitions you want, then install gmirror and replicate your disk to the second disk. The standard howto documents are: http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

Re: gmirror and partitioning

2006-05-16 Thread Nagy László Zsolt
Hi Laszlo, Well it looks like you've got gm0 up and running. I assume you've edited /etc/fstab so that it boots cleanly. My first thought is that you need to zero ad8 to make sure gmirror isn't confused. Try that (dd if=/dev/zero of=/dev/ad8) at least for several blocks. Then reboot and

Re: gmirror and partitioning

2006-05-12 Thread Nagy László Zsolt
Laszlo, You're making gmirror way too difficult. In short, install FreeBSD with however many partitions you want, then install gmirror and replicate your disk to the second disk. The standard howto documents are: http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

Re: Problem installing FreeBSD 6.0

2006-04-26 Thread Nagy László Zsolt
Did you do a custom newfs? No. What's you partition layout? First slice is a Windows NTFS, 45GB Then I have a 35GB slice for FreeBSD (type 165). Inside that slice, I used automatic partitioning. What did you install (only the bare base? or also additional distributions/packages) I

Re: Problem installing FreeBSD 6.0

2006-04-26 Thread Nagy László Zsolt
Jeff Rollin wrote: could you post the partition layout? (i know you said you used automatic partitioning but the size of the filesystems varies depending on the size of the slice.) Slices screen: Disk name: ad0 Geometry: 14596 cyls/255 heads/63 sectors = 234484740 sectors (114494 MB) Offset