pecl-imagick

2012-10-18 Thread Solmin Vladimir
Hello! $ uname -a FreeBSD x 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #2: Fri Mar 18 01:15:38 MSK 2011 xx@xx:/usr/src/sys/amd64/compile/X amd64 $ cd /usr/ports/graphics/pecl-imagick/ [skvernobot@ns:/usr/ports/graphics/pecl-imagick]$ make === pecl-imagick-3.0.1_1 depends

Re: nginx log empty

2012-10-05 Thread Solmin Vladimir
Hi! $ cat /usr/local/etc/nginx/nginx.conf #user nobody; worker_processes 10; worker_priority -5; worker_rlimit_nofile 20600; pid/var/run/nginx.pid; events { worker_connections 20600; use kqueue; } http { include mime.types; default_type

apache 2.2.22_8

2012-09-15 Thread Solmin Vladimir
Hi! Im using apache 2.2.22_6 with make options in /etc/make.conf # apache22 .if ${.CURDIR} == ${PORTSDIR}/www/apache22 WITH_SUEXEC=YES SUEXEC_DOCROOT= /www SUEXEC_USERDIR= /www/*/cgi-bin SUEXEC_LOGFILE= /var/log/suexec.log WITH_APACHE_PERF_TUNING=yes .endif

Re: Error after upgrading to php 5.4.6

2012-09-03 Thread Solmin Vladimir
-handbook/debugging.html _EOF Best regards, Vladimir Unix Sysadmin 03.09.2012 15:26, Darrell Betts пишет: My php pages will no longer render in a web browser after upgrading to php 5.4.6. Used port upgrade to do this. Running apache 2.2.22_6. Checked the error log and this is what I

FreeBSD on SSD

2012-07-28 Thread Vladimir Videscu
Good day. I have recently bought a Seagate Momentus XT for my laptop. The specs for the drive are : RPM : 7200 Buffer : 32 MB HDD Memory : 750 GB SSD Memory : 8 GB I wish to install FreeBSD on it, but I wanted to ask this beforehand : Would it would be possible to install it on the 8 GB SSD

Re: FreeBSD on SSD

2012-07-28 Thread Vladimir Videscu
Hello again everyone. First of all, I want to address a thank you for your responses. They have been unexpectedly numerous and have clarified some aspects of my inquiries. The read-cache idea is very sound, mainly because by using it this way Seagate would not have to create a special set of

Re: mc-light with tcsh receives segfault

2012-07-27 Thread Solmin Vladimir
Hello, my system doesn't work with tcsh too ( $ uname -a FreeBSD xxx.xx 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Thu Jul 5 16:54:22 MSK 2012 root@x:/usr/obj/usr/src/sys/PORT amd64 $ env | grep SHELL SHELL=/bin/tcsh $ mc Segmentation fault $ mc -V The Midnight Commander 4.1.40-pre9

Re: how to correctly distinguish broadcast udp packets vs unicast (socket, pcap or bpf)?

2012-07-06 Thread Budnev Vladimir
Tnx! Worked like a charm, with skipped init and other checks, just the control point parts: ... int optval=1; setsockopt(root_socket, IPPROTO_IP, IP_RECVDSTADDR, optval, sizeof(optval)) ... char t[200]; unsigned int sender_len;

how to correctly distinguish broadcast udp packets vs unicast (socket, pcap or bpf)?

2012-07-04 Thread Budnev Vladimir
Good day to all. What is the correct way to distinguish udp packets that obtained by application and were send on 255.255.255.255 ip addr from those that were send to unicast ip? Seems it is impossible with read/recvfrom so we'v made that with libpcap. It coul be done with directly bpf api

Re: how to correctly distinguish broadcast udp packets vs unicast (socket, pcap or bpf)?

2012-07-04 Thread Budnev Vladimir
07/04/12 19:37, Nikolay Denev пишет: On Jul 4, 2012, at 6:08 PM, Budnev Vladimir wrote: Good day to all. What is the correct way to distinguish udp packets that obtained by application and were send on 255.255.255.255 ip addr from those that were send to unicast ip? Seems it is impossible

