Displaying 15 results from an estimated 15 matches similar to: "Compile on BSDi"
2003 Apr 17
1
Implementation of W2K Group Policies from a Linux Ser ver
Just a quick congrats to John for repling to this email constructivly.
Too often do people fire out the ole RTFM speel. More people within the
OpenSource community could do with taking a leaf out of his book.
On topic for a second, do not discount being able to lower the spec of the
below machine due to careful implementation and installation. You may wish
to take a look at the kernel
2002 Jan 03
0
Compiling OpenSSH_3.0.2p1 on BSDI version 3.0
FYI,
I managed to install Version OpenSSH_3.0.2p1 on BSDI 3.0. we needed this for
an old Gauntlet Firewall.
I received an the following error during make install
(cd scard && make DESTDIR= install)
make: don't know how to make ./Ssh.bin. Stop
*** Error code 2
I edited the scard/Makefile.in file and changed
install: $(srcdir)/Ssh.bin to
install: Ssh.bin
Then I made a distclean and
1999 Jun 26
0
BSDI Unix
On 25 Jun 99, Viraj Dixit had questions about BSDI Unix:
> Hi: First time user of Samba. All I am trying to do is make one
> of the directory on the BSDI system be visible to NT
> environment. I have played around with smb.conf file and read
> most of the stuff and can't get this to be seen in network
> neighborhood. Any help will be great..Thanks..vJ
What can you see with
2002 Mar 19
0
[Bug 174] New: compile error on BSDi 4.0.1
http://bugzilla.mindrot.org/show_bug.cgi?id=174
Summary: compile error on BSDi 4.0.1
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: deven at
2003 Sep 18
1
[Bug 674] permanently_set_uid() doesn't work on BSDI 4.0.1
http://bugzilla.mindrot.org/show_bug.cgi?id=674
Summary: permanently_set_uid() doesn't work on BSDI 4.0.1
Product: Portable OpenSSH
Version: 3.7p1
Platform: ix86
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2010 Oct 11
0
AUTOREPLY Re: Dovecot 2.0.5 and BSDI 4.3 again
Vielen Dank f?r Ihre Email!
Ich bin heute leider nicht im B?ro, erhalte Ihre Email aber trotzdem. In dringenden F?llen k?nnen Sie mich auch per Handy erreichen: 0177-7372923.
Mit freundlichen Gr??en aus Sarstedt
Hauke Hagedorn
--
Hagedorn Internet- & Veranstaltungsdienstleistungen
Wenderter Str. 37d
31157 Sarstedt
Ust-Id DE 256037115
Tel: +49 5066 917 339 1
Fax: +49 5066 917 339 9
2010 Aug 17
1
Using a BSDI 4.X system for Dovecot
It might be old but still worked.
I am using Dovecot 1.2.11 hoping to replace QualComm Eudora and
Cyrus IMAP.
dovecot -n yields
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_listen: 204.209.81.1
ssl_cipher_list: ALL:!LOW:!SSLv2
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/dovecot/libexec/dovecot/imap-login
2002 Mar 10
1
[Bug 155] New: OpenSSH 3.1p1 fails to compile on BSDi 4.0
http://bugzilla.mindrot.org/show_bug.cgi?id=155
Summary: OpenSSH 3.1p1 fails to compile on BSDi 4.0
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
1999 Jun 23
1
BSDI 4.0.1 Samba 2.0.4b Performance Problems???
Hello group,
I have a BSDI 4.0.1 box running Samba 2.0.4b. The box is a dual 350mhz,
256MB RAM, 2 36Gig Shares, 1 18Gig Share,1 9Gig root, Intel onboard SCSI
controller (Symbios?) and is on a fully switched full duplex 100MB fast
ethernet network.
The NT box is running 4.0 SP3, dual 400mhz, 256MB RAM, 2 4Gig Seagate SCSI
Drives, Adaptec 2940UW and is on the same network as above. (full duplex
2010 Aug 19
1
Dovecot 2.0 and BSDI 4.X
All right, I am trying to migrating to 2.0 but running into problems.
from my typescript:
Script started on Wed Aug 18 23:24:58 2010
doctor.nl2k.ab.ca//usr/home/doctor$ tail -f /var/log/maillog | egrep dovecot
Aug 18 23:25:31 doctor dovecot: master: Dovecot v2.0.0 starting up (core dumps disabled)
Aug 18 23:25:31 doctor dovecot: log: Error: net_accept() failed: Invalid argument
Aug 18 23:25:31
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
BSD/OS 4.2 comes with OpenSSH 2.1.1p4, patched to support BSDI's
authentication library. However, BSDI's patches have several
problems:
1. They don't run the approval phase, so they can allow users to login
who aren't supposed to be able to.
2. They don't patch configure to automatically detect the BSDI auth
system, so they're not ready to use in a general portable
2012 May 22
1
Problem with Extracting Hash Tagged Words from Tweets
Hello All,
Can anyone help me solve this problem.
Am trying to extract hash-tagged words from tweets downloaded from twitteR.
I can extract hash-tagged words from single tweet using (stringr) str_extract_all(tweets, "#[a-z//A-Z//0-9]+")
but cannot with more than one tweet at a time except I manually remove all regular expressions and tweets numbers such as [[1]] and [1.]
I want to
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
Right,
Changes made to dovecot-2.0.5/src/lib-master/master-service.c
conn.listen_fd = l->fd;
conn.fd = net_accept(l->fd, &conn.remote_ip, &conn.remote_port);
i_error("conn.fd: %d",conn.fd);
i_error("l->fd: %d",l->fd);
i_error("&conn.remote_ip:
2002 Jun 29
0
电脑配件惊爆抢购价 samba
̨ʤÏòÄãÎʺÃ!
ÎÒ¹«Ë¾³¤ÆÚ´Óʹú¼ÊóÒ×,ΪÍÚ¾òÊг¡Ç±Á¦¡¢À©´ó¾Óª¹æÄ£,ÒâÔÚ¹óµØ
Ñ°ÕÒÁôÒ×´°¿Ú,Ìؽ«´Ë¼Ûͬ±í³Ê¹óµ¥Î»²Î¿¼.ÎÒ˾ÌṩһÁ÷Æ·ÖÊ,Ò»Á÷·þÎñ,ËÍ»õÉÏÃÅ,
»õµ½¸¶¿î, ÅúÁí¾ù¿É.»¶Ó¸÷½çÅóÓÑÀ´µç´¹Ñ¯¼°Ö§³Ö.¶àл!!!
̨ʤ¹«Ë¾
ÖйúITóÒײ¿ :ÇØ Áú ͼ
ÇëÎðÖ±½Ó»Ø¸´£¬ÓÐÒâÕßÇëÀ´µç ------0139-59726696
Ò»:±Ê¼Ç±¾µçÄÔ(È«ÇòÁª±£µ¥,ÈýÄê)
±Ê¼Ç±¾µçÄÔÊÖ»úÉÏÍøרÓÃPC¿¨----------1450Ôª
A . Ë÷Äá SONY
SR/27K(4500Ôª)
2002 Jul 23
0
电脑配件惊爆价 samba
̨ÕýÏòÄãÎʺÃ!
ÎÒ¹«Ë¾³¤ÆÚ´Óʹú¼ÊóÒ×,ΪÍÚ¾òÊг¡Ç±Á¦¡¢À©´ó¾Óª¹æÄ£,ÒâÔÚ¹óµØ
Ñ°ÕÒÁôÒ×´°¿Ú,Ìؽ«´Ë¼Ûͬ±í³Ê¹óµ¥Î»²Î¿¼.ÎÒ˾ÌṩһÁ÷Æ·ÖÊ,Ò»Á÷·þÎñ,ËÍ»õÉÏÃÅ,
»õµ½¸¶¿î, ÅúÁí¾ù¿É.»¶Ó¸÷½çÅóÓÑÀ´µç´¹Ñ¯¼°Ö§³Ö.¶àл!!!
̨ÍåÕýÈÙ¹ú¼ÊóÒ×¹«Ë¾
ÖйúITóÒײ¿ :Áø½ðÃú
ÇëÎðÖ±½Ó»Ø¸´£¬ÓÐÒâÕßÇëÀ´µç ------0138-50738839
Ò».µçÄÔÅä¼þ(RMB.Ôª):
A:Ö÷°å:
΢ÐÇ 845Pro2-LE(Socket,i845,SDRAM,AC97Éù¿¨)---530
845Pro