problem with network card in P35+ICH9
I have a server based gigabyte MB with core2 quadro, P35+ICH9 FreeBSD 6.2 server# ifconfig -a re0: flags=8843 mtu 1500 options=1b inet 192.168.2.54 netmask 0xff00 broadcast 192.168.2.255 ether 00:1a:4d:53:54:4d media: Ethernet autoselect (none) status: no carrier server# dmesg |grep re0 re0: port 0xc000-0xc0ff mem 0xf900-0xf9000fff irq 16 at device 0.0 on pci4 miibus0: on re0 re0: Ethernet address: 00:1a:4d:53:54:4d re0: [FAST] But these lan works good into windows with the same cable and connection. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problem with network card in P35+ICH9
I think yes. Probably i have Gigabyte GA-P35-S3R (Realtek RTL8111B PCI-E (GbE) in S3R, my model i check tomorrow) is your phy (mii) detected OK? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problem with network card in P35+ICH9
> I have a server based gigabyte MB with core2 quadro, P35+ICH9 From the below let me guess it is in the MSI Neo familiy of Mobo's you will want the following patches for re: http://people.freebsd.org/~yongari/re/re.HEAD.patch If I am right about the Mobo you should also be getting mismatching reports on your SATA drives as well the inablity to have SATA and PATA together you will want the following patches to fix that: http://www.flosoft-systems.com/patchs/ahci.diff http://www.flosoft-systems.com/patchs/i82801-marvell.diff Patch for RE not compiling.. When these pathes will be included in the kernel? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Courier and postfix
Hello freebsd-questions, How i can install subj? Or i need use Exim? I have LDAP server and userlist within. What better for auth via LDAP and good work? Postfix + ... (cyrus?) or Exim + ... (courier?) ? Where i can read about pluses and minuses these MTAs? FreeBSD 5.3 -- Best regards, Playnet ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
test
Hello FreeBSD, Subj... -- Best regards, Playnet mailto:[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[2]: Newbie problems with svscan and arp
Hello Odhiambo, Friday, December 16, 2005, 7:28:53 PM, you wrote: OW> RTFM for qmail, I guess. I only know about Exim - http://www.exim.org ;) qmail -- http://cr.yp.to Have you use exim? -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
exim with 3 domains
Hello freebsd-questions, I have 3 domains, e.g. dom1.spb.ru, dom2.spb.ru, dom3.spb.ru and 1 external (inet) IP. How i can setup this? As database i use LDAP.. -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
samba(PDC) -- not found?
Hello freebsd-questions, I have a trouble with samba. In my testmachine i install samba as PDC and have some questions. Test mashine not in inet. In local net i have win2k, and try to go into domain. Offtopic says what domain not found. What i need? Local DNS? Need i setup Kerberos? rtfm what? %) smb.conf [global] workgroup = sstand.spb.ru server string = Samba Server security = ads hosts allow = 192.168. 127. load printers = yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY os level = 33 domain master = yes preferred master = yes domain logons = yes wins support = yes dns proxy = no display charset = koi8-r unix charset = koi8-r dos charset = cp866 ... -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
samba+slapd
Hello freebsd-questions, I need setup subj, it's need for my diplom. I need it to 20.01, but i read many docs and cat't understand some bugs I try to setup samba+ldap samba-3.0.20,1 A free SMB and CIFS client and server for UNIX openldap-sasl-server-2.2.28 Open source LDAP server implementation with SASL2 support 1) how create certificates? In docs use gencert.sh, but i cat't find this in my system I create it: # openssl genrsa -des3 -out ca.key 2048 # openssl req -new -x509 -days 1825 -utf8 -key ca.key -out ca.cert in Common Name (eg, YOUR name) []: ldap.domain.ru usercert: # openssl genrsa -out user.key 1024 # openssl req -new -key user.key -out user.csr -utf8 # openssl x509 -req -in user.csr -out user.cert \ -CA ca.cert -CAkey ca.key -CAcreateserial -days 1095 # vi /usr/local/etc/openldap/slapd.conf added: disallow tls_authc ;Why? And how generate certs (?) correctly? TLSCertificateFile/usr/local/etc/openldap/ssl/user.cert TLSCertificateKeyFile /usr/local/etc/openldap/ssl/user.key TLSCACertificateFile /usr/local/etc/openldap/ssl/ca.cert Is it correct? 2) on start samba in /var/log/messages: Jan 7 19:28:29 sstand slapd[53000]: OTP unavailable because can't read/write key database /etc/opiekeys: Permission denied What i need? 3) on ldapsearch in /var/log/messages: Jan 7 19:28:30 sstand ldapsearch: GSSAPI Error: Miscellaneous failure (see text) (open(/tmp/krb5cc_0): No such file or directory) Why ldap wants kerberos and how to fix it? 4) Need i use PAM? -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
upgrade ssl, ssh
Hello freebsd-questions, portupgrade openssl ** No such installed package: openssl whereis openssl openssl: /usr/bin/openssl /usr/share/openssl/man/man1/openssl.1.gz /usr/ports/security/openssl If upgrade ssl from ports, it unstalls into /usr/local and it doesn-t correct. How i need upgrade ssl and ssh? -- Best regards, Playnet mailto:[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: samba mount by name
Hello Aivaras, Sunday, January 22, 2006, 8:24:00 PM, you wrote: A> How to get to samba share by name? A> On windows mashine typing in explorer \\192.168.0.1 opens shares and A> \\server doesnt. Check netmask in these computers... -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
samba
Hello freebsd-questions, Jan 23 20:00:20 sstand nmbd[769]: become_logon_server_success: Samba is now a logon server for workgroup SSTAND.SPB.RU on subnet 192.168.26.10 Jan 23 20:00:22 sstand smbd[774]: [2006/01/23 20:00:22, 0] lib/smbldap_util.c:smbldap_search_domain_info(199) Jan 23 20:00:22 sstand smbd[774]: Adding domain info for SSTAND.SPB.RU failed with NT_STATUS_UNSUCCESSFUL What is it? And why? pdbedit says: Server's Role (logon server) NOT ADVISED with domain-level security Why? I need domain controller, can i get it with security=user or i need use domain/ad security? And.. I add user "ttt" into ldap base. ldapsearch show him. nss_ldap configured (maybe?). But id says what no such user =( sstand# pdbedit -u ttt Server's Role (logon server) NOT ADVISED with domain-level security failed to add domain dn= sambaDomainName=SSTAND.SPB.RU,dc=sstand,dc=spb,dc=ru with: Already exists Adding domain info for SSTAND.SPB.RU failed with NT_STATUS_UNSUCCESSFUL failed to add domain dn= sambaDomainName=SSTAND.SPB.RU,dc=sstand,dc=spb,dc=ru with: Already exists Adding domain info for SSTAND.SPB.RU failed with NT_STATUS_UNSUCCESSFUL Username not found! - - How to fix? Who can get me configs for the pam_ldap, nss_ldap (it's same file...) and slapd? Что вообще надо в nss_ldap.conf писать? Ввел юзера в базу, ldapsearch его показывает. Но id user говорит, что такого нет. -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
inetd and security
Hello freebsd-questions, What better for security reasons? Inetd, xinetd, standalone? As sample -- vsftpd. As i know, inetd insecure and deprecated. But what better, xinetd or standalone? -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
samba: add mashine script and other
Hello freebsd-questions, Who have subj for LDAP? As i understand, i can use smbldap-tools. But which params? Who can give part of smb.conf with add... ? -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
asterisk
Hello freebsd-questions, sstand# make clean;make asterisk-1.4: "/usr/ports/devel/pwlib:build" non-existent -- dependency list incomplete asterisk-1.4: "/usr/ports/net/openh323:build" non-existent -- dependency list incomplete ===> asterisk-1.4 depends on file: /nonexistent - not found ===>Verifying build for /nonexistent in /usr/ports/devel/pwlib bug! And build pwlib ../../ptclib/pssl.cxx: In constructor `PSSLPrivateKey::PSSLPrivateKey(const BYTE*, PINDEX)': ../../ptclib/pssl.cxx:288: error: invalid conversion from `BYTE**' to `const unsigned char**' ../../ptclib/pssl.cxx:288: error: initializing argument 2 of `EVP_PKEY* d2i_AutoPrivateKey(EVP_PKEY**, const unsigned char**, long int)' ... ../../ptclib/pssl.cxx:480: error: initializing argument 2 of `X509* d2i_X509(X509**, const unsigned char**, long int)' gmake[2]: *** [/usr/ports/devel/pwlib/work/pwlib/lib/obj_FreeBSD_x86_r/pssl.o] Ошибка 1 gmake[2]: Leaving directory `/usr/ports/devel/pwlib/work/pwlib/src/ptlib/unix' gmake[1]: *** [opt] Ошибка 2 gmake[1]: Leaving directory `/usr/ports/devel/pwlib/work/pwlib' gmake: *** [optnoshared] Ошибка 2 *** Error code 2 Stop in /usr/ports/devel/pwlib. *** Error code 1 -- Best regards, Playnet mailto:[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[2]: asterisk
Hello Gavin, Wednesday, January 25, 2006, 1:16:42 PM, you wrote: GC> Add the following to /etc/make.conf Why not "make config"? GC> WITHOUT_H323=yes # asterisk If disable this one (i disabled it in menu), all Ok. GC> WITHOUT_ZAPTEL=yes with zaptel all compiled good. -- Best regards, Playnetmailto:[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: A strategic question
Hello Jozef, Saturday, January 28, 2006, 5:16:04 AM, you wrote: JB> I wonder how people JB> with a low-bandwidth Internet connection do to download the SP2 for Windows JB> XP. I can buy pirate dvd with win2k + winXP sp2 corporate + winXP sp3 for $3 =) JB> I came to FreeBSD, with the idea that it had a more homogeneous quality JB> development model, downloaded the FreeBSD 6.0 boot CD and CD 1 and 2, and JB> installed it on my PC, following the handbook. As i know, CD2 is Live-cd. Not for install, but for repare. JB> I knew UNIX is a toolkit intended to IT knowledge people, so it will never JB> perform a breakthrough to the average desktop user. But my disappointment JB> with FreeBSD was great. FreeBSD not desktop system! It's for servers. For desktop try Gentoo of pcbsd. JB> In fact, to install FreeBSD, one needs already a lot of knowledge about the JB> system. To acquire that knowledge, one needs experience on an installed JB> system. But to have an installed system, one needs already a lot of JB> knowledge about the system. That's the problem. IMHO, you need someone for newbies. As ISBN 0-672-32206-4 (FreeBSD from Brian Tiemann and Michael C. Urban) (in english. Maybe you need do to shop and look someone else in german). JB> The handbook doesn't tell you that, at the "last chance" message, you have JB> to take out the boot CD and to insert CD 1. But if you don't do so, nothing JB> gets installed. You need boot from CD1 and install. And, handbook is stupid. You need good book, not handbook. JB> I have a cable Internet connection and my network card was recognized, but JB> getting an IP-address with the DHCP service of my provider was impossible. You need setup your net from sysinstall Or "man ifconfig" JB> Again, I had to look up with Google how to allow the firewall to get an JB> IP-addres with my provider's DHCP. As default, no firewalls enabled JB> The locate command did not work, as the locate database seemed to be JB> corrupted. I had to figure out how to rebuild this database. After install you can run /etc/periodic/weekly/310.locate JB> The root user had a csh, while ordinary users had a sh shell. I had to JB> figure out how to provide the same shell to the root user and the other JB> users, as all those virtual users are all one and the same person, me. zsh much better For change shell for user try "chsh" JB> Why is it that FreeBSD people, who seem to be perfectly able to formulate JB> correct algorithms for implementing UNIX concepts, and translating them into JB> code, don't care at all about a novice user, providing him with an JB> installation program that doesn't work as it should, even without a GUI? Because FreeBSD not for "novice"... But good books can help you. JB> imagine that people capable of developing such a complex operating system as JB> Unix are unable to offer newcomers a correct and easy install procedure. But JB> probably, that's not their concern. Install procedure correct and easy. Except X =) But X on server -- bad idea. -- Best regards, Playnetmailto:[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: Multiple natd + ipfw
Hello Unix-Solutions, Friday, January 27, 2006, 3:44:46 PM, you wrote: google BGP -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
errors in schemas?
Hello freebsd-questions, adding new entry "sambaDomainName=sstand.spb.ru,dc=sstand,dc=spb,dc=ru" modify complete ldap_add: Naming violation (64) additional info: naming attribute 'sambaDomainName' is not present in entry file: dn: sambaDomainName=sstand.spb.ru,dc=sstand,dc=spb,dc=ru objectClass: inetOrgPerson objectClass: sambaUnixIdPool uidNumber: 1000 gidNumber: 1000 cn: sstand.spb.ru sn: sstand.spb.ru Generated by smbldap-populate -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
what with privileges
Hello freebsd-questions, I try add machine into domain. If i run smbldap-useradd manually, all ok. But from samba i get errors: Jan 29 22:47:04 sstand net: smbldap_open: cannot access LDAP when not root.. Jan 29 22:47:04 sstand net: [2006/01/29 22:47:04, 0] lib/smbldap.c:smbldap_search_suffix(1246) Jan 29 22:47:04 sstand net: smbldap_search_suffix: Problem during the LDAP search: (unknown) (Time limit exceeded) Jan 29 22:47:04 sstand net: [2006/01/29 22:47:04, 0] passdb/secrets.c:secrets_init(64) Jan 29 22:47:04 sstand net: Failed to open /usr/local/private/secrets.tdb Jan 29 22:47:04 sstand net: [2006/01/29 22:47:04, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) Jan 29 22:47:04 sstand net: pdb_generate_sam_sid: Failed to store generated machine SID. Jan 29 22:47:05 sstand net: [2006/01/29 22:47:05, 0] lib/util.c:smb_panic2(1548) Jan 29 22:47:05 sstand net: PANIC: Could not generate a machine SID Jan 29 22:47:05 sstand net: Jan 29 22:47:05 sstand net: Jan 29 22:47:11 sstand kernel: pid 2648 (net), uid 65534: exited on signal 6 (core dumped) Jan 29 22:47:11 sstand smbd[2643]: [2006/01/29 22:47:11, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2028) Jan 29 22:47:11 sstand smbd[2643]: _samr_create_user: Running the command `/usr/local/sbin/smbldap-useradd -t 240 -w "sstand$"' gave 134 Jan 29 22:47:15 sstand smbd[2643]: [2006/01/29 22:47:15, 0] lib/util_sock.c:read_data(526) Jan 29 22:47:15 sstand smbd[2643]: read_data: read failure for 4 bytes to client 192.168.26.10. Error = Connection reset by peer -- Best regards, Playnet mailto:[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[2]: what with privileges
Hello Robert, Sunday, January 29, 2006, 11:26:05 PM, you wrote: RS> Hmm I think the 1st line says it all. You are not using the correct RS> admin user ie one with sufficient privileges. to add the user to ldap. RS> This is really a question for the samba mailing list. How subscribe to samba mainling list? -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
incorrect logins
Hello FreeBSD, I see many records as Feb 10 21:08:55 sstand sshd[84600]: Failed password for root from 61.218.130.20 port 46356 ssh2 How can i block these IP, who try "root" as login? Have any soft in ports? -- Best regards, Playnet mailto:[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: one virtual IP interface on two ethernet ports ?
Hello Frank, Thursday, February 9, 2006, 12:05:25 PM, you wrote: FB> Is it possible with FreeBSD to setup a virtual IP interface FB> with load balancing that use two or more ethernet ports ? FB> thank you kldload /boot/kernel/ng_ether.ko kldload /boot/kernel/ng_one2many.ko ifconfig rl0 up ifconfig rl1 up ngctl mkpeer rl0: one2many upper one ngctl connect rl0: rl0:upper lower many0 ngctl connect rl1: rl0:upper lower many1 ngctl msg rl1: setpromisc 1 ngctl msg rl1: setautosrc 0 ngctl msg rl0:upper \ setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 ] }" ifconfig rl0 inet 192.168.0.78 Get from opennet.ru from tips http://www.opennet.ru/openforum/vsluhforumID1/51190.html#2 comments.. -- Best regards, Playnetmailto:[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: choosing a UPS
Hello Peter, Saturday, February 4, 2006, 1:44:57 AM, you wrote: P> I am in the market for a UPS to effect automatic shutdown (via DB9) of a P> file server (which will run FreeBSD 6.0). I have noticed some large price P> fluctuations and I don't understand why. I am comparing units of equal P> strength, say 750 VA. Any comments on what I should be looking for? I use UNELT Smart Double 1000 (1000 VA, AVR, works good with NUT (protocol megatec), etc), up to 3 workstations. As UPS it's works without problems, but his soft for windows full shit! But with NUT all works fine. -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
PCMCIA Xircom XA2000 not detecting
Hello freebsd-questions, pccard0: <16 bit PCCard bus> on cbb0 pccard1: Card has no functions! cbb1: PC Card card activation failed FreeBSD 6.0 with DEFAULT kernel What i need? -- Best regards, Playnet mailto:[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: PCMCIA Xircom XA2000 not detecting
Hello, Wednesday, March 29, 2006, 1:48:47 AM, you wrote: P> pccard0: <16 bit PCCard bus> on cbb0 P> pccard1: Card has no functions! P> cbb1: PC Card card activation failed P> FreeBSD 6.0 with DEFAULT kernel P> What i need? Google said, what i need use OLDCARD.. What is it and why? Nobody known? -- Best regards, Playnetmailto:[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[2]: Need some tips in reorganizing our LAN.
Hello Mark, Thursday, March 30, 2006, 8:33:20 AM, you wrote: MJA> Thanks for replying.. MJA> I'm currently on the phase I of the plan. Its not finalized yet. I MJA> hope you can add some more. What else do you want to know if you will be MJA> reorganizing your own LAN? Also, if you have a clue on what the MJA> succeeding phase should be..Anyway, I will try to focus on the phase I first. MJA> Phase I - Identify the Current Setup MJA> 1. Network Diagram MJA> 1.1 Connectivity Type MJA> a. wired MJA> b. wireless c. Optical If you can, don`t use wireless -- not secure, many troubles. MJA>1.2 Geographical Divisions MJA> a. Site survey (building plan) MJA> b. cabling structure (is it possible to recable?) Yes MJA> 2. Types/Classifications/Numbers of Users (126 employees) MJA> 2.1 Administrative staffs MJA> a. OD MJA> b. FAD MJA> c. DIVAS MJA> 2.2 Technical staffs MJA> 3. Machine Classifications and their network type(private/public) 260 MJA> all in all MJA> Admin MJA> Tech MJA> a. servers (public/private) -> 24 MJA> b. workstations MJA>b.1 desktop (public/private?) 35 162 MJA>b.2 laptops (public/private?) 317 MJA> c. testbeds (public/private) already included in MJA> desktop MJA> d. personal (laptop,pda) NA MJA> 3.1 Operating system MJA> a. Windows MJA> b. *nix Nix better, but more difficult support on desktop pc's.. And need teach personnel. MJA> 4. Services Provided/needed MJA> a. file server (private) MJA> b. printer server (private) MJA> c. internet proxy server (public) MJA> d. im server (private) MJA> e. web server (private) MJA> f. directory service/server -- Best regards, Playnetmailto:[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: How severe is IDNF errors in SMART log?
Hello Norberto, Monday, April 3, 2006, 7:11:24 PM, you wrote: NM> I have a laptop with a 100GB Hitachi SATA drive. the SMART log shows NM> the errors below (via 'sudo smartctl -a /dev/ad0' ). How badly damaged NM> is the disk? Do not remap disk, if you can change this disk. Try replace by warranty. If not, you need low-level format (with Hitachi tool) and check cables and controller. OR you need full backup and monitoring SMART two weeks every day. IDNF is a hard-bad what you can remap with Hitachi tool. http://www.hitachigst.com/hdd/support/downloads/dft32_v406_b00.iso -- Best regards, Playnetmailto:[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: Helping interpreting crash
Hello cw, Monday, April 3, 2006, 2:09:12 PM, you wrote: c> My FreeBSD server (6.0-RELEASE #0) crashed out the other night. I have a c> custom kernel in place with debugging on so can get the info out the c> dump in /var/crash Try upgrade to 6.1 -- 6.0 have some troubles... c> current process = 687 (python) Check python scripts.. -- Best regards, Playnetmailto:[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[2]: How severe is IDNF errors in SMART log?
Hello Norberto, Tuesday, April 4, 2006, 5:25:49 PM, you wrote: >> OR you need full backup and monitoring SMART two weeks every day. >> IDNF is a hard-bad what you can remap with Hitachi tool. >> http://www.hitachigst.com/hdd/support/downloads/dft32_v406_b00.iso NM> Thanks for the info :) IBM (AU) has issued an DOA on this laptop, so NM> they agree on your/mine assesment (once I read them the SMART info over NM> the phone they must have figured out it was cheaper to get a DOA than NM> keep paying someone to listen to all that ;) ) NM> Wednesday night, it started doing this little NM> tsttttsttt..tstt... like it was trying to re-spin or something NM> like this. HDD found bads and trying read/remap automatically. -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
2 nets
Hello freebsd-questions, I have two nets: wireless and ethernet and i need make something for combine these into 1 net. How do this in freebsd? -- Best regards, Playnet mailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Courier and postfix
Hello freebsd-questions, How i can install subj? Or i need use Exim? I have LDAP server and userlist within. What better for auth via LDAP and good work? Postfix + ... (cyrus?) or Exim + ... (courier?) ? Where i can read about pluses and minuses these MTAs? FreeBSD 5.3 -- Best regards, Playnet ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Samba3, freeBSD 5.3 & kerberos -- error on compiling
Hello freebsd-questions, subj. I must setting up PDC: unix server and win-clients. But samba not compiling =( Samba 3.0.14a (and trying with 3.0.13) krb5-1.3.4_2 openldap-2.2.15 with sasl uname -a FreeBSD freebsd53.localdomain 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 make >makesmb.log ===> Building for samba-3.0.14a,1 Using FLAGS = -O -pipe -I/usr/local/include -Iinclude -I/usr/ports/net/samba3/work/samba-3.0.14a/source/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source/ubiqx -I/usr/ports/net/samba3/work/samba-3.0.14a/source/smbwrapper -I. -I/usr/local/include -I/usr/local/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source LIBS = -lcrypt -liconv LDSHFLAGS = -shared -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib LDFLAGS = -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib Linking bin/smbd *** Error code 1 Stop in /usr/ports/net/samba3/work/samba-3.0.14a/source. *** Error code 1 Stop in /usr/ports/net/samba3. And error (not logging.. agrh) ... Linking /bin/smbd ...skip... libads/kerberos_keytab.o(.text+0x7b4): In function `ads_keytab_add_entry': libads/kerberos_keytab.c:169: undefined reference to `krb5_kt_compare' /user/lib/libgssapi.so: undefined reference to `krb5_rd_cred2' /user/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy' . (skip) ***Error code 1 -- Best regards, Playnet mailto:playnet<@>mail333.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Samba3, freeBSD 5.3 & kerberos -- error on compiling
Hello freebsd-questions, subj. I must setting up PDC: unix server and win-clients. But samba not compiling =( Samba 3.0.14a (and trying with 3.0.13) krb5-1.3.4_2 openldap-2.2.15 with sasl uname -a FreeBSD freebsd53.localdomain 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 make >makesmb.log ===> Building for samba-3.0.14a,1 Using FLAGS = -O -pipe -I/usr/local/include -Iinclude -I/usr/ports/net/samba3/work/samba-3.0.14a/source/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source/ubiqx -I/usr/ports/net/samba3/work/samba-3.0.14a/source/smbwrapper -I. -I/usr/local/include -I/usr/local/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source LIBS = -lcrypt -liconv LDSHFLAGS = -shared -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib LDFLAGS = -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib Linking bin/smbd *** Error code 1 Stop in /usr/ports/net/samba3/work/samba-3.0.14a/source. *** Error code 1 Stop in /usr/ports/net/samba3. And error (not logging.. agrh) ... Linking /bin/smbd ...skip... libads/kerberos_keytab.o(.text+0x7b4): In function `ads_keytab_add_entry': libads/kerberos_keytab.c:169: undefined reference to `krb5_kt_compare' /user/lib/libgssapi.so: undefined reference to `krb5_rd_cred2' /user/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy' . (skip) ***Error code 1 -- Best regards, Playnet mailto:playnet<@>mail333.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Samba3, freeBSD 5.3 & kerberos -- error on compiling
Help please! I can't make my lab to university =( P> subj. P> I must setting up PDC: unix server and win-clients. But samba not P> compiling =( P> Samba 3.0.14a (and trying with 3.0.13) P> krb5-1.3.4_2 P> openldap-2.2.15 with sasl P> uname -a P> FreeBSD freebsd53.localdomain 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 P> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 make >>makesmb.log ===>> Building for samba-3.0.14a,1 P> Using FLAGS = -O -pipe -I/usr/local/include -Iinclude -I/usr/ports/net/samba3/work/samba-3.0.14a/source/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source/ubiqx P> -I/usr/ports/net/samba3/work/samba-3.0.14a/source/smbwrapper -I. -I/usr/local/include -I/usr/local/include -I/usr/ports/net/samba3/work/samba-3.0.14a/source P> LIBS = -lcrypt -liconv P> LDSHFLAGS = -shared -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib P> LDFLAGS = -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib P> Linking bin/smbd P> *** Error code 1 P> Stop in /usr/ports/net/samba3/work/samba-3.0.14a/source. P> *** Error code 1 P> Stop in /usr/ports/net/samba3. P> And error (not logging.. agrh) P> ... P> Linking /bin/smbd P> ...skip... P> libads/kerberos_keytab.o(.text+0x7b4): In function `ads_keytab_add_entry': P> libads/kerberos_keytab.c:169: undefined reference to `krb5_kt_compare' P> /user/lib/libgssapi.so: undefined reference to `krb5_rd_cred2' P> /user/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy' P> . (skip) P> ***Error code 1 -- Best regards, Playnetmailto:[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"