Re: Why Clang

2012-06-19 Thread Vladimir Kushnir
of this mailing list to chat, advocacy or any other non-technical forum. GPL-vs-BSD, Linux-vs-Windows-vs-BSD-vs-whatever else, Christianity-vs-Buddhism and so on does not belong here. Vladimir. ___ freebsd-questions@freebsd.org mailing list http

(Free 7.2) su -l didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
Hello everyone. We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig with su -l. In details, there was root login from terminal and one from ssh. Terminal login was directly as root(via ip-console), and ssh was as user, then attemped

Re: (Free 7.2) su -l didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:02, Mike Tancsa написал: On 6/18/2012 9:31 AM, Budnev Vladimir wrote: And It looked such way: %su -l Before you enter this command, post the output of id Unfortunately, we can not flashback or reproduce that step now, cause we'v hurried and changed root password to avoid

Re: (Free 7.2) su -l didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:32, Chris Rees ???: On Jun 18, 2012 2:34 PM, Budnev Vladimir vladimir.bud...@gmail.com mailto:vladimir.bud...@gmail.com wrote: Hello everyone. We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig with su -l

Re: (Free 7.2) su -l didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:37, Mike Tancsa написал: On 6/18/2012 10:24 AM, Budnev Vladimir wrote: But mb you can point in what case there is possibility to make su -l without any prompt. If the uid is 0, you wont need to enter a passwd Yeah i realized that you mean things came that way, but as I mentioned

Base compiler and amdfam10 - anybody/anything? (fwd)

2011-11-20 Thread Vladimir Kushnir
Sorry for crossposting but since no one on hackers@ seems to be interested... -- Forwarded message -- Date: Wed, 16 Nov 2011 12:30:35 +0200 (EET) From: Vladimir Kushnir vkush...@bigmir.net To: hack...@freebsd.org Subject: Base compiler and amdfam10 - anybody/anything? Hi

Custom compiler/{C,CXX,F}FLAGS and /etc/make.conf - how to?

2011-11-09 Thread Vladimir Kushnir
!) -march=amdfam10 if compiler is lang/gcc46 and -march=barcelona for path64 (perhaps yet another flags as well if toolchain supports them)? TIA, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: AMD 850/950 support?

2011-09-03 Thread Vladimir Kushnir
(Hitachi); FreeBSD amd64-CURRENT updated some every 2-3 weeks since the last May. So far everything seems to work properly. WBR, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: trouble mounting USB digital camera

2010-07-13 Thread Vladimir Kushnir
(they are: console graphics/gphoto2, KDE3 based graphics/digikam, KDE4 graphics/digikam-kde4, GTK+ graphics/gtkam, MONO graphics/f-spot and so on - make your choice) Regards, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

HW recommendation

2010-07-12 Thread Vladimir Kushnir
AMD-based MB plus Phenom II - they seem to be a bit cheeper)? Is there any sence to look for the newest (AMD8xx) based MB, 6-core Phenoms, SATA III, USB-3 or they aren't going to work? TIA, Vladimir ___ freebsd-questions@freebsd.org mailing list http

About libc6-dev on FreeBsd

2009-08-29 Thread Vladimir M
, Vladimir M References 1. http://www.ape-project.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

ATI Radeon X600: no DRI upon X restart :-(

2009-02-21 Thread Vladimir Kushnir
) Asus A8N SLI, Athlon 3000+, 512 MB RAM, Radeon X600 PCIE. Any suggestions? TIA, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Off-topic: Java Reflection/Generics/Collections question

2008-12-26 Thread Vladimir Tsvetkov
What you try to do is not a valid operation in type-safe language as Java. You can't convert Coll to CollItemType, but you can cast Coll? to CollWhatever. Don't know if this is OK with the problem you're trying to solve Merry Christmas! On Fri, Dec 26, 2008 at 4:20 PM, Frank Staals

Re: flash9 checklist

