I have a strange problem (at least to me). I have a small test
network setup as follows:
OBSD43 laptop =LAN= OBSD43 firewall =DMZ= OBSD43 server
Almost with regularity, the first connection attempt (after some as
yet undetermined amount of time) between the laptop and the server
will hang and of
On Mon, Oct 6, 2008 at 11:49 AM, Jean-Girard Pailloncy <[EMAIL PROTECTED]>
wrote:
>
> # ls -l /var/db/spamd
> -rw--- 1 _spamd _spamd 167657472 Oct 6 19:45 /var/db/spamd
> # spamdb | wc -l
> 16784
Try this for size:
$ ls -l /var/db/spamd
-rw-r--r-- 1 _spamd _spamd 324124672 Oct 6 21
I upgraded to OPENBSD_3_8_BASE (after first upgrading to the snapshot from
10/14) and wicontrol no longer seems to work:
# wicontrol wi0
wicontrol: SIOCGWAVELAN (0xfd0b): Invalid argument
I notice that there was one change to sbin/wicontrol/wicontrol.c and a few
changes to sys/dev/ic/if_wi.c but
> You tried to go back... (3.8-current -> OPENBSD_3_8_BASE which
> corresponds to 3.8-release). If you want 3.8-release, the easiest thing to
> do will be to wait for the actual release, and then install from scratch.
Are you saying that the snapshot of 10/14 is 3.8-current? If so, my bad. Let
me
> The problem is you made an assumption which is false.
Yes, I made an assumption. Is the snapshot of 10/14 3.8-current? If so, I'll
just upgrade from my now 3.8-release system with the snapshot. I made the
mistake of thinking that -release would be more recent than the snapshot, of
course now I
> Of course it works perfectly in -current.
By the way, thank you for answering this question. Will this be backported
to 3.8-stable?
> You did not report any problem in a decent way. I'm almost 100% sure you
> created the problem yourself by not following the proper upgrade path.
This is very probable. Actually, it gets more complex than this... I
installed the snapshot from 10/14 and after rebooting the kernel wouldn't
boot.
> > At that point, I had to boot bsd.old because it simply refused to boot.
> > Based on the incorrect assumption that the snapshot was pre -release I
> > decided to download the kernel from 3.8-release and install that. The kernel
> > now booted but wi didn't work. I started looking at the differe
It seems that only root can access /dev/rcd0c when using tools such as
cdrdao, cdda2wav and cdparanoia, even when the user is in the operator
group:
$ cdparanoia -v -d /dev/rcd0c -B
Checking /dev/rcd0c for cdrom...
Testing /dev/rcd0c for SCSI interface
generic device: /dev
I have an older laptop that I recently upgraded from 4.9 to 5.1. The
laptop works fine (I'm sending from it now) as long as I don't have
the USB mouse and the PCMCIA wi(4) attached. When they are both
attached, eventually the system locks up and does not respond (no
panic, just does nothing).
I
I've installed OpenBSD 4.6 on
hw.vendor=Apple Computer, Inc.
hw.product=PowerMac3,5
hw.physmem=1073741824
hw.usermem=1073729536
The OS runs fine, however, certain X desktop environments seem to not
want to cooperate.
Of the 3, KDE seems to run the best, however, the audio is broken.
When I first
On Sun, Apr 4, 2010 at 12:48 PM, Marco Peereboom wrote:
> I noticed that running on a PowerBook with xdm bad things happen. I can run
> mine reliably when using startx. Don't know about audio though.
Yes, this is precisely what I have discovered. xdm/gdm/kdm do not
work well at all, however,
sta
On Sun, Apr 4, 2010 at 1:00 PM, Otto Moerbeek wrote:
>
> That sounds like the thing mentioned in the second parapgraph of
> /usr/X11R6/README
Yes, this looks very relevant, thank you.
On Sun, Apr 4, 2010 at 2:45 PM, Fred Crowson
wrote:
> On Sun, Apr 4, 2010 at 1:35 PM, Brad DeMorrow wrote:
>> I have an interesting problem with my laptop...
>> When I start X, a lot of the keys that I press are duplicated.. ex, if I
>> type 'ls' in xterm for example - I will most of the time get
On Sun, Apr 4, 2010 at 8:21 PM, Jacob Meuser
wrote:
>
> if you have a tumbler(4) device, there's patches on tech@ to test ...
Yes, this shows up in the dmesg I pasted:
tumbler0 at macobio0 offset 0x1: irq 30,1,2
.
.
.
audio0 at tumbler0
I presume they are in the mailing list archives?
> so
> I haven't been able to do much else in the way of testing
> KDE because nothing else in KDE seems to be working.
It would appear that I missed the following instruction from the
kdelibs package:
Install notice:
To use the KDE3 layout as default for the applications menu, as root:
ln -sf /etc/
On Sun, Apr 4, 2010 at 8:21 PM, Jacob Meuser
wrote:
>
> if so, does artsd itself work? did you check that your audio
> configuration(s) are sane?
Now that KDE is working, I can answer some of these additional
questions. artsd is working.
All other audio configuration appears sane. Apparently t
On Mon, Apr 5, 2010 at 6:24 AM, Jacob Meuser
wrote:
>
> well thank you for greatly narrowing down the problem. can you play
> other OGG files with artsplay?
Apparently not. I started artsd with debug options and when I try to
play with artsplay I just get static noise. Here is artsd output (no
The following code exits cleanly (exit status 0) on i386, but on macppc exits 4:
#include
#include
#include
#include
#include
#include
int main() {
int n;
int fd;
char *s;
struct stat st;
fd = open("./blah",O_RDONLY | O_NDELAY);
if (fd == -1) {
exit(1);
}
if (fstat(fd,&
On Tue, Apr 6, 2010 at 7:22 PM, Philip Guenther wrote:
>
> $ gcc -Wall blah.c
> blah.c: In function `main':
> blah.c:16: warning: implicit declaration of function `exit'
> blah.c:19: warning: implicit declaration of function `malloc'
> blah.c:28: warning: implicit declaration of function `free'
Y
On Tue, Apr 6, 2010 at 9:41 PM, Ted Unangst wrote:
>> s = (char *) malloc(st.st_size);
>
> If you didn't have bogus casts in your code, the compiler could tell
> you what's wrong with it.
You're right, and in fact, I put the cast there to hide that
particular compiler warning
without realizing t
21 matches
Mail list logo