Re: About Freebsd 7.0 versus 6.3

2007-11-08 Thread Ivan Georgiev
On Thu, 08 Nov 2007 19:27:58 +
Matthew Seaman <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> Roland Smith wrote:
> > On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote:
> > 
> >> Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The 
> >> system is running well, but I'd really like to move up to 7. Can it be 
> >> done 
> >> through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install 
> >> from 
> >> scratch? any upgrade gotchas/procedure ?
> > 
> > It _can_ be done. (I've done it).
> > 
> > First, make a list of all your ports (portmaster -L works fine for
> > that). Then csup to RELENG_7. Then follow the instructions from
> > /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined
> > the process below, with my own additions marked with lowercase letters
> > 
> > 
> >  a.  Make backups
> >  b.  Read /usr/src/UPDATING
> >  1.  `cd /usr/src'   (or to the directory containing your source tree).
> >  2.  `make buildworld'
> >  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
> >  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
> >   [steps 3. & 4. can be combined by using the "kernel" target]
> >  5.  `reboot'(in single user mode: boot -s from the loader prompt).
> >  6.  `mergemaster -p'
> >  7.  `make installworld'
> >  8.  `make delete-old'
> >  9.  `mergemaster'
> > 10.  `reboot'
> >  c. `pkg_delete -a' (delete all your ports)
> > 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
> >  d.  Reinstall all root and leaf ports. Dependencies will then be
> >  installed automatically.
> 
> I went through this process myself in pretty much the order you
> describe.  Due to bitter experience, I'd say that reinstalling
> all ports should be done before 'make delete-old-libs' -- by
> killing all the old 6.x shlibs you make it hard to run most
> software previously installed under 6.x including such things as
> 'portupgrade'...
> 
> You don't need to delete all the ports in one go and then reinstall
> them in another: running 'portupgrade -fa' will do the job.  That can
> take several days to complete if you've got a machine with OpenOffice,
> Firefox, Thunderbird, Java, KDE, Gnome, X Windows etc. installed.   If
> you're careful you can still keep various services running during that
> time, restarting them one by one as the various applications get
> upgraded.
> 
>   Cheers,
> 
>   Matthew
> 
> 
> - -- 
> Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
>   Flat 3
> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
>   Kent, CT11 9PW
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.4 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFHM2M98Mjk52CukIwRCKH4AJ4gJIT44n362bBx5HoJBmH7lK7btgCeIRnM
> Q96Es35B8i1R02vB/ZjkjY4=
> =2Ogk
> -END PGP SIGNATURE-
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

You could have avoided the missing libs problem by 
installing the misc/compat6x port. Its purpose is to 
provide legacy 6.X libraries for apps to use.

Regards:
Ivan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SCHED_4BSD in RELENG_7 disturbs workflow

2007-10-18 Thread Ivan Georgiev
On Wed, 17 Oct 2007 22:53:36 +0200
Patrick Lamaiziere <[EMAIL PROTECTED]> wrote:

> Le Tue, 16 Oct 2007 21:14:15 +0200,
> "[LoN]Kamikaze" <[EMAIL PROTECTED]> :
> 
> > Quite the contrary on RELENG_7. During a portupgrade or even worse
> > 'pkgdb -L' (recovering lost dependencies) audio players (both
> > graphical and mplayer) scatter, either because they don't get the
> > hard-disk or CPU-cycles (which one, I don't know) and the focused
> > application also often hangs. It just looks like occasionally (under
> > load) everything freezes for a second and then goes on relatively
> > normal.
> 
> I've got the same problem on 7.0-PRERELEASE/i386. Audio players
> scatter when the machine is loaded. On 6.2 it worked fine (with Xorg
> 7.3 too). With SCHED_ULE it is a lot better.
> 
> I put a full dmesg here :
> http://user.lamaiziere.net/patrick/dmesg.txt
> 
> Regards.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

Well, I get the very same behavour in 6.2-STABLE with the SCHED_4BSD
on a UP machine. On the same machine i have a much better working
experience using the ULE scheduler, no matter they say it is outdated
and buggy in 6.2.

Regards:
Ivan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntfs-3g problem

2007-10-17 Thread Ivan Georgiev
On Mon, 15 Oct 2007 15:30:41 -0400 (EDT)
"Monah Baki" <[EMAIL PROTECTED]> wrote:

> I copied 7 files totaling 280GB. I then rebooted the freebsd box (without
> unmounting the ntfs partition) and then when I tried to mount the
> partition "mount -t ntfs-3g /dev/da0s1 /mnt/windows"), all files where
> missing. I could not even see them on the windows server. Yet df -h shows
> almost 300GB of diskspace used
> 
> 
> Thank you

The problem occured because you did not umount the partition.
As far as recovering goes, i have no idea if it is possible
to recover the files from the ntfs partition since only the part
that you see was written to it and nothing else.

Ivan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


When will X11R7.2 hit the ports tree ?

2007-02-18 Thread Ivan Georgiev
X11R7.2 was released three days ago. Any ideas when 
will we see it in ports ?

Ivan Georgiev

-- 
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.1 (FreeBSD)

mQGiBEW5E6MRBADiqov5bHwf0ECoFPZumqBRPXWougVMS2UD/sxaB2rgX99rd3aG
L+7LPDWKns4C2IQtGfzR7jJwCIYXjtrh+GicaBjTT11xgvBteczT2jL7lMgJUas5
U9xIB8pcDTyQgpoEbZzp/fgJplnH2GYIZRHAiXNK5VSdpoKwbmpdS4kW1wCgx+UT
r1jumyZkKyEbWmSiAdzk5ZED/ifa2eS8bl3Bjr2RxZsHE3PKi8YqtGCjWCSekxNa
yRHEGWvecY4eWZhSYmgxX7KchLeg9RHKgyLIyXAI2F+61OGOlES7hN43hg+6mAik
OLkl3Tz8uDXifQW1ufDxYCgB5Ar3cyyBoOKAnJ3jeoiYItqj0dHl71pSLbveVZ/B
PaPCA/9Ade9WwSQ9msXledHhQmo2ODyQEPal/5YaJ+913FgJmcp1qAEo1NohUi69
h6Sj1dPi/CeJsYRMb4902NQW/WhHptaXwjFz1Odq9q5Z2V9C1QpOuDVlNxN0isWh
ymsV3FCHrIYg0l8Uc0hFL4Qq4wvwr9lCsh/TGeDc0ejnxaf5mrQvSXZhbiBFbmNo
ZXYgR2VvcmdpZXYgKERyZWFtIE9uKSA8aXZhbkBreXRleC5iZz6IZgQTEQIAJgUC
RbkTowIbAwUJAeEzgAYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEAjZIjxj8eZA
7s8An1JId1+m2H0k55U26juXta/L6rChAKCf3xJAHsaVBByoo79VEXwz2Gb9ibQz
SXZhbiBFbmNoZXYgR2VvcmdpZXYgKERyZWFtIE9uKSA8eW5nd2lpZUBnbWFpbC5j
b20+iGYEExECACYFAkW5GT0CGwMFCQHhM4AGCwkIBwMCBBUCCAMEFgIDAQIeAQIX
gAAKCRAI2SI8Y/HmQL4iAJ4sUtC8IzdwgyroS2Zd831cQW+1zACgn1C34UHdG9gS
FWmCAME6vSuW6wG5Ag0ERbkTqhAIAJFPA2mjk9vFmq2+AlBGVM3OvCYZffK+EvIz
k1WAt49A7thFs0p7lOXEjg12412HdZ0CGYYd+Ep2JQ2dYZsIIjTjy3vwrJS670Sa
5ibnyGbQu0FVWwWJUT8p61M0LNOAXkMR2nG2ITQdflrM4IXQ+xkqWp8U1F0BRXca
d0/o6OsEkex9d7UpwCEp77bXc5Pk/KnNZ6hSSHd35I7L1nQz6w1BGpMz/x9GmKhj
i6KM55J7r0NbFnFl5L8xWFWqGtqX0mcq0gIrnBYBK+d1moiiEwKXg9ZD+QT9GC7d
Q63oM2rxjChuEfcdwHGVRBBk9sNzCBvZgbYTqvmrM7Y10/KgE1sAAwYH/0G74+Be
vKtJDcq77D08a6lbyQ7QtNZceNTswFp27gDl12TsGtRwOQ+GkLuhQCjLJEAluBDR
ahmOZf4DCJNhxxSBFA/KpM4LQZd6ZG/UM5UrvW/Vf+66S6BpZRFsUuvSYwyL+8QB
6tgzwzDPcUFjsj3AkqSezlYDm26rLYePQuSc1fqgkx3GYzVM6Yr0JEXQrPZwvS+w
Ei4pk9TwZVvukn0/DIES26Fc95CdrXZDw2Lz5CrMfxcmVXcZRVUrRcUy2+1wvqeh
cNUG37+fGRPk/GiBseqK2+UpI5VLZJ08dMh7xQTvNTnusozzejqXPLYOZ6M3hVze
zZAkoG6vkxP6YtGITwQYEQIADwUCRbkTqgIbDAUJAeEzgAAKCRAI2SI8Y/HmQHGU
AKC5GMZNiwuV+H/fr+EYfnyICQgEPACeMGlogAUeD6mJCiaFnzulyC4J/O4=
=SxzH
-END PGP PUBLIC KEY BLOCK-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


When will X11R7.2 hit the ports tree ?

2007-02-18 Thread Ivan Georgiev
X11R7.2 was released three days ago. Any ideas when 
will we see it in ports ?

Ivan Georgiev

-- 
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.1 (FreeBSD)

mQGiBEW5E6MRBADiqov5bHwf0ECoFPZumqBRPXWougVMS2UD/sxaB2rgX99rd3aG
L+7LPDWKns4C2IQtGfzR7jJwCIYXjtrh+GicaBjTT11xgvBteczT2jL7lMgJUas5
U9xIB8pcDTyQgpoEbZzp/fgJplnH2GYIZRHAiXNK5VSdpoKwbmpdS4kW1wCgx+UT
r1jumyZkKyEbWmSiAdzk5ZED/ifa2eS8bl3Bjr2RxZsHE3PKi8YqtGCjWCSekxNa
yRHEGWvecY4eWZhSYmgxX7KchLeg9RHKgyLIyXAI2F+61OGOlES7hN43hg+6mAik
OLkl3Tz8uDXifQW1ufDxYCgB5Ar3cyyBoOKAnJ3jeoiYItqj0dHl71pSLbveVZ/B
PaPCA/9Ade9WwSQ9msXledHhQmo2ODyQEPal/5YaJ+913FgJmcp1qAEo1NohUi69
h6Sj1dPi/CeJsYRMb4902NQW/WhHptaXwjFz1Odq9q5Z2V9C1QpOuDVlNxN0isWh
ymsV3FCHrIYg0l8Uc0hFL4Qq4wvwr9lCsh/TGeDc0ejnxaf5mrQvSXZhbiBFbmNo
ZXYgR2VvcmdpZXYgKERyZWFtIE9uKSA8aXZhbkBreXRleC5iZz6IZgQTEQIAJgUC
RbkTowIbAwUJAeEzgAYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEAjZIjxj8eZA
7s8An1JId1+m2H0k55U26juXta/L6rChAKCf3xJAHsaVBByoo79VEXwz2Gb9ibQz
SXZhbiBFbmNoZXYgR2VvcmdpZXYgKERyZWFtIE9uKSA8eW5nd2lpZUBnbWFpbC5j
b20+iGYEExECACYFAkW5GT0CGwMFCQHhM4AGCwkIBwMCBBUCCAMEFgIDAQIeAQIX
gAAKCRAI2SI8Y/HmQL4iAJ4sUtC8IzdwgyroS2Zd831cQW+1zACgn1C34UHdG9gS
FWmCAME6vSuW6wG5Ag0ERbkTqhAIAJFPA2mjk9vFmq2+AlBGVM3OvCYZffK+EvIz
k1WAt49A7thFs0p7lOXEjg12412HdZ0CGYYd+Ep2JQ2dYZsIIjTjy3vwrJS670Sa
5ibnyGbQu0FVWwWJUT8p61M0LNOAXkMR2nG2ITQdflrM4IXQ+xkqWp8U1F0BRXca
d0/o6OsEkex9d7UpwCEp77bXc5Pk/KnNZ6hSSHd35I7L1nQz6w1BGpMz/x9GmKhj
i6KM55J7r0NbFnFl5L8xWFWqGtqX0mcq0gIrnBYBK+d1moiiEwKXg9ZD+QT9GC7d
Q63oM2rxjChuEfcdwHGVRBBk9sNzCBvZgbYTqvmrM7Y10/KgE1sAAwYH/0G74+Be
vKtJDcq77D08a6lbyQ7QtNZceNTswFp27gDl12TsGtRwOQ+GkLuhQCjLJEAluBDR
ahmOZf4DCJNhxxSBFA/KpM4LQZd6ZG/UM5UrvW/Vf+66S6BpZRFsUuvSYwyL+8QB
6tgzwzDPcUFjsj3AkqSezlYDm26rLYePQuSc1fqgkx3GYzVM6Yr0JEXQrPZwvS+w
Ei4pk9TwZVvukn0/DIES26Fc95CdrXZDw2Lz5CrMfxcmVXcZRVUrRcUy2+1wvqeh
cNUG37+fGRPk/GiBseqK2+UpI5VLZJ08dMh7xQTvNTnusozzejqXPLYOZ6M3hVze
zZAkoG6vkxP6YtGITwQYEQIADwUCRbkTqgIbDAUJAeEzgAAKCRAI2SI8Y/HmQHGU
AKC5GMZNiwuV+H/fr+EYfnyICQgEPACeMGlogAUeD6mJCiaFnzulyC4J/O4=
=SxzH
-END PGP PUBLIC KEY BLOCK-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pptpclient vpn problem

2007-01-05 Thread Ivan Georgiev
Hello,
I have been having the same problems with pptp
trying to connect to a Win VPN server.
Could not figure out what the problem was.
I guess it had something to do with the encryption
protocols.

I am currently using mpd. You can find it in the ports tree.
There are some sample conf files on the net too.
Good Luck.

Ivan Georgiev


On Fri, 5 Jan 2007 01:53:04 +0200
Clickety <[EMAIL PROTECTED]> wrote:

> Hello!
> 
> I have a problem setting up VPN connection to my workplace.
> 
> I followed this tutorial http://www.freebsddiary.org/pptp.php
> 
> When i start pptp client it looks like the connection is created.
> I get an ip address on tun0. Routes are added to the routing table and
> everything seems fine.
> But when i try to connect/ping to any server through the vpn, the
> connection closes.
> This vpn connection works from my XP box with no problems.
> 
> /etc/ppp/ppp.conf
> 
> WORK:
>   set authname myusername
>   set authkey mypass
>  set timeout 0
>   set ifaddr 0 0
>   add 192.168.100.0/24 HISADDR
>  alias enable yes
>  disable ipv6cp
> 
> 
> /var/log/ppp.log
> 
> Jan  4 22:49:33 bsd ppp[7376]: Phase: Using interface: tun0
> Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: Created in closed state
> Jan  4 22:49:33 bsd ppp[7376]: Warning: The alias command is deprecated
> Jan  4 22:49:33 bsd ppp[7376]: Phase: PPP Started (direct mode).
> Jan  4 22:49:33 bsd ppp[7376]: Phase: bundle: Establish
> Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: closed -> opening
> Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: Connected!
> Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: opening -> carrier
> Jan  4 22:49:34 bsd ppp[7376]: Phase: deflink: carrier -> lcp
> Jan  4 22:49:36 bsd ppp[7376]: Phase: bundle: Authenticate
> Jan  4 22:49:36 bsd ppp[7376]: Phase: deflink: his = CHAP 0x81, mine = none
> Jan  4 22:49:36 bsd ppp[7376]: Phase: Chap Input: CHALLENGE (16 bytes from gw)
> Jan  4 22:49:36 bsd ppp[7376]: Phase: Chap Output: RESPONSE (user)
> Jan  4 22:49:37 bsd ppp[7376]: Phase: Chap Input: SUCCESS
> (S=F35FEFF020584E1B747EC208F7B6BF59148D5CBF)
> Jan  4 22:49:37 bsd ppp[7376]: Phase: deflink: lcp -> open
> Jan  4 22:49:37 bsd ppp[7376]: Phase: bundle: Network
> Jan  4 22:49:44 bsd ppp[7376]: Phase: deflink: open -> lcp
> Jan  4 22:49:44 bsd ppp[7376]: Phase: bundle: Terminate
> Jan  4 22:49:44 bsd ppp[7376]: Phase: Signal 15, terminate.
> Jan  4 22:49:44 bsd ppp[7376]: Phase: Signal 15, terminate.
> Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: Disconnected!
> Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: Connect time: 14 secs:
> 584 octets in, 776 octets out
> Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: 15 packets in, 17 packets out
> Jan  4 22:49:47 bsd ppp[7376]: Phase:  total 97 bytes/sec, peak 202
> bytes/sec on Thu Jan  4 22:49:38 2007
> Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: lcp -> closed
> Jan  4 22:49:47 bsd ppp[7376]: Phase: bundle: Dead
> Jan  4 22:49:47 bsd ppp[7376]: Phase: PPP Terminated (normal).
> 
> 
> /var/log/messages
> Jan  4 22:49:31 bsd pptp[7376]: anon log[main:pptp.c:267]: The
> synchronous pptp option is NOT activated
> Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
> Sent control packet type is 1 'Start-Control-Connection-Request'
> Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:740]:
> Received Start Control Connection Reply
> Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:774]:
> Client connection established.
> Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
> Sent control packet type is 7 'Outgoing-Call-Request'
> Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:859]:
> Received Outgoing Call Reply.
> Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:898]:
> Outgoing call established (call ID 0, peer's call ID 140).
> Jan  4 22:49:33 bsd ppp[7376]: Warning: The alias command is deprecated
> Jan  4 22:49:35 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 0
> Jan  4 22:49:35 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 1
> Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 2
> Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 3
> Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 4
> Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 5
> Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 6
> Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
> accepting packet 7
> Jan  4 22:49:37 bsd pptp[7380]: 

high temperature after the last buildkernel/world

2004-12-19 Thread ivan georgiev
Hi all,
I synced my sources against RELENG_5 yesterday and did 
buildworld/kernel. After rebooting with the new system the fans of the 
computer are constantly on. The temperature, when idling, is about 56 
(previously it was about 48-50). I rebooted the computer in Linux and, 
as expected, after 1-2 minutes the fans went off and the temp is about 49.
Someone else experiencing the same problem? I have HP pavilion ze5300.

Regards,
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
> > I guess I have put this
> > -:wheel:ALL EXCEPT LOCAL
> > in /etc/login.access but had no recollection of doing it. After
> > commenting it out the problem is gone.
>
> hello again ivan,
>
> fwiw, your 'problem' may actually be better than your 'solution'.  with
> all the script kiddies who are running ssh brute force attempts against
> the root user account (check your logs), it is wise to use 'su' or
> 'sudo' to elevate your priveleges on that box, rather than logging in
> as root.
>
> naturally, you can harden ssh somewhat and even restrict logins by
> ip addy in login.access, but if you're not doing that, i humbly suggest
> that you think twice about enabling root ssh to your box.

I have "AllowUsers " in /etc/ssh/sshd_config and root in not one of them. 
So, even though the members of the wheel group are allowed to ssh remotely, 
the root account is not compromised. Is that right? I tried, just to check, 
to ssh as root but cannot, the log says "User root not allowed because not 
listed in AllowUsers...". Let me know if I am wrong.

Thanks again,
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
> > Just another thing ...
> >
> > If I remove myself from the group wheel then I CAN ssh to my computer;
> > if I put myself back to wheel - then CANNOT ssh to the computer.
> >
> > How can I ssh and be a member of the wheel group?
>
> hello ivan,
>
> it might be worth your while to check /etc/login.access to see if you
> have refused remote logins by wheel.
>
> hth,
> epi

Thank you so very much Epi !!!

I guess I have put this
-:wheel:ALL EXCEPT LOCAL
in /etc/login.access but had no recollection of doing it. After commenting it 
out the problem is gone.

Many thanks to all that helped solving my "mysterious"/trivial problem !

Regards,
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 02:59 pm, Shantanoo Mahajan wrote:
> +++ Ivan Georgiev [freebsd] [22-11-04 07:41 -0500]:
> | On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> | > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> | > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> 
wrote:
> | > > > Just another thing ...
> | > > >
> | > > > If I remove myself from the group wheel then I CAN ssh to my
> | > > > computer; if I put myself back to wheel - then CANNOT ssh to the
> | > > > computer.
> | > > >
> | > > > How can I ssh and be a member of the wheel group?
> | > >
> | > > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config and
> | > > restarting sshd would help.
> | >
> | > That setting shouldn't affect wheel logins.
> |
> | Changing PermitRootLogin to "yes" didn't do it 
>
> what's in /etc/hosts.allow?

Whatever is in the default 5-3-RELEASE installation. I haven't touched that :

ALL : ALL : allow

#sshd : .evil.cracker.example.com : deny

ALL : PARANOID : RFC931 20 : deny

ALL : localhost 127.0.0.1 [::1] : allow
ALL : my.machine.example.com 192.0.2.35 : allow

ALL : [fe80::%fxp0]/10 : allow
ALL : [fe80::]/10 : deny
ALL : [2001:db8:2:1:2:3:4:3fe1] : deny
ALL : [2001:db8:2:1::]/64 : allow

sendmail : localhost : allow
sendmail : .nice.guy.example.com : allow
sendmail : .evil.cracker.example.com : deny
sendmail : ALL : allow

exim : localhost : allow
exim : .nice.guy.example.com : allow
exim : .evil.cracker.example.com : deny
exim : ALL : allow

rpcbind : 192.0.2.32/255.255.255.224 : allow
rpcbind : 192.0.2.96/255.255.255.224 : allow
rpcbind : ALL : deny

ypserv : localhost : allow
ypserv : .unsafe.my.net.example.com : deny
ypserv : .my.net.example.com : allow
ypserv : ALL : deny

ftpd : localhost : allow
ftpd : .nice.guy.example.com : allow
ftpd : .evil.cracker.example.com : deny
ftpd : ALL : allow

fingerd : ALL \
: spawn (echo Finger. | \
 /usr/bin/mail -s "tcpd\: [EMAIL PROTECTED] fingered me!" root) & \
: deny

ALL : ALL \
: severity auth.info \
: twist /bin/echo "You are not welcome to use %d from %h."

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 08:42 am, cape canaveral wrote:
> On Mon, 22 Nov 2004 08:35:58 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > On Monday 22 November 2004 08:25 am, Ruben de Groot wrote:
> > > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> > > > On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> > > > > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > > > > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev
> > > > > > <[EMAIL PROTECTED]>
> >
> > wrote:
> > > > > > > Just another thing ...
> > > > > > >
> > > > > > > If I remove myself from the group wheel then I CAN ssh to my
> > > > > > > computer; if I put myself back to wheel - then CANNOT ssh to
> > > > > > > the computer.
> > > > > > >
> > > > > > > How can I ssh and be a member of the wheel group?
> > > > > >
> > > > > > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config
> > > > > > and restarting sshd would help.
> > > > >
> > > > > That setting shouldn't affect wheel logins.
> > > >
> > > > Changing PermitRootLogin to "yes" didn't do it 
> > >
> > > You don't by any chance have a line "DenyGroups wheel" in your
> > > /etc/ssh/sshd_config, do you?
> > >
> > > Ruben
> >
> > No, I do not have any Deny* entries in the /etc/sshd_config file.
>
> Can other wheel users log in?
>
No, all of the users in the wheel group cannot ssh


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 08:25 am, Ruben de Groot wrote:
> On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> > On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> > > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> 
wrote:
> > > > > Just another thing ...
> > > > >
> > > > > If I remove myself from the group wheel then I CAN ssh to my
> > > > > computer; if I put myself back to wheel - then CANNOT ssh to the
> > > > > computer.
> > > > >
> > > > > How can I ssh and be a member of the wheel group?
> > > >
> > > > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config and
> > > > restarting sshd would help.
> > >
> > > That setting shouldn't affect wheel logins.
> >
> > Changing PermitRootLogin to "yes" didn't do it 
>
> You don't by any chance have a line "DenyGroups wheel" in your
> /etc/ssh/sshd_config, do you?
>
> Ruben

No, I do not have any Deny* entries in the /etc/sshd_config file.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > > Just another thing ...
> > >
> > > If I remove myself from the group wheel then I CAN ssh to my computer;
> > > if I put myself back to wheel - then CANNOT ssh to the computer.
> > >
> > > How can I ssh and be a member of the wheel group?
> >
> > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config and
> > restarting sshd would help.
>
> That setting shouldn't affect wheel logins.

Changing PermitRootLogin to "yes" didn't do it 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-21 Thread Ivan Georgiev
Just another thing ...

If I remove myself from the group wheel then I CAN ssh to my computer; if I 
put myself back to wheel - then CANNOT ssh to the computer.

How can I ssh and be a member of the wheel group?


Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-20 Thread Ivan Georgiev
> Hello,
>
> Please excuse my re-posting of the same problem but, simply, I have no
> clue
> how to fix my account. Below you can see the previous postings. What
> puzzles
> me is that if I create a new user this user can connect trough ssh with
> no
> problems. Only my account is rejected.
>
> Thank you for your help,
> Ivan
>
>
> -
>
> Hello Ivan:
>
> Have you confirmed that all of your local files have the correct
> permissions *and* ownership?  Are you the appropriate owner of your own
> directory?
>
> Mike

Hi Mike,

Yes, all of the files/directories in my home directory have the right 
ownership. I do not know what you mean by "right permission" since each type 
of file can have different permissions. If you meant the permissions in my 
~/.ssh directory they are:

bash-2.05b$ ll
total 234
drwx--   2 ivan  ivan 512 Nov 19 22:05 .
drwxr-xr-x  28 ivan  ivan  198656 Nov 20 21:04 ..
-rw-r--r--   1 ivan  ivan 595 Nov 19 22:05 authorized_keys
-rw---   1 ivan  ivan 668 Nov 19 22:00 id_dsa
-rw-r--r--   1 ivan  ivan 595 Nov 19 22:00 id_dsa.pub
-rw-r--r--   1 ivan  ivan1817 Nov 20 14:20 known_hosts

Another interesting thing that I missed before in var/log/messages is :

sshd[45489]: error: PAM: success for ivan from 


while in /var/log/auth.log I see:
sshd[45489]: Failed keyboard-interactive/pam for ivan from ... port 56269 ssh2

Thanks for your help,
Ivan





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEW: cannot ssh to my computer

2004-11-20 Thread Ivan Georgiev
On Saturday 20 November 2004 07:51 pm, Rob wrote:
> Ivan Georgiev wrote:
> > Hello,
> >
> > Please excuse my re-posting of the same problem but, simply, I have no
> > clue how to fix my account. Below you can see the previous postings. What
> > puzzles me is that if I create a new user this user can connect trough
> > ssh with no problems. Only my account is rejected.
>
> As far as I know, ssh stores the user's ssh files in ~/.ssh/.
> How about moving this .ssh out of the way by "mv .ssh ssh_copy"
> and try again? If that solves your problem, you should inspect
> the files in that ssh directory.
>
> Rob.

I already did that, i.e. removed my ~/.ssh directory and tried again. 
Unfortunately this didn't solve the problem.

 Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NEW: cannot ssh to my computer

2004-11-20 Thread Ivan Georgiev
Hello,

Please excuse my re-posting of the same problem but, simply, I have no clue 
how to fix my account. Below you can see the previous postings. What puzzles 
me is that if I create a new user this user can connect trough ssh with no 
problems. Only my account is rejected.

Thank you for your help,
Ivan


> Ivan Georgiev <[EMAIL PROTECTED]> writes:
> > On Thursday 18 November 2004 07:08 pm, Lowell Gilbert wrote:
> > > Ivan Georgiev <[EMAIL PROTECTED]> writes:
> > > > On Thursday 18 November 2004 06:00 pm, Sebastian Holmqvist wrote:
> > > > > On Thu, 18 Nov 2004 17:44:05 -0500, Ivan Georgiev <[EMAIL PROTECTED]>
> >
> > wrote:
> > > > > > On Thursday 18 November 2004 08:42 am, Sebastian Holmqvist wrote:
> > > > > > > On Thu, 18 Nov 2004 13:26:05 +, Daniel Bye
> > > > > > >
> > > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > > > On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > > > > > > > > I changed PasswordAuthentication to 'yes' and this time it
> > > > > > > > > asks me 6 times for my password (3 times beginning with
> > > > > > > > > "Password:"
> > > > > > > >
> > > > > > > > You can disable these first three by changing
> > > > > > > > ChallengeResponseAuthentication to no.
> > > > > > > >
> > > > > > > > > and another 3 times with "Password for
> > > > > > > > > [EMAIL PROTECTED]) and rejects me again with the same
> > > > > > > > > message from sshd.
> > > > > > > >
> > > > > > > > Sounds like a silly question, I know, but are you typing your
> > > > > > > > password correctly?  For example, is your local keymap
> > > > > > > > sending the right characters to the server?
> > > > > > > >
> > > > > > > > > Adding more verbosity didn't help me to understand the
> > > > > > > > > problem. I also noticed that my ida_dsa.pub key ends with
> > > > > > > > > "ivan@" . Usualy I have seen it ending with
> > > > > > > > > "[EMAIL PROTECTED]". Is this a problem?
> > > > > > > >
> > > > > > > > No, I don't think so.  It is just a convenient identifier for
> > > > > > > > human consumption - it's somewhat easier to use the last
> > > > > > > > little bit of the key than to try and remember the whole
> > > > > > > > keyblock!
> > > > > > > >
> > > > > > > > Have you copied ida_dsa.pub from the client machine to your
> > > > > > > > ~/.ssh/authorized_keys file on the server?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Dan
> > > > > > > >
> > > > > > > > --
> > > > > > > > Daniel Bye
> > > > > > > >
> > > > > > > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> > > > > > > > PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A
> > > > > > > > 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards
> > > > > > > > and  X - proprietary attachments in e-mail / \
> > > > > > >
> > > > > > > Sure you have changed your keymap?
> > > > > > >
> > > > > > > And sorry if I misunderstood, are you trying to ssh to the
> > > > > > > computer you're sitting on?
> > > > > >
> > > > > > I do not think I have done any changes to the keymap. And, yes, I
> > > > > > am trying to connect to the computer I am sitting on plus have
> > > > > > tried to connect from my office computer. In both cases no luck.
> > > > > >
> > > > > > I will appreciate if you can help me to resolve the issue.
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > >
> > > > > > Ivan
> > > > >
> > > > > When you connect from the office-computer, what happends?
> >

Re: CANNOT SSH to my computer

2004-11-20 Thread Ivan Georgiev
On Saturday 20 November 2004 09:42 am, Lowell Gilbert wrote:
> Ivan Georgiev <[EMAIL PROTECTED]> writes:
> > On Thursday 18 November 2004 07:08 pm, Lowell Gilbert wrote:
> > > Ivan Georgiev <[EMAIL PROTECTED]> writes:
> > > > On Thursday 18 November 2004 06:00 pm, Sebastian Holmqvist wrote:
> > > > > On Thu, 18 Nov 2004 17:44:05 -0500, Ivan Georgiev <[EMAIL PROTECTED]>
> >
> > wrote:
> > > > > > On Thursday 18 November 2004 08:42 am, Sebastian Holmqvist wrote:
> > > > > > > On Thu, 18 Nov 2004 13:26:05 +, Daniel Bye
> > > > > > >
> > > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > > > On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > > > > > > > > I changed PasswordAuthentication to 'yes' and this time it
> > > > > > > > > asks me 6 times for my password (3 times beginning with
> > > > > > > > > "Password:"
> > > > > > > >
> > > > > > > > You can disable these first three by changing
> > > > > > > > ChallengeResponseAuthentication to no.
> > > > > > > >
> > > > > > > > > and another 3 times with "Password for
> > > > > > > > > [EMAIL PROTECTED]) and rejects me again with the same
> > > > > > > > > message from sshd.
> > > > > > > >
> > > > > > > > Sounds like a silly question, I know, but are you typing your
> > > > > > > > password correctly?  For example, is your local keymap
> > > > > > > > sending the right characters to the server?
> > > > > > > >
> > > > > > > > > Adding more verbosity didn't help me to understand the
> > > > > > > > > problem. I also noticed that my ida_dsa.pub key ends with
> > > > > > > > > "ivan@" . Usualy I have seen it ending with
> > > > > > > > > "[EMAIL PROTECTED]". Is this a problem?
> > > > > > > >
> > > > > > > > No, I don't think so.  It is just a convenient identifier for
> > > > > > > > human consumption - it's somewhat easier to use the last
> > > > > > > > little bit of the key than to try and remember the whole
> > > > > > > > keyblock!
> > > > > > > >
> > > > > > > > Have you copied ida_dsa.pub from the client machine to your
> > > > > > > > ~/.ssh/authorized_keys file on the server?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Dan
> > > > > > > >
> > > > > > > > --
> > > > > > > > Daniel Bye
> > > > > > > >
> > > > > > > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> > > > > > > > PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A
> > > > > > > > 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards
> > > > > > > > and  X - proprietary attachments in e-mail / \
> > > > > > >
> > > > > > > Sure you have changed your keymap?
> > > > > > >
> > > > > > > And sorry if I misunderstood, are you trying to ssh to the
> > > > > > > computer you're sitting on?
> > > > > >
> > > > > > I do not think I have done any changes to the keymap. And, yes, I
> > > > > > am trying to connect to the computer I am sitting on plus have
> > > > > > tried to connect from my office computer. In both cases no luck.
> > > > > >
> > > > > > I will appreciate if you can help me to resolve the issue.
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > >
> > > > > > Ivan
> > > > >
> > > > > When you connect from the office-computer, what happends?
> > > >
> > > > As I said - rejects with Permission denied and a message the log:
> > > > sshd[25413]: Failed password for ivan from MY_OFFICE_COMPUTER_ADDRESS
> > > > port 44517 ssh2
> > >
>

Re: CANNOT SSH to my computer

2004-11-18 Thread Ivan Georgiev
On Thursday 18 November 2004 07:08 pm, Lowell Gilbert wrote:
> Ivan Georgiev <[EMAIL PROTECTED]> writes:
> > On Thursday 18 November 2004 06:00 pm, Sebastian Holmqvist wrote:
> > > On Thu, 18 Nov 2004 17:44:05 -0500, Ivan Georgiev <[EMAIL PROTECTED]> 
wrote:
> > > > On Thursday 18 November 2004 08:42 am, Sebastian Holmqvist wrote:
> > > > > On Thu, 18 Nov 2004 13:26:05 +, Daniel Bye
> > > > >
> > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > > > > > > I changed PasswordAuthentication to 'yes' and this time it asks
> > > > > > > me 6 times for my password (3 times beginning with "Password:"
> > > > > >
> > > > > > You can disable these first three by changing
> > > > > > ChallengeResponseAuthentication to no.
> > > > > >
> > > > > > > and another 3 times with "Password for [EMAIL PROTECTED])
> > > > > > > and rejects me again with the same message from sshd.
> > > > > >
> > > > > > Sounds like a silly question, I know, but are you typing your
> > > > > > password correctly?  For example, is your local keymap sending
> > > > > > the right characters to the server?
> > > > > >
> > > > > > > Adding more verbosity didn't help me to understand the problem.
> > > > > > > I also noticed that my ida_dsa.pub key ends with "ivan@" .
> > > > > > > Usualy I have seen it ending with "[EMAIL PROTECTED]".
> > > > > > > Is this a problem?
> > > > > >
> > > > > > No, I don't think so.  It is just a convenient identifier for
> > > > > > human consumption - it's somewhat easier to use the last little
> > > > > > bit of the key than to try and remember the whole keyblock!
> > > > > >
> > > > > > Have you copied ida_dsa.pub from the client machine to your
> > > > > > ~/.ssh/authorized_keys file on the server?
> > > > > >
> > > > > >
> > > > > >
> > > > > > Dan
> > > > > >
> > > > > > --
> > > > > > Daniel Bye
> > > > > >
> > > > > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> > > > > > PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1
> > > > > > BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and  X -
> > > > > > proprietary attachments in e-mail / \
> > > > >
> > > > > Sure you have changed your keymap?
> > > > >
> > > > > And sorry if I misunderstood, are you trying to ssh to the computer
> > > > > you're sitting on?
> > > >
> > > > I do not think I have done any changes to the keymap. And, yes, I am
> > > > trying to connect to the computer I am sitting on plus have tried to
> > > > connect from my office computer. In both cases no luck.
> > > >
> > > > I will appreciate if you can help me to resolve the issue.
> > > >
> > > > Thanks,
> > > >
> > > >
> > > > Ivan
> > >
> > > When you connect from the office-computer, what happends?
> >
> > As I said - rejects with Permission denied and a message the log:
> > sshd[25413]: Failed password for ivan from MY_OFFICE_COMPUTER_ADDRESS
> > port 44517 ssh2
>
> Try "ssh -v" (and if that doesn't tell you enough, "ssh -vv") and look
> at the debug output when it asks for and rejects the password.  If that
> doesn't give you more of a clue, try doing the equivalent with sshd.

I have tried that already but cannot understand where the problem is. Here is 
small part of the sshd log:

debug1: userauth-request for user ivan service ssh-connection method password
debug1: attempt 5 failures 4
debug2: input_userauth_request: try method password
debug3: mm_auth_password entering
debug3: mm_request_send entering: type 10
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 1
debug3: mm_request_send entering: type 11
debug3: mm_request_receive_expect entering: type 46
debug3: mm_request_receive entering
debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD
debug3: mm_reque

Re: CANNOT SSH to my computer

2004-11-18 Thread Ivan Georgiev
On Thursday 18 November 2004 06:00 pm, Sebastian Holmqvist wrote:
> On Thu, 18 Nov 2004 17:44:05 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > On Thursday 18 November 2004 08:42 am, Sebastian Holmqvist wrote:
> > > On Thu, 18 Nov 2004 13:26:05 +, Daniel Bye
> > >
> > > <[EMAIL PROTECTED]> wrote:
> > > > On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > > > > I changed PasswordAuthentication to 'yes' and this time it asks me
> > > > > 6 times for my password (3 times beginning with "Password:"
> > > >
> > > > You can disable these first three by changing
> > > > ChallengeResponseAuthentication to no.
> > > >
> > > > > and another 3 times with "Password for [EMAIL PROTECTED]) and
> > > > > rejects me again with the same message from sshd.
> > > >
> > > > Sounds like a silly question, I know, but are you typing your
> > > > password correctly?  For example, is your local keymap sending the
> > > > right characters to the server?
> > > >
> > > > > Adding more verbosity didn't help me to understand the problem. I
> > > > > also noticed that my ida_dsa.pub key ends with "ivan@" . Usualy I
> > > > > have seen it ending with "[EMAIL PROTECTED]". Is this a
> > > > > problem?
> > > >
> > > > No, I don't think so.  It is just a convenient identifier for human
> > > > consumption - it's somewhat easier to use the last little bit of the
> > > > key than to try and remember the whole keyblock!
> > > >
> > > > Have you copied ida_dsa.pub from the client machine to your
> > > > ~/.ssh/authorized_keys file on the server?
> > > >
> > > >
> > > >
> > > > Dan
> > > >
> > > > --
> > > > Daniel Bye
> > > >
> > > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> > > > PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1
> > > > BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and  X -
> > > > proprietary attachments in e-mail / \
> > >
> > > Sure you have changed your keymap?
> > >
> > > And sorry if I misunderstood, are you trying to ssh to the computer
> > > you're sitting on?
> >
> > I do not think I have done any changes to the keymap. And, yes, I am
> > trying to connect to the computer I am sitting on plus have tried to
> > connect from my office computer. In both cases no luck.
> >
> > I will appreciate if you can help me to resolve the issue.
> >
> > Thanks,
> >
> >
> > Ivan



> When you connect from the office-computer, what happends?

As I said - rejects with Permission denied and a message the log:
sshd[25413]: Failed password for ivan from MY_OFFICE_COMPUTER_ADDRESS port 
44517 ssh2


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CANNOT SSH to my computer

2004-11-18 Thread Ivan Georgiev
On Thursday 18 November 2004 08:42 am, Sebastian Holmqvist wrote:
> On Thu, 18 Nov 2004 13:26:05 +, Daniel Bye
>
> <[EMAIL PROTECTED]> wrote:
> > On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > > I changed PasswordAuthentication to 'yes' and this time it asks me 6
> > > times for my password (3 times beginning with "Password:"
> >
> > You can disable these first three by changing
> > ChallengeResponseAuthentication to no.
> >
> > > and another 3 times with "Password for [EMAIL PROTECTED]) and
> > > rejects me again with the same message from sshd.
> >
> > Sounds like a silly question, I know, but are you typing your password
> > correctly?  For example, is your local keymap sending the right
> > characters to the server?
> >
> > > Adding more verbosity didn't help me to understand the problem. I also
> > > noticed that my ida_dsa.pub key ends with "ivan@" . Usualy I have seen
> > > it ending with "[EMAIL PROTECTED]". Is this a problem?
> >
> > No, I don't think so.  It is just a convenient identifier for human
> > consumption - it's somewhat easier to use the last little bit of the key
> > than to try and remember the whole keyblock!
> >
> > Have you copied ida_dsa.pub from the client machine to your
> > ~/.ssh/authorized_keys file on the server?
> >
> >
> >
> > Dan
> >
> > --
> > Daniel Bye
> >
> > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> > PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
> >  _
> >   ASCII ribbon campaign ( )
> >  - against HTML, vCards and  X
> > - proprietary attachments in e-mail / \
>
> Sure you have changed your keymap?
>
> And sorry if I misunderstood, are you trying to ssh to the computer
> you're sitting on?

I do not think I have done any changes to the keymap. And, yes, I am trying to 
connect to the computer I am sitting on plus have tried to connect from my 
office computer. In both cases no luck.

I will appreciate if you can help me to resolve the issue.

Thanks,
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CANNOT SSH to my computer

2004-11-18 Thread Ivan Georgiev
On Thursday 18 November 2004 08:26 am, Daniel Bye wrote:
> On Thu, Nov 18, 2004 at 07:49:03AM -0500, Ivan Georgiev wrote:
> > I changed PasswordAuthentication to 'yes' and this time it asks me 6
> > times for my password (3 times beginning with "Password:"
>
> You can disable these first three by changing
> ChallengeResponseAuthentication to no.


OK, I changed that to "no".

>
> > and another 3 times with "Password for [EMAIL PROTECTED]) and rejects
> > me again with the same message from sshd.
>
> Sounds like a silly question, I know, but are you typing your password
> correctly?  For example, is your local keymap sending the right
> characters to the server?


Well, I tried to type the password on the terminal just to see what I am 
typing and everything looks OK. But still no connection ...


> > Adding more verbosity didn't help me to understand the problem. I also
> > noticed that my ida_dsa.pub key ends with "ivan@" . Usualy I have seen
> > it ending with "[EMAIL PROTECTED]". Is this a problem?
>
> No, I don't think so.  It is just a convenient identifier for human
> consumption - it's somewhat easier to use the last little bit of the key
> than to try and remember the whole keyblock!
>
> Have you copied ida_dsa.pub from the client machine to your
> ~/.ssh/authorized_keys file on the server?

No I haven't. I did it and again nothing. 
There is something new though. The error message changed and is:

sshd[88938]: error: PAM: success for ivan from XX

Ivan


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CANNOT SSH to my computer

2004-11-18 Thread Ivan Georgiev
On Thursday 18 November 2004 05:42 am, Daniel Bye wrote:
> On Thu, Nov 18, 2004 at 12:30:05AM -0500, Ivan Georgiev wrote:
> > Hi,
> >
> > I am running RELEASE-5-3 and tried to ssh to my machine (sshd is
> > running). It asks me 3 times for my password and then quits. The output
> > is shown below. However, if I try "ssh localhost" instead of the ip
> > address (I am using a DSL connection) everyting is OK.
>
> [--- snip ---]
>
> > The message from sshd is:
> >
> > sshd[41578]: error: PAM: authentication error for  from
> > YYY.verizon.net
>
> The default behaviour for sshd now is to not allow password authentication.
> The Password: prompts you see are for the PAM keyboard-interactive
> authentication method.  To allow straight password authentication, change
> this line in /etc/ssh/sshd_config:
>
> #PasswordAuthentication no
>
> to this:
>
> PasswordAuthentication yes
>
> Note the removal of `#'!
>
> and then:
>
> # /etc/rc.d/sshd restart
>
> If you want to use public key authentication, then try your session
> again but with two or even three `-v' flags to get more debugging
> messages.  This should give you more idea of what's going on.
>
> HTH
>
> Dan

Thank you, 

I changed PasswordAuthentication to 'yes' and this time it asks me 6 times for 
my password (3 times beginning with "Password:" and another 3 times with 
"Password for [EMAIL PROTECTED]) and rejects me again with the same 
message from sshd. Adding more verbosity didn't help me to understand the 
problem. I also noticed that my ida_dsa.pub key ends with "ivan@" . Usualy I 
have seen it ending with "[EMAIL PROTECTED]". Is this a problem?

Thanks again for the help!
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


CANNOT SSH to my computer

2004-11-17 Thread Ivan Georgiev
Hi,

I am running RELEASE-5-3 and tried to ssh to my machine (sshd is running). It 
asks me 3 times for my password and then quits. The output is shown below. 
However, if I try "ssh localhost" instead of the ip address (I am using a DSL 
connection) everyting is OK.


bash-2.05b$ ssh -v xxx.xxx.xxx.xxx
OpenSSH_3.8.1p1 FreeBSD-20040419, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 22.
debug1: Connection established.
debug1: identity file //.ssh/identity type -1
debug1: identity file //.ssh/id_rsa type -1
debug1: identity file //.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1 
FreeBSD-20040419
debug1: match: OpenSSH_3.8.1p1 FreeBSD-20040419 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 FreeBSD-20040419
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'xxx.xxx.xxx.xxx' is known and matches the DSA host key.
debug1: Found key in //.ssh/known_hosts:3
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: //.ssh/identity
debug1: Trying private key: //.ssh/id_rsa
debug1: Offering public key: //.ssh/id_dsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: keyboard-interactive
Password:
debug1: Authentications that can continue: publickey,keyboard-interactive
Password:
debug1: Authentications that can continue: publickey,keyboard-interactive
Password:
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: No more authentication methods to try.
Permission denied (publickey,keyboard-interactive).

The message from sshd is:

sshd[41578]: error: PAM: authentication error for  from YYY.verizon.net



Thanks for any help,
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB Mouse doen't work in FreeBSD 5.1

2003-11-05 Thread ivan georgiev
> Doesn't work my Genius Optical Wheel Mouse (USB)...
> MotheBoard - Gigabyte GA-8SG667.
> /boot/loader.conf:
> ---
> uhid_load = "YES"
> ums_load = "YES"
> ---
> /etc/X11/XF86Config:
> ---
> Protocol "Auto"
> Device "/dev/sysmouse"
> ---
> Kernel standard (installation)...
> Thanks for any clues.

Does your mouse work in the console? Check if /dev/ums0 is created. If 
it is not then you should probably buy another mouse. I had this 
problem before - I bought one really cheap optical USB mouse which 
didn't work. When I bought logitech - no problems ever since.

itg

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB2 external hard drive too slow ....

2003-11-01 Thread ivan georgiev
Hi,

I just bought 80GB WD USB2 hard drive. Everything works. I have 
formated it with ext2 file system, so that I can share file with 
linux. But the problem is that it is very slow compared to linux. 
When I transfered some files under linux the speed of the transfer is 
somewhere around 10MB/s but under freebsd (5-1p10) it is not more 
than 1MB/s :(

Is it running in USB1 mode? Can I make it run faster?

Thanks for your help.

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade problems, please help

2003-10-22 Thread ivan georgiev
> Kent Stewart wrote:
> > On Wednesday 22 October 2003 05:37 am, ivan georgiev wrote:
> >>>What versions of ruby do you have installed? I can remember back
> >>> a few versions, that uninstalling portupgrade and ruby and then
> >>> making and installing portupgrade was faster than fighting the
> >>> problems with ruby.
> >>>
> >>>Kent
> >>
> >>-su-2.05b# ruby -v
> >>ruby 1.6.8 (2003-03-26) [i386-freebsd5]
> >
> > I don't have any idea. It looks like a source/configuration/make
> > error of some type. My version is the also the following
> > ruby 1.6.8 (2003-03-26) [i386-freebsd5]
>
> Maybe complete remove of ruby and dependend packages
> followed by a reinstall of all of them may help.
> If you only have portupgrade installed, you can
> simply
> # pkg_delete -rx ruby
> # cd /usr/ports/sysutils/portupgrade
> # make install clean
>
> If you have other ruby-dependend ports, please write them down,
> eg. by
> $ cd
> $ ls -l /var/db/pkg/ >installed-packages
> $ su -
> # [above procedure]
> $ ls -l /var/db/pkg/ >after-reinstall-ruby-packages
> $ diff installed-packages after-reinstall-ruby-packages
>
> And then reinstall all packages missing (and you need).

Thanks for all of the suggestions!
Finaly "portupgrade -arR" works again. Here is what I did 
(chronologically)
1) ls -l /var/db/pkg/ > ~/old
2) pkg_delete -rx ruby
3) cd /usr/ports/sysutils/portupgrade; make install; make clean
4) ls -l /var/db/pkg/ > ~/new
5) diff ~/old ~/new
which showed no other difference but for the new installed ruby;
6)/usr/local/sbin/pkgdb -fuF
7)/usr/local/sbin/portupgrade -arR
the result was :( 

Then I tried the other suggestion:
8)cd /usr/ports
9) make index
which produced zillion of outputs like:

make_index: xcdplayer-2.2_1: no entry for /usr/ports/x11/
XFree86-4-libraries

10) /usr/local/sbin/pkgdb -fuF
11) /usr/local/sbin/portupgrade -arR
which took much longer than usual to say something the result is :) 

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade problems, please help

2003-10-22 Thread ivan georgiev
> What versions of ruby do you have installed? I can remember back a
> few versions, that uninstalling portupgrade and ruby and then
> making and installing portupgrade was faster than fighting the
> problems with ruby.
>
> Kent

-su-2.05b# ruby -v
ruby 1.6.8 (2003-03-26) [i386-freebsd5]

Ivan


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade problems, please help

2003-10-21 Thread ivan georgiev
> > > > > I use 5_1_RELEASE. I do not know what happened but now I
> > > > > get:
> > > > >
> > > > > -su-2.05b# portupgrade -arR
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in
> > > > > `deorigin': failed to convert nil into String
> > > > > (PkgDB::DBError) from
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in
> > > > > `tsort_build' from
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each'
> > > > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in
> > > > > `tsort_build' from
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
> > > > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in
> > > > > `tsort_build' from
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in
> > > > > `sort_build' from
> > > > > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in
> > > > > `sort_build!' from /usr/local/sbin/portupgrade:674:in
> > > > > `main' from /usr/local/sbin/portupgrade:207:in `initialize'
> > > > > from /usr/local/sbin/portupgrade:207:in `new'
> > > > > from /usr/local/sbin/portupgrade:207:in `main'
> > > > > from /usr/local/sbin/portupgrade:1846
> > > > >
> > > > > Can someone tell how to fix it. I tried "pkgdb -uf" but it
> > > > > doesn't help.
> > > >
> > > > You may try to remove /var/db/pkg/pkgdb.db and pkgdb -u
> > > > again.
> > >
> > > Thanks, but it didn't cure it  :(
> >
> > I would force upgrade portupgrade before you do anything using
> >
> > portupgrade -Rf portupgrade.
>
> /usr/local/sbin/pkgdb -fuF
> /usr/local/sbin/portupgrade -arR

Thanks for the input,

> > portupgrade -Rf portupgrade.

did not help. As well as

> /usr/local/sbin/pkgdb -fuF

Still :( 




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade problems, please help

2003-10-21 Thread ivan georgiev
> > I use 5_1_RELEASE. I do not know what happened but now I get:
> >
> > -su-2.05b# portupgrade -arR
> > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in `deorigin':
> > failed to convert nil into String (PkgDB::DBError)
> > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in
> > `tsort_build' from
> > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each' from
> > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `tsort_build'
> > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
> > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in
> > `tsort_build' from
> > /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in `sort_build'
> > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in
> > `sort_build!' from /usr/local/sbin/portupgrade:674:in `main'
> > from /usr/local/sbin/portupgrade:207:in `initialize'
> > from /usr/local/sbin/portupgrade:207:in `new'
> > from /usr/local/sbin/portupgrade:207:in `main'
> > from /usr/local/sbin/portupgrade:1846
> >
> > Can someone tell how to fix it. I tried "pkgdb -uf" but it
> > doesn't help.
>
> You may try to remove /var/db/pkg/pkgdb.db and pkgdb -u again.

Thanks, but it didn't cure it  :( 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade problems, please help

2003-10-21 Thread ivan georgiev
Hello,

I use 5_1_RELEASE. I do not know what happened but now I get:

-su-2.05b# portupgrade -arR
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in `deorigin': failed 
to convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in `sort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in `sort_build!'
from /usr/local/sbin/portupgrade:674:in `main'
from /usr/local/sbin/portupgrade:207:in `initialize'
from /usr/local/sbin/portupgrade:207:in `new'
from /usr/local/sbin/portupgrade:207:in `main'
from /usr/local/sbin/portupgrade:1846

Can someone tell how to fix it. I tried "pkgdb -uf" but it doesn't 
help.

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade -arR problem

2003-10-20 Thread ivan georgiev
Hello,

I use 5-1p10. I do not know what happened but now I get:

-su-2.05b# portupgrade -arR
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in `deorigin': failed 
to convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in `sort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in `sort_build!'
from /usr/local/sbin/portupgrade:674:in `main'
from /usr/local/sbin/portupgrade:207:in `initialize'
from /usr/local/sbin/portupgrade:207:in `new'
from /usr/local/sbin/portupgrade:207:in `main'
from /usr/local/sbin/portupgrade:1846

Can someone tell how to fix it. I tried "pkgdb -uf" but it doesn't 
help.

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firebird 7 in freebsd cvs appears to be broke

2003-10-19 Thread ivan georgiev
On Sunday 19 October 2003 04:48 pm, Kris Kennaway wrote:
> On Sun, Oct 19, 2003 at 02:42:55PM -0600, KroNiC~BSD wrote:
> > I downloaded the new firebird-7 port from the freebsd cvs server.
> > Make will run for about 20-mins then stop with these errors:
>
> I do not see this on FreeBSD 5.1-CURRENT.  Didn't we already
> establish you had something wrong with your system (i.e. stale
> headers in /usr/include) that were causing your compilation
> failures?
>
> Kris

I saw the same thing on my computer when building firebird. I am 
running 5-1p10. I "solved" the problem by lunching "make install 
clean" after each stop till final compilation. I wonder how I can 
check if I have " stale headers in /usr/include) that were causing 
compilation failures".

Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice-devel compile problems ...

2003-10-15 Thread ivan georgiev
On Monday 13 October 2003 09:09 pm, Jens Rehsack wrote:
> ivan georgiev wrote:
> > On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:
>
> [...]
>
> > nsICookieService.idl
> > ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
> > _xpidlgen/nsICookieService nsICookieService.idl
> > gmake[4]: *** [../../../dist/include/necko] Illegal instruction
> > (core dumped)
>
> I think this says all. Try another CPUTYPE and let me know the
> results.
>
> Jens

I finally compiled openoffice !!! But I have no clue why it worked 
this time. So, I gave up on using portinstall and did
"make install clean" in the openoffice-devel directory. It was 
compiling for one hour and then stopped complaining something about 
a.out  (as shown bellow). Then I lunched "make install clean" 
again and it picked up from the place it left, worked another hour or 
so and stopped at a different place again complaining about a.out. 
After 6-7 steps like this I finally compiled it. I have no clue what 
kind of problem is this and will be very happy if someone can tell 
me. Bellow follows one example of the many stops:

--
Making: ../../unxfbsd.pro/slb/bridgefac.uno.lib
echo unxfbsd.pro/slo/bridgefactory.o unxfbsd.pro/slo/bridgeimpl.o | 
xargs -n1 > ../../unxfbsd.pro/slb/bridgefac.uno.lib
nm: a.out: No such file or directory
dmake:  Error code 1, while making '../../unxfbsd.pro/slb/
bridgefac.uno.lib'
dmake:  '../../unxfbsd.pro/slb/bridgefac.uno.lib' removed.
---* TG_SLO.MK *---

Thank you,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
> > nsICookieService.idl
> > ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
> > _xpidlgen/nsICookieService nsICookieService.idl
> > gmake[4]: *** [../../../dist/include/necko] Illegal instruction
> > (core dumped)
>
> I think this says all. Try another CPUTYPE and let me know the
> results.

I compiled with CPUTYPE=i686 and it passed successfully the mozilla 
build. However, this time it stopped with this error:

--
Making: ../../../../../../unxfbsd.pro/slb/sablot.lib
Making: ../../../../../../unxfbsd.pro/lib/libsablot.a
dmake:  Error code 139, while making '../../../../../../unxfbsd.pro/
lib/libsablot.a'
---* TG_SLO.MK *---
dmake:  Error code 255, while making './unxfbsd.pro/misc/build/
so_built_so_sablotron'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr/ports/editors/
openoffice-devel/work/oo_1.1_src/sablot
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255

Stop in /usr/ports/editors/openoffice-devel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/
portinstall37293.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded 
(*:skipped / !:failed)
! editors/openoffice-devel  (linker error)


Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
> > nsICookieService.idl
> > ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
> > _xpidlgen/nsICookieService nsICookieService.idl
> > gmake[4]: *** [../../../dist/include/necko] Illegal instruction
> > (core dumped)
>
> I think this says all. Try another CPUTYPE and let me know the
> results.

I forgot to mention that this was compiled with CPUTYPE=p3 (I have p4) 
I will try with pentiumpro(i686) and will let you know.

Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:
> ivan georgiev wrote:
> > On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote:
> >>ivan georgiev wrote:
> >>>I tried three times to compile openoffice-devel (I use 5-1p10)
> >>>and it always fails when compiling mozilla - on different places
> >>>and always with a core dump. I saw some messages that people are
> >>>happy with it (therefore it must be compileable). Do I have to
> >>> do something special besaides the
> >>>"portinstall  /usr/ports/editors/openoffice-devel" which I use?
> >>
> >>Maybe you've specified a to high optimization level in
> >>/etc/make.conf. Check you CFLAGS. Mozilla build break
> >>mostly with anything higher than "-O2".
> >>
> >>Regards,
> >>Jens
> >
> > Thanks Jens,
> >
> > I have:
> > CFLAGS=-O1 -pipe
> > CPUTYPE=p4
> > in make.conf . I do not think it is a hardware/memory problem,
> > because "make -j4 buildworld" always finishes without a glitch.
> > What else can I check/modify?
>
> Maybe it would be better to set CPUTYPE to p3, 'cause the cc of 5.1
> is known to produce bad code for pentium4 in some situations.
> Furthermore it would really help if you send the message the build
> dumps with.

Here is the place where it core dumps:

nsICookieService.idl
../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o 
_xpidlgen/nsICookieService nsICookieService.idl
gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core 
dumped)
gmake[4]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk/cookie/public'
gmake[3]: *** [export] Error 2
gmake[3]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk/cookie'
gmake[2]: *** [export] Error 2
gmake[2]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/editors/openoffice-devel/work/mozilla.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/
portinstall23087.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded 
(*:skipped / !:failed)
! editors/openoffice-devel  (coredump)


Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote:
> ivan georgiev wrote:
> > I tried three times to compile openoffice-devel (I use 5-1p10)
> > and it always fails when compiling mozilla - on different places
> > and always with a core dump. I saw some messages that people are
> > happy with it (therefore it must be compileable). Do I have to do
> > something special besaides the
> > "portinstall  /usr/ports/editors/openoffice-devel" which I use?
>
> Maybe you've specified a to high optimization level in
> /etc/make.conf. Check you CFLAGS. Mozilla build break
> mostly with anything higher than "-O2".
>
> Regards,
> Jens

Thanks Jens,

I have:
CFLAGS=-O1 -pipe 
CPUTYPE=p4
in make.conf . I do not think it is a hardware/memory problem, because  
"make -j4 buildworld" always finishes without a glitch. What else can 
I check/modify?

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
I tried three times to compile openoffice-devel (I use 5-1p10) and it 
always fails when compiling mozilla - on different places and always 
with a core dump. I saw some messages that people are happy with it 
(therefore it must be compileable). Do I have to do something special 
besaides the 
"portinstall  /usr/ports/editors/openoffice-devel" which I use?

Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Which USB2.0 ATA device Enclosure ?

2003-09-27 Thread ivan georgiev
Hello all,

Can someone tell me if the RATOC USB2.0 ATA Enclosure works on freebsd 
( I am running RELENG_5_1). If not which one does.

Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: burncd and /dev/acd0c ??

2003-09-25 Thread ivan georgiev
On Thursday 25 September 2003 07:01 am, Warren Block wrote:
> On Wed, 24 Sep 2003, ivan georgiev wrote:
> > I am trying for first time to burn a CD under freebsd. I have read the
> > man page for burncd, but I do not have /dev/acd0c created (only /dev/acd0
> > is there).Is this a problem or not?
>
> It could be--in /dev with FreeBSD 4.8, I see acd0a, acd0c, acd1a and
> acd1c.  This is probably different under 5.x.
>
> > Also, cdrecord -scanbus doesn't show anything...
>
> cdrecord is for SCSI, or if you are using atapicam to emulate SCSI with
> IDE devices.

Thanks Warren,

But as I said, there is only acd0 in /dev. No /dev/acd0c is created (I use 
5.1-current).
Do I have to emulate SCSI in order to use the CD writer?

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


burncd and /dev/acd0c ??

2003-09-24 Thread ivan georgiev
Hello,

I am trying for first time to burn a CD under freebsd. I have read the man 
page for burncd, but I do not have /dev/acd0c created (only /dev/acd0 is 
there).Is this a problem or not? Also, cdrecord -scanbus doesn't show 
anything...

Do I have to enable something in /etc/devfs.conf and/or recompile the kernel?
This is the output of "atacontrol list":

ATA channel 0:
Master:  ad0  ATA/ATAPI rev 6
Slave:   no device present
ATA channel 1:
Master: acd0  ATA/ATAPI rev 0
Slave:   no device present


Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


usb mouse : /dev/ums0 not created ...

2003-09-03 Thread Ivan Georgiev
Hello,

I am trying to use a USB mouse on 5.1-CURRENT, but the /dev/ums0 is not 
created by the device ...
I followed the instructions in the handbook. Tried with and without ACPI - in 
either case the ums0 is not created.

Please, let me know what to do in order to get it working.
Ivan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"