2008-10-30 Thread Vladimir Grebenschikov
. It is strange, that exactly same site works fine for me with native ff3 under 8-CURRENT. Gary Jennejohn -- Vladimir B. Grebenchikov [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: flash9 checklist

2008-10-29 Thread Vladimir Grebenschikov
with flashblock FF plugin enabled. After disabling it lockups disappear. Probably it is such case ? -- Vladimir B. Grebenschikov [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Fetchmail: Error message in maillog [SOLVED]

2008-07-20 Thread Vladimir Botka
= :: inet_protocols = all # Have fun, -vlado Vladimir Botka ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Bus error: 10 (core dumped) on FreeBSD 7.0

2008-03-16 Thread Vladimir Ch.
After upgrading to FreeBSD 7.0 some of the programs stopped working: when trying to launch emacs or sbcl I am getting Bus error: 10. Searching the internet revealed that this could be hardware problem - but 6.2, 6.3 ran the same box before without any errors. Windows XP also works on the same

Re: evolution slow on 7.0

2007-11-17 Thread Vladimir Grebenschikov
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To unsubscribe, send any mail to [EMAIL PROTECTED] -- Vladimir B. Grebenschikov [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http

Re: Problems with www.freebsd.org

2007-10-01 Thread Vladimir Tsvetkov
=cache:eOfdxb4tmkoJ:renaud.waldura.com/doc/freebsd/pppoe/+Renaud+Waldura+%2B+PPPoEhl=enclient=firefox-a and search the mailing list previous thread, such as: *PPPoE Link Problems* . Best regards, Vladimir On 01/10/2007, Fernando Apesteguía [EMAIL PROTECTED] wrote: Hi all, I'm having some problems with the FreeBSD site

Re: About FreeBSD installation

2007-07-04 Thread Vladimir Tsvetkov
4.9Release on the hard drive. If you want the 64 bit version of the OS, further investigation from you are needed. Check this out: http://www.freebsd.org/platforms/amd64.html Best Regards, Vladimir On 04/07/07, Yordan Yordanov [EMAIL PROTECTED] wrote: Hello I want to install the last stable

Re: Java on the BSD Desktop?

2007-05-30 Thread Vladimir Tsvetkov
On 30/05/07, Vladimir Tsvetkov [EMAIL PROTECTED] wrote: When we talk about portability of User Interface applications with rich interactivity we must also put into disscusion Adobe Flash and Adobe Flex applications. Adobe is working on its Apollo platform (huge part of it is open source - http

FlashPlugin for Mozilla FireFox

2007-05-16 Thread Vladimir Strezhnev
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re[2]: New kernel and jail

2007-04-17 Thread Vladimir
OP On Fri, Apr 13, 2007 at 09:36:20AM +0400, Vladimir wrote: Hi all. OP Hi Vladimir, I have FreeBSD 5.4 installed. There is a working jail. I am trying to rebuild a kernel to enable quota support. Therefore i?ve added options QUOTA to config file (all other options are from GENERIC). When

New kernel and jail

2007-04-13 Thread Vladimir
prompt: jail /opt/jails/www.myhost.ru/ www.myhost.ru xxx.xxx.xxx.xxx /bin/sh i get: jail: jail: Invalid argument There is no messages in log files regarding jail. After rebooting with old kernel everything is normal. Please help. -- Best regards, Vladimir

Re: Problems compiling : libtool: link: cannot find the library `/usr/X11R6/lib/libpangocairo-1.0.la'

2006-10-26 Thread Vladimir Kushnir
) as well. Hope this helps, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Installing Oracle Client 10g on FreeBSD

2006-10-17 Thread Vladimir Terziev
a new solution, if any. Vladimir On Tue, 17 Oct 2006 09:44:56 +0400 Boris Samorodov [EMAIL PROTECTED] wrote: On Tue, 17 Oct 2006 00:00:57 +0200 Martin Hudec wrote: Vladimir Terziev wrote: I'll be very thankful if you provide working instructions how to intermix FreeBSD

Re: Installing Oracle Client 10g on FreeBSD

2006-10-16 Thread Vladimir Terziev
I'll be very thankful if you provide working instructions how to intermix FreeBSD and Linux libraries. Thanks in advance! Vladimir On Mon, 16 Oct 2006 17:51:01 +0200 Martin Hudec [EMAIL PROTECTED] wrote: Hello, Scott T. Hildreth wrote: I

Re: Installing Oracle Client 10g on FreeBSD

2006-10-16 Thread Vladimir Terziev
Oracle.so linked against Instantclient's libcltnsh.so library. When i tryed use DBD::Oracle in a perl script i got Segmentation fault. I don't think it's possible to intermix native FreeBSD libraries and Linux once used by a native FreeBSD executable. Vladimir On Mon

Re: sound not work on Intel D945GNTL

2006-07-14 Thread Vladimir
You could use oss drivers. http://4front-tech.com/ This drivers work good on my laptop. Hi. I've Intel D945GNTL S775 i945G mb. Driver snd_ich not work. I try Ariff's patch, but no effect. kernel: device sound device snd_ich uname -a: FreeBSD papa.home 7.0-CURRENT FreeBSD

Re: Why are so many people using 4.x?

2006-03-29 Thread Vladimir Tsvetkov
of development. Best Regards, Vladimir Tsvetkov ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

ipfw2+divert; why divert rule is ignored?

2006-03-09 Thread Vladimir
] -- Best regards, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

quotas + jail ?

2006-01-11 Thread Vladimir Dvorak
done. It seems to be impossible ( some kernel restriction ). :-( Is there some way to allow this ? My last idea was to replicate users and groups to main system and use quotas from it - but it is not good solution if we have several hundreds users in jail(8). Thank you ! Vladimir Dvorak

Re: quotas + jail ?

2006-01-11 Thread Vladimir Dvorak
Björn König wrote: Vladimir Dvorak schrieb: I have simple question - is possible to use quotas in jail(8) environment ? [...] It seems to be impossible ( some kernel restriction ). :-( Is there some way to allow this ? My last idea was to replicate users and groups to main system and use

Re: Which is the best open source C/C++ IDE out there?

2006-01-08 Thread Vladimir Tsvetkov
everything together in a single swissknife-tool, but this could be convenient in some cases. IDE vs. Toolbased Environments ??? Which is more productive and how to measure productiveness? Best Regards, Vladimir Tsvetkov ___ freebsd-questions@freebsd.org

6.0-RELEASE problems with terminal

2005-12-09 Thread Vladimir Woelfl
on a daily basis, and they are used to DEL being forward delete, and BKSP being backward delete. Also, when i think a little bit further about this, i don't get the point of having two keys with the same function? Any help would be most appreciated. ThanksBest Regards, Vladimir

Re: sk0: watchdog timeout

2005-11-28 Thread Vladimir Dvorak
messages. But server still running. I am out of ideas how can we solve our problem and I am about to buy new network card, because this stressfull situation is not good. ;-) Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: sk0: watchdog timeout

2005-11-28 Thread Vladimir Dvorak
Danial Thom wrote: --- Vladimir Dvorak [EMAIL PROTECTED] wrote: Bernhard Fischer wrote: If you change hardware settings, you should also maintain the same settings on both ends of the wire, i.e. at the computer *and* the ethernet switch

Re: sk0: watchdog timeout

2005-11-27 Thread Vladimir Dvorak
Hans Nieser wrote: Nicolas Blais wrote: On November 26, 2005 09:15 am, Hans Nieser wrote: A long, long time ago Vladimir Dvorak wrote: Hello, I have a problem with network card. From time to time kernel says sk0: watchdog timeout I just ran into the same issue. I have

SQUID + antivirus content filter

2005-11-18 Thread Vladimir Dvorak
Dansguardian or squid-vscan (which is neccessary to patch squid sources and this is the last step on my production server ). Do you know some good howto, solution ? Thank you, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Why my Freebsd 4.11 box keeps rebooting ?

2005-11-18 Thread Vladimir Dvorak
with it. I am the only one that managed the box, and I checked the login files , nobody just me. Any body has some clues about it? Thanks, Jian Name: Jian Guo Email: [EMAIL PROTECTED] Hello Jian, isn`t it electricity infrastructure problem ? Do you have stable UPS ? Vladimir

Re: SQUID + antivirus content filter

2005-11-18 Thread Vladimir Dvorak
Vladimir Dvorak wrote: Hello *, I would like to secure network against themselves with proxy and antivirus solution. My prerequisities are: SQUID, CLAMAV What software would you recommend for such things ? ( I unsuccesfully tried Viralator in combination with SquidGuard. ) There are other

Jail and priority

2005-11-15 Thread Vladimir Dvorak
Hello all, simple question: is possible to decrease or increate priority for whole jail without making script which parses all jail processes ? Thank you, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

system lacks resources

2005-11-14 Thread Vladimir Dvorak
? How can I increase or where to tune system variables ? /etc/login.conf ? Thank you, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: sk0: watchdog timeout

2005-11-04 Thread Vladimir Dvorak
Nicolas Blais wrote: On November 3, 2005 06:37 pm, martinko wrote: Vladimir Dvorak wrote: Hello, I have a problem with network card. From time to time kernel says sk0: watchdog timeout It has (probably) random behavior. I use FreeBSD 5.4-RELEASE-p8, motherboard is ASUS A8V Deluxe

cannot jkill JAIL

2005-11-04 Thread Vladimir Dvorak
No chance. :-( ( but as you can see, jls reports jail running and I can via SSH connect to) What I am doing wrong ? Thank you, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: cannot jkill JAIL

2005-11-04 Thread Vladimir Dvorak
Vladimir Dvorak wrote: Hi, cannot jkill jail. I have in /etc/rc.conf this: jail_enable=yes jail_list=firma1 jail_set_hostname_allow=NO jail_firma1_rootdir=/mnt/JAILS/10.0.0.166 jail_firma1_hostname=company1.domain.com jail_firma1_ip=10.0.0.166 jail_firma1_exec_start=/bin/sh /etc/rc

sk0: watchdog timeout

2005-11-03 Thread Vladimir Dvorak
and I am not sure, if it is ready. :-( Can anyone tell me what is the solution ? To buy another netcard ? Thank you, Vladimir Dvorak ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Swap space

2005-11-01 Thread Vladimir Tsvetkov
with 4GB of memory there is no need to use more than 4GB for swap. 64-bit machines can address 2^64 bytes which is a very big address space, so you should use the guidelines in the documentation (FreeBSD Handbook). Best regards, Vladimir ___ freebsd-questions

make.conf - question

2005-10-31 Thread Vladimir Dvorak
their internal actions according to the settings found there. --- cut --- in man page, but im not sure where exactly should I look ? (OS: 5.4-RELEASE FreeBSD 5.4-RELEASE ) Thank you, Vladimir ___ freebsd-questions@freebsd.org mailing list http

Re: Apache::DBI Problems

2005-10-27 Thread Vladimir Tsvetkov
I'm having some major issues with perl site I'm trying to get working. I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The error I'm getting is: Can't locate object method connect_on_init via package Apache::DBI (perhaps you forgot to load Apache::DBI?) I do have

Re: .wma music files

2005-10-16 Thread Vladimir Kushnir
was comment out ONLY_FOR_ARCHS line and then make CC='cc -fpic -DPIC' was all. BTW, mplayer and ffplayer (from ffmpeg - or perhaps ffmpeg-devel - port) also can play WMAs. Regards, Vladimir ___ freebsd-questions@freebsd.org mailing list http

Re: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message -- From: Vladimir Tsvetkov [EMAIL PROTECTED] Date: 2005-10-6 13:46 Subject: Re: Port perl 5.8.7 on FreeBSD 4.10 To: Olivier Nicole [EMAIL PROTECTED] 2005/10/6, Olivier Nicole [EMAIL PROTECTED]: What kind of script are you trying to execute? No script

Re: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message -- From: Vladimir Tsvetkov [EMAIL PROTECTED] Date: 2005-10-6 14:05 Subject: Re: Port perl 5.8.7 on FreeBSD 4.10 To: Olivier Nicole [EMAIL PROTECTED] Does this fix the problem? It does, now I have to figure out what is the problem in the library. Both

Fwd: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message -- From: Vladimir Tsvetkov [EMAIL PROTECTED] Date: 2005-10-6 13:57 Subject: Re: Port perl 5.8.7 on FreeBSD 4.10 To: Olivier Nicole [EMAIL PROTECTED] 2005/10/6, Olivier Nicole [EMAIL PROTECTED]: fw2on: env | grep LIBRA LD_LIBRARY_PATH=/lib:/usr/lib:/usr

Re: Problems with Acroread7 port

2005-10-06 Thread Vladimir Tsvetkov
06 Oct 2005 08:58:34 -0400, Lowell Gilbert [EMAIL PROTECTED]: Vladimir Tsvetkov [EMAIL PROTECTED] writes: Now acroread7 runs, but during start it prints in an error-message dialog the following message: There was an error while loading the plug-in 'PPKLite.api.' The plug-in failed

Re: Problems with Acroread7 port

2005-10-05 Thread Vladimir Tsvetkov
of Firefox + Acroread Plug-in. When I try to access ot to load from the disk *.PDF documents, Firefox freezes when the initialization window of Acroread7 stops on: Loading EWH.api... Than the firefox window is not responding. What causes this problem? Best Regards, Vladimir

Re: Problems with Acroread7 port

2005-10-04 Thread Vladimir Tsvetkov
I meant that you need the X version of libfreetype. I've just installed /usr/ports/emulators/linux_base-8 port, but happen also to break my acroread5 port, and neither acroread5 nor acroread6 works. I haven't had acroread6 installed in a long time, but acroread5 still works for me

Fwd: FreeBSD + Firefox + Flash Problems

2005-10-03 Thread Vladimir Tsvetkov
-- Forwarded message -- From: Vladimir Tsvetkov [EMAIL PROTECTED] Date: 2005-10-3 11:02 Subject: Re: FreeBSD + Firefox + Flash Problems To: RW [EMAIL PROTECTED] The Flash problem is solved!!! The problem was in step 2: 2. Install linuxpluginwrapper: # cd /usr/ports/www

Problems with Acroread7 port

2005-10-03 Thread Vladimir Tsvetkov
suggestions? Thanks in advance! Best Regards, Vladimir Tsvetkov p.s. This message was also sended to the port maintainer ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Problems with Acroread7 port

2005-10-03 Thread Vladimir Tsvetkov
You need the Linux version (as acroread is a Linux X executable). On my -STABLE system, it was installed as part of linux_base-8, as a dependency. I believe I have exactly the linux version: /usr/ports/print/acroread7 And it was installed as part of the linuxpluginwrapper port as a dependency.

FreeBSD + Firefox + Flash Problems

2005-10-02 Thread Vladimir Tsvetkov
that I use is no longer supported, but is there any way to workaround the necessity of moving to 4Stable, and to get a working plugins for the Firefox browser? Best Regards, Vladimir Tsvetkov ___ freebsd-questions@freebsd.org mailing list http

proftpd + disable reverze UID/GID mapping

2005-09-15 Thread Vladimir Dvorak
) LIMIT Is possible to disable this mapping ? 'PersistentPasswd off' seems doesn`t work. Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: proftpd + disable reverze UID/GID mapping

2005-09-15 Thread Vladimir Dvorak
Vladimir Dvorak wrote: Hello *, I am using ProFTPd with MySQL authentication. Is possible to disable UID/GID mapping ? I can log into existing ftp account but when I use for example ftp command 'ls', connection is immediatedly terminated. The reason of termination is, that proftpd is trying

Re: cyrus-imap + virtualdomains

2005-09-14 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Only cyrus-imap22 or later supports virtual domains, I assume you use this version. It should be supported by default. I am using 2.1.18 version. There should be VirtualDomains supported too: (since 2.1.x) http://asg.web.cmu.edu/cyrus

Re: cyrus-imap + virtualdomains

2005-09-14 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Yes, you are right. Now I am using 2.2.12 and virtdomains seem to be working. But I found another strange problem: devel:/var/run# cyradm -u [EMAIL PROTECTED] localhost IMAP Password: localhost.localdomain cm user.test ^^^ it works; user test

Re: cyrus-imap + virtualdomains

2005-09-14 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Yes, you are right. Now I am using 2.2.12 and virtdomains seem to be working. But I found another strange problem: devel:/var/run# cyradm -u [EMAIL PROTECTED] localhost IMAP Password: localhost.localdomain cm user.test ^^^ it works; user test

Re: cyrus-imap + virtualdomains

2005-09-14 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Erik, we both are about to solve the problem. ;-) Yes, you are probably right. When I cyradm -u cyrus, I have in maillog: Sep 14 09:08:37 devel imap[9491]: badlogin: localhost.localdomain [127.0.0.1] plaintext [EMAIL PROTECTED] SASL(-13): user

Re: cyrus-imap + virtualdomains

2005-09-14 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Erik, we both are about to solve the problem. ;-) Yes, you are probably right. When I cyradm -u cyrus, I have in maillog: Sep 14 09:08:37 devel imap[9491]: badlogin: localhost.localdomain [127.0.0.1] plaintext [EMAIL PROTECTED] SASL(-13): user

cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
It is clear - when I put test2domain.org behind the loginrealms item, it works. My question is: is possible to allow * domains to loginrealms ( because this server will serve a lot of domains and adding domain items is not effective) ? Thank you very much! Vladimir

Re: cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: I add virtdomains: yes loginrealms: devel testdomain.org into imapd.conf, then I created mailbox using following commands: devel~: cyradm -u [EMAIL PROTECTED] localhost Password: localhost cm [EMAIL PROTECTED] Now, I can

Re: cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
Vladimir Dvorak wrote: Erik Norgaard wrote: Vladimir Dvorak wrote: I add virtdomains: yes loginrealms: devel testdomain.org into imapd.conf, then I created mailbox using following commands: devel~: cyradm -u [EMAIL PROTECTED] localhost Password: localhost cm [EMAIL

Re: cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: Ok, I followed you instructions and my config looks: defaultdomain: devel virtdomains: yes Now I login as admin cyrus and try to create mailbox: devel:~# cyradm -u cyrus localhost IMAP Password: localhost.localdomain cm [EMAIL

Re: cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: It seems to be working but localhost.localdomain cm [EMAIL PROTECTED] createmailbox: Permission denied localhost.localdomain cm [EMAIL PROTECTED] localhost.localdomain cm [EMAIL PROTECTED] Why I cannot create [EMAIL PROTECTED] directly

Re: cyrus-imap + virtualdomains

2005-09-13 Thread Vladimir Dvorak
Erik Norgaard wrote: Vladimir Dvorak wrote: On my server mailboxes in the default domain are stored in /var/imap/spool/user while virtial domain mail boxes are in /var/imap/spool/domain with one subdir for each domain. And here is the problem (probably ). I have no 'domain' directory

OpenOffice+AMD64

2005-08-23 Thread Vladimir Dvorak
Hello *, does anybody know what is the status of OpenOffice for AMD64 architecture ? Is possible to install OO in some chroot lib32 environment ? Or this cause is wasting the time for now ? Thank you. Vladimir ___ freebsd-questions@freebsd.org

Re: OpenOffice+AMD64

2005-08-23 Thread Vladimir Dvorak
Mark Kane wrote: Vladimir Dvorak wrote: does anybody know what is the status of OpenOffice for AMD64 architecture ? Is possible to install OO in some chroot lib32 environment ? Or this cause is wasting the time for now ? Hi. I am not sure the status of it for AMD64, but I do know

Re: Alcatel Speedtouch PC ADSL Modem

2005-08-15 Thread Vladimir Botka
. Cheers, Vladimir. On Sat, 13 Aug 2005, Bsderss wrote: --- Vladimir Botka [EMAIL PROTECTED] wrote: Hi, I am running Speedtouch 510i, which is defacto router with some small unix system inside. You can login with telnet and configure it from command line or use the web interface or load

Re: Alcatel Speedtouch PC ADSL Modem

2005-08-13 Thread Vladimir Botka
the Speedtouch to the ADSL and use the Speedtouch ethernet to connect it to your LAN. Cheers, Vladimir. On Sat, 13 Aug 2005, Bsderss wrote: Hi, I want to purchase a USB Alcatel Speedtouch PC ADSL Modem and connection freebsd to it. There is a pkg in the Ports /usr/ports/net/pppoa written

Re: wrap sshd

2005-06-11 Thread Vladimir Dvorak
am not sure in which cases ? :-) Vladimir Dvorak ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: make installkernel fails instantly w/ signal 11

2005-06-11 Thread Vladimir Dvorak
and buildworld # should do this as those are the initial targets used for upgrades. # The user can define ALWAYS_CHECK_MAKE to have this check performed # for all targets. # - - - CUT - - - Try make and install kernel without -DALWAYS_CHECK_MAKE. Vladimir Dvorak

Re: netstat problem

2005-06-11 Thread Vladimir Dvorak
and world from 5.4 and install them again. I am true if it helps. ;-) Vladimir Dvorak ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

A8N-SLI (not Deluxe) + Radeon X600 + Xorg - anybody?

2005-06-02 Thread Vladimir Kushnir
Hi, Please, folks, how do I run X on amd64 RELENG_5 with this combination? So far whatever I do - X hangs system hard practically immediately :-( TIA, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Postfix and Queues

2005-03-25 Thread Vladimir Dvorak
too. The link start to have very high load of outgoing mail traffic, but all of them are unsuccesfully delivered. Well, is there any chance to reduce queue to one mail in active queue ? The system runs postfix-19991231pl08-29 - I know its very old. Thank you in advance. Vladimir

Re: Postfix and Queues

2005-03-25 Thread Vladimir Dvorak
Vladimir Dvorak wrote: Hi *, I have little, but not annoying problem with Postfix and queuing management. When two or more big (understand 2 MB) emails are in active queue, Postfix is trying to deliver them simultaneously. But moth ago began to apear following message in /var/log/mail

Fonts problem with Linux progs

2005-03-21 Thread Vladimir Kushnir
on) and chrooted (/compat/linux/... and so on) into /compat/linux/etc/fonts/fonts.conf, put fonts (or links to them) under /compat/linux/usr/{X11R6... of share..., or local...} to no avail. What am I to do? Environement: FreeBSD-CURRENT, xorg-6.8.1, KDE (CVS) as primary desktop. TIA, Vladimir

SSH with Kerberos authentication

2005-03-16 Thread Vladimir Dvorak
! :-( And the last remark - this server runs in jail(8) - but there shouldn`t be a problem. Any ideas ? Is /etc/pam.d/sshd correct ? Is there anything what I am missing ? Is there anything special in FreeBSD besides Linux. Thank you, Vladimir ___ freebsd

Re: inode

2005-03-16 Thread Vladimir Dvorak
this message apears ? Or, you can check it out bu df -h command. Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: no route to host - urgent problem

2005-03-16 Thread Vladimir Dvorak
this within 1 hour. Employees are coming and they will cut my neck Laci Try to turn off your firewall first. ( pfctl -d or something similar if using ipfw ) I hope this helps. Vladimir Vladimir Dvorak -- * VDSOFT.ORG [EMAIL PROTECTED] * * (+420) 602 944 941 http

Re: no route to host - urgent problem

2005-03-16 Thread Vladimir Dvorak
Laszlo Zsolt Nagy wrote: Try to turn off your firewall first. ( pfctl -d or something similar if using ipfw ) I hope this helps. Vladimir Vladimir Dvorak I set firewall_enable=NO in /etc/rc.conf Did not work. Please also note that I did not change my configuration on this machine, I just

Problems with RAM

2004-12-23 Thread Vladimir Chernykh
. The memory is determened by BIOS correctly. Truly yours, Vladimir ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

  1   2   >