search for: bozo

Displaying 20 results from an estimated 33 matches for "bozo".

2005 Aug 25
2
a few questions about my experience with alpha1
.../blank) I'm using the namespace configuration below, and it seems to work with any of the above prefixes. However, the logging that I see makes me wonder if I'm doing it the best way. Note the attached log file. All of this output was generated with this single IMAP command: A01 LOGIN bozo mypassword Here's my configuration: **************************************************************************** # Default namespace private { separator = / prefix = location = mbox:%h/Mail/:INBOX=%h/.inbox:INDEX=%h/Mail/ inbox = yes hidden = no } # This i...
2004 Sep 29
1
X11 Forwarding troubles with OpenSSH client and OpenVMS host
...win and it fails in the same manner. The problem I am seeing is that when issued as a remote command over X11 forwarding, I get an X Toolkit Error: Can't Open display. If I just connect with X11 forwarding enabled, get an interactive shell and then run the X client, it displays back. $ ssh -X BOZO at vmshost BOZO at vmshost's password: Welcome to OpenVMS (TM) Alpha Operating System, Version V7.3-2 Hello BOZO Welcome to vmshost vmshost_[BOZO]> run sys$system:decw$clock Works great and I get a clock. $ ssh -X BOZO at vmshost 'run sys$system:decw$clock' BOZO at vmshost'...
2004 Mar 31
1
winbindd logon still requires Unix user id
...9;m running Samba 3.0.2a (UCLA binaries) on AIX 5.2. The net command worked fine and joined a win 2k domain. The wbinfo -u and wbinfo -g work great. However, all connections fail unless the user id exists on the AIX machine. I can bypass the problem by using username map and a dummy account "bozo". Here's a section of the Configuration # Samba config file created using SWAT # from 10.23.20.63 (10.23.20.63) # Date: 2004/03/30 14:05:38 # Global parameters [global] workgroup = UPITS security = DOMAIN auth methods = winbind...
2000 Aug 02
1
IRIX 6.5.5m openssh-2.1.1p4 IRIX_AUDIT PROBLEM
There is an error when installing ssh as a non root user on SGI IRIX 6.5.5m. See the error below when negotiating connection: ---BEGIN ERROR LISTING--- ssh -c blowfish -P -v -p 3400 -X -i /usr/people/bozo/.ssh/identity -l bozo 1.2.3.4 SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /free/bozo/sgi/etc/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 82409 geteuid 82409...
2007 Jul 19
2
How to check an inactive slave in a bond?
...lave is properly configured/connected to the switch/vlan? I ask this question because it has just bitten me in a part I''ll keep undisclosed. Scenario: your bond0 is running fine. it uses eth0 as active slave and eth2 as inactive slave (different cards/ different driver to be safe) some bozo reconfigures the switch port where your eth2 is plugged in and you don''t notice it (the crucial point here) later on, your eth0 dies (or is unplugged by the brother of the first bozo) and bamm... your nice HA node is off-line. note: eth2 is still plugged and fine at the mii level. even an...
2010 Feb 15
3
My first type/provider - does nothing...
...olume management" commands :lvcreate => "lvcreate" def create lvcreate "-L", resource[:size], "-n", resource[:name], resource[:vg] end def destroy return true end def exists? return nil end end Test class Bozo ============= class bozo { logicalvolume { "test01lv": size => "100M", vg => "datavg", #provider => "logicalvolume", } file { "/tmp/lvtest": content => "aaa", } } The file i...
2004 Jun 10
4
Fixed it myself... (ldap/winbind)
...o use LDAP for absolutely NOTHING else. 2. Then make a simple shared daemon called "unixmapd" or something that works like WINS. Everyone can attach to one simple server and see the maps... Whoever gets a resolve first, adds the new entry. So if "ENG\joe" logs into server "bozo" and "bozo" sees there isn't a map in the "unixmapd", then it contributes it. It's that simple! Just my thoughts, JMS
2003 Aug 13
1
Request to mailing list freebsd-security rejected
...n people on various topics. As long as the communication is legitimate it is in the best interests of everyone to NOT reject postings from non-subscribed members. If the moderator cannot be bothered with moderating the list, then perhaps a new moderator should be chosen. What bozo decided to enact this irrational policy? -Matt Matthew Dillon <dillon@backplane.com> : :Your request to the freebsd-security mailing list : : Posting of your message titled "Re: statically compiled files left :over after a 'make world'" : :has been rejec...
2007 Feb 16
5
MGE Nova AVR 600 USB on FreeBSD
...h the nut port (2.0.5) and the svn trunk but have had no success yet. I am running nut as root to exclude the possibility of permission issues. The testing below is done on the trunk version. My ups.conf: [mge-nova] driver=usbhid-ups port=auto desc="MGE Nova 600VA on Bozo" vendorid = 0463 pollinterval = 30 upsd.conf: ACL all 0.0.0.0/0 ACL localhost 127.0.0.1/32 ACCEPT localhost REJECT all MAXAGE 60 usbdevs -vd: Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 uhub0 port 1 addr...
2007 Feb 16
5
MGE Nova AVR 600 USB on FreeBSD
...h the nut port (2.0.5) and the svn trunk but have had no success yet. I am running nut as root to exclude the possibility of permission issues. The testing below is done on the trunk version. My ups.conf: [mge-nova] driver=usbhid-ups port=auto desc="MGE Nova 600VA on Bozo" vendorid = 0463 pollinterval = 30 upsd.conf: ACL all 0.0.0.0/0 ACL localhost 127.0.0.1/32 ACCEPT localhost REJECT all MAXAGE 60 usbdevs -vd: Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 uhub0 port 1 addr...
2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...LLVM. In LLVM, we have mature tests of other sorts, as well as a strong process of review. Further, even if you guys didn't notice the bug immediately, I would have noticed it in my (planned) next commit. That commit was the code that used it. You don't need a unit test to catch obvious bozo bugs like the one you are referring to. > Even so, you aren't the only one we're trying to optimize for. A lot of people have written unittests using the framework, and I think the incremental cost of making it a slightly more powerful framework (by adding one complementary library) is...
2004 Jun 29
1
OpenVMS SSH password expiry woes continue
...SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/scottra/.ssh/identity (0x0) debug2: key: /home/scottra/.ssh/id_rsa (0x100e8d20) debug2: key: /home/scottra/.ssh/id_dsa (0x100e8d38) debug3: input_userauth_banner Unauthorized Access is Prohibited Use of University of Bozo computing and network facilities requires prior authorization. Unauthorized access is prohibited. Usage is subject to security testing and monitoring. Abuse is subject to criminal prosecution. A complete manual of security policies and procedures is available at http://ww...
1997 Jul 24
0
SAMBA digest 1365 and SPAM
...cipients of list <samba@arvidsjaur.anu.edu.au> >Subject: Re: Free Money Making Software! >Message-ID: <Pine.OSF.3.96.970724000005.28592D-100000@hermes.mayo.edu> > > >I keep a 10 megabyte file of earnest entreaty to stop sending such >messages, that I send back to these bozos. I send them about 10-20 copies >each, just to make sure they get it. Maybe a terrabyte or two of such >requests will make them think twice. > >-------------------- Fred P. -------------------- > >On Thu, 24 Jul 1997 MegaMoneyMakers@t-1net.com wrote: ___________________________...
2003 Dec 01
0
No subject
...P2138 -J"This is lmhosts" /etc/samba/lmhosts lpq shows the file name as either "lmhosts" or "This is lmhosts", but the Lanier shows it as /etc/samba/lmhosts ---------------------------------------------------- Maybe I'm off the mark here...and the Lanier is the bozo. I don't think so yet, because it's only displaying what the samba server/LPRng are passing on to it. Or is it? How does it get the smbprn.yada.yada as the filename? LPRng is sending the right info, as far as lpq shows; but it isn't sending the right info to the Lanier, as far as th...
2008 Apr 24
2
[Bug 1090] Increase MAX_SESSIONS?
https://bugzilla.mindrot.org/show_bug.cgi?id=1090 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bitbucket at mindrot.org |djm at mindrot.org --- Comment #12 from Damien Miller <djm at
2001 Jul 27
4
ext3-2.4-0.9.4-246ac5 problem...
I've updated today the version of ext3 on my laptop (from 0.9.3 to 0.9.4) and I am unable to boot anymore (hand copy below): VFS: Diskquotas version dquot_6.5.0 initialized Journalling Block Device driver loaded Invalid operand: 0000 CPU: 0 EIP: 0010:[<c01256bf>] ... ... ... Kernel panic: attempted to kill init. Since this is my / fs, I am unable to boot anymore (and of course
2013 Nov 14
7
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Thu, Nov 14, 2013 at 10:58 AM, Chris Lattner <clattner at apple.com> wrote: > On Nov 14, 2013, at 3:16 AM, Chandler Carruth <chandlerc at google.com> > wrote: > > However, when we are adding interfaces or generic utilities to LLVM > (admittedly, not the common case) I don't think we do ourselves any favors > by using only half of the available tools to write
1997 Jul 23
1
Free Money Making Software!
/////////////////////////////////////////////////////////////////////////////// This Message was Composed using Extractor Pro Bulk E- Mail Software. If you wish to be removed from this advertiser's future mailings, please reply with the subject "Remove" and this software will automatically block you from their future mailings.
2012 May 09
1
Spam, fail2ban and centos
...of long term ip bans. My log file size is now about 1MB, down from 5MB thanks to fail2ban. Quite an experience. Going to work on consolidating all those banned ips and see if I can find a 'iptables drop' solution for most of them. Fail2ban really helps out in the number of times these bozos try to send a mail. Instead of 100 times, they get 2 off then banned. That has really helped the server out. Can't sue anyone for the can-spam act, but places like vocus.com and the like....thinking of suing them for harassment and DDoS attacks...maybe then they will stop sending me their...
2013 Nov 15
2
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...nt, containers, basic algorithms), and for that, you need nothing special. > Further, even if you guys didn't notice the bug immediately, I would have > noticed it in my (planned) next commit. That commit was the code that used > it. You don't need a unit test to catch obvious bozo bugs like the one you > are referring to. > That is the point. Most of us don't commit before a check-all anyway, so looking back on the commits list won't give you a clear picture. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <...