Re: Change root password from shell-script

2010-01-28 Thread Julian Leyh
Am 27.01.10 18:14, schrieb Paul Branston: A little more generic in case there is no usermod -p PASSWORD=$(echo my_new_password | encrypt -b 6) perl -p -i.bk -e 's/^root:.*?:/root:$PASSWORD:/' /etc/shadow /etc/shadow: no such file

Re: /etc/localtime, date and other programs

2010-01-28 Thread Julian Leyh
Am 28.01.10 16:58, schrieb Daniele Pilenga: Have you tried *copying* the file over? That's how the installer does it. Did you actually try to install OpenBSD? That's _not_ how the installer does it.

Re: make OpenBSD beep at start

2010-01-25 Thread Julian Leyh
Am 24.01.10 01:32, schrieb jean-francois: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems not Regards. how about midiplay(1)?

Re: SHA256 mismatch on base46.tgz in 20 Jan i386 snapshot

2010-01-23 Thread Julian Leyh
Am 23.01.10 07:05, schrieb James Hartley: A quick search in the misc@ archives PR database didn't reveal that anyone has mentioned this before. In installing the 20 January (#511) i386 snapshot, I received a SHA256 mismatch on base46.tgz. Otherwise, the snapshot installs as expected. Why

Re: Another question: device naming convention

2010-01-22 Thread Julian Leyh
Am 22.01.10 09:31, schrieb Song Li: On the other hand, IMHO, a system should allow its user's reasonable assumption. It would be a headache for everyone if we have to memorize the exact syntax for every single command. For me, OpenBSD is perfectly reasonable and easy to use. Even as I started

Re: writing to usb very slow

2010-01-20 Thread Julian Leyh
Am 19.01.10 23:35, schrieb T. Tofus von Blisstein: disklabel -E /dev/rsd1c allocate all for partition a newfs /dev/rsd1c I hope it's just a typo in your email, since rsd1c is the whole disk and will erase any partitioning table you previously created.

Re: fstab entries

2010-01-06 Thread Julian Leyh
Am 04.01.10 22:57, schrieb Michael Littlejohn: /dev/svnd1a /mnt/svnd1 *ffs* rw,noauto 0 0 /dev/svnd1a /mnt/svnd1 *cd9660* ro,noauto 0 0 /dev/svnd1a /mnt/svnd1 *udf* ro,noauto 0 0 Why not use a different svnd for each possible filesystem?

Re: What does your environment look like?

2010-01-03 Thread Julian Leyh
Am 03.01.10 04:11, schrieb Bryan: http://imagebin.ca/view/3JllgShA.png I will kill to learn how to use mutt... It looks great... That's vim used as editor for messages in mutt. But yes, mutt is great.

Re: Web Browsers

2009-12-20 Thread Julian Leyh
nixlists schrieb: I wonder what browsers they use? lynx

Re: OpenBSD book

2009-12-20 Thread Julian Leyh
ropers schrieb: http://i.imgur.com/ggkB5.png High Quality and Wikipedia articles are mutually exclusive! better get one of those: http://openbsd.org/books.html

Re: openbsd in virtualization

2009-03-19 Thread Julian Leyh
Pehr Svderman schrieb: Stuart Henderson wrote: On 2009-03-18, sonjaya sonj...@gmail.com wrote: ps: i'm so sory to ask this because Efficiency and reduce IT cost . how does one increase efficiency and reduce IT costs by making things more complicated Let me put it this way: I don't mind

Re: openbsd in virtualization

2009-03-19 Thread Julian Leyh
Toni Mueller schrieb: but it still increases the cost considerably: With virtualization, it suffices to give a thin client to each student, or maybe even less if not all 60 students are expected to work simultanously. With physical machines, this still creates much more hassle, and cost. Also,

Re: linux binary emulation (corrected kdump)

2009-03-14 Thread Julian Leyh
Constantine Cusulos schrieb: Is there something i can do to run this binary?? There is elf2olf(1), with which you can brand the binary. No need for dd'ing stuff.

Re: Security issue, damn I've been hacked

2009-02-23 Thread Julian Leyh
Richard Toohey schrieb: $ md5 /usr/sbin/ntpd MD5 (/usr/sbin/ntpd) = a0c8961d5818b438ecbfd6c40be47a5f $ cat /etc/passwd root:*:0:0:Charlie :/root:/bin/ksh daemon:*:1:1:The devil himself:/root:/sbin/nologin operator:*:2:5:System :/operator:/sbin/nologin Your system must have been hacked.. The

Re: two screens 4.4 radeon.

2009-02-23 Thread Julian Leyh
Jesus Sanchez schrieb: drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is -1, (Operation not permitted) drmOpenDevice: Open failed drmAvailable: no [drm] failed to load kernel module radeon (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI.

Re: xterm and home-dir with automounter

2009-01-13 Thread Julian Leyh
Rudi Ludwig schrieb: I have put that at the end of my .profile and it works for remote login (ssh). But the KDE konsole and xterm still resist and display the physical location at start-up instead of $HOME (~). I did logout of the X session and login again, just to make sure. Are you using a

Re: any binary compatibility on sparc64 port?

2008-11-24 Thread Julian Leyh
Hi Vivek, Vivek Ayer schrieb: Just wondering if the sparc64 ports supports any binary emulation modes. COMPAT_LINUX perhaps. compat_linux(8) only applies to i386 for now. Feel free to port it to sparc64 ;-) Also, I was looking into recompiling the kernel in sparc64 and I notice no such

Re: change serial console to display

2008-10-28 Thread Julian Leyh
ico schrieb: Hello gents, I did configure my old box with serial console probably 2 y ago. Now I'd like to get it back to normal. I don't have null modem cable available. What needs to be changed? I already tried without success: echo /etc/boot.conf or set tty pc0 but I'm still not able

Re: IBM X60 heating up considerably when boot into OpenBSD

2008-10-27 Thread Julian Leyh
Amarendra Godbole schrieb: Hello misc@ My IBM (Lenovo) X60 laptop heats up considerably and the battery also discharges faster, when I boot into OpenBSD. This does not seem to be the case when I boot it into Windows XP. The relevant temperature sysctls are: hw.sensors.acpitz0.temp0=73.05 degC

Re: list available wireless networks

2008-10-20 Thread Julian Leyh
Benoit Chesneau schrieb: On Mon, Oct 20, 2008 at 10:14 AM, Almir Karic [EMAIL PROTECTED] wrote: ifconfig -M On Mon, Oct 20, 2008 at 11:57:41AM +0400, Dmitrij D. Czarkoff wrote: Hi, all! How can I query available wireless networks in OpenBSD (the thing You do with iwlist ifname scan in

Re: list available wireless networks

2008-10-20 Thread Julian Leyh
Benoit Chesneau schrieb: I did. Which information could be usefull in ? I may be blind, but i didn't see any word about it. Btw could you post with a valid email. Delivery to the following recipient failed permanently: [EMAIL PROTECTED] -- - benont Whoops, sorry, I really did

Re: New cpuid code to test

2008-10-20 Thread Julian Leyh
new_guy schrieb: Tobias Weingartner-2 wrote: make cpuid ./cpuid | mail -s 'cpuid output' [EMAIL PROTECTED] Perhaps this is implied by 'make', but for the sake of clarity, I did it like this: gcc cpuid.c -o cpuid | ... And it worked OK. make already knows how to compile C files, no

Re: Limit number of login sessions

2008-10-01 Thread Julian Leyh
Maximo Pech schrieb: would you not be better to use ALTQ to limit the bandwidth available to each user? then if they share their password their only sharing their own use? Users are not in my local network. They will connect from the internet and they have dynamic IPs so I guess that

Re: insecurity output not coming

2008-09-15 Thread Julian Leyh
You should be happy - security(8) thinks your system secure enough ;) Gabri Mati schrieb: Dear List, In the past 2 days i didn't recieve the daily insecurity output. According to the maillog the daily script didn't even try to send it. I suspect that somehow the /etc/security script isn't

Re: OpenBSD 4.4 pre-orders

2008-09-05 Thread Julian Leyh
I hope it will soon be available from https://https.openbsd.org/cgi-bin/order.eu :) Thanks for the release! Theo de Raadt schrieb: Pre-orders for OpenBSD 4.4 (CD, tshirt, poster) are up at http://www.openbsd.org/orders.html As well, the new song for the release is also being made

Re: Problem with Matrox MGA G450

2008-09-05 Thread Julian Leyh
Guillermo Bernaldo de Quiros Maraver Pedroche wrote: xauth: creating new authority file /root/.serverauth.27834 you shouldn't use root.. Guillermo Bernaldo de Quiros Maraver Pedroche wrote: ppb0 at pci0 dev 1 function 0 VIA K8HTB AGP rev 0x00 pci1 at ppb0 bus 1 vga1 at pci1 dev 0 function 0

Re: Java : Cafe Babe...

2008-02-11 Thread Julian Leyh
On 20:41 Sun 10 Feb , Edd Barrett wrote: Now try on a sparc64 and see what happens. in case he doesn't have one, here the output on sparc64: [EMAIL PROTECTED]:~ $ od -x helloWorld.class |head -n 1 000 cafebabe0031001d0a0006000f09 Regards, Julian --

Re: problem booting on other partition than hd0a

2008-02-06 Thread Julian Leyh
On 13:36 Wed 06 Feb , Jean-Yves Boisiaud wrote: I change the /etc/boot.conf, which now is : set tty com0 stty com0 19200 set timeout 5 boot hd0b:/bsd try set device hd0b instead of the last line... -- If you don't remember something, it never existed... If you aren't

Re: OpenCVS?

2008-01-25 Thread Julian Leyh
On 11:57 Sun 20 Jan , Darrin Chandler wrote: On Sun, Jan 20, 2008 at 06:31:48PM +, Stuart Henderson wrote: On 2008/01/20 10:15, Unix Fan wrote: Stuart Henderson wrote: See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/ I'm slighly confused by

Re: process tree in openbsd.

2007-12-30 Thread Julian Leyh
On 21:52 Sat 29 Dec , badeguruji wrote: for those who need. sorry if you do not. There is already pstree in ports/packages. ~~aapka kalyan ho~~ - Original Message From: Diana Eichert [EMAIL PROTECTED] To: misc@openbsd.org Sent: Saturday,

Re: This list: CC and TO fields

2007-12-03 Thread Julian Leyh
On 20:59 Sun 02 Dec , L wrote: I can't find the 'reply only to group' feature my mail client yet.. but I just started using this email client recently. It is Mozilla Thunderbird. Try mutt... it has a nice list-reply function :) Regards, Julian -- If you don't remember something, it

Re: File collision while using pkg_add

2007-11-29 Thread Julian Leyh
On 14:09 Thu 22 Nov , Nick Guenther wrote: Second, to deal with it: make a script to automatically remove the files. Just pipe the output to a file, go in with your favourite editor and delete everything before and after the filelists, and then replace (same md5) with , and then for file

Re: Annoying startx problem on 4.2/i386

2007-11-29 Thread Julian Leyh
On 14:11 Sat 24 Nov , Manuel Ravasio wrote: but I'm positive it showed more than once when the laptop was connected to my company's network. DNS addresses are configured via DHCP and I was able to connect to both company network and the internet once the X environment server was up, so

Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-17 Thread Julian Leyh
Hi, I use the Sender: header for filtering. Two lines in .fdm.conf: [...] action obsd maildir %h/Maildir/OpenBSD/%1 [...] match ^Sender:[ \t]*owner-([a-z]*)@openbsd.org in headers action obsd [...] and for replying, i use the list-reply function of mutt. cu Julian On 00:28 Fri 16 Nov ,

Re: host name should be in lower caps

2007-11-02 Thread Julian Leyh
On 11:41 Thu 01 Nov , MohanKumar Shah - TLS , Chennai wrote: Is host name subjected to lower caps only? doesn't matter, it's case insensitive. regards, Julian -- If you don't remember something, it never existed... If you aren't remembered, you never existed... I don't quite understand

Re: Encrypting partitions with openbsd 4.1 or 4.2

2007-10-04 Thread Julian Leyh
On 12:25 Wed 03 Oct , Chris Kuethe wrote: The developer of whom you speak may be slightly misinformed, or just hasn't tried it. There is no need to mention names, but as of ... hmmm... 2 minutes ago, i was able to use vnd to encrypt an entire partition. IIRC, you can't use vnd0 for

Re: Shutdown script (derived from Simple startup daemon's on boot question?)

2007-09-19 Thread Julian Leyh
On 14:48 Wed 19 Sep , Tomas wrote: Hi list, Watching the thread about startup script I thought of a question about shutdown script. Is it necessary to shutdown certain services when machine goes down? Like for example mysql, dovecot, clamav, amavis or openvpn. I've never saw anybody

Re: Mini PCI card for hostap mode

2007-09-18 Thread Julian Leyh
On 14:49 Mon 17 Sep , Karsten McMinn wrote: On 9/17/07, Steve B [EMAIL PROTECTED] wrote: Can anyone recommend a vendor that carries mini PCI cards that support hostap mode under OpenBSD? man (4) ral is a good place to start. I bought a MSI MN54G recently which worked. I prefer

Re: Creating bridge problem

2007-09-18 Thread Julian Leyh
On 03:38 Sat 15 Sep , Jake Conk wrote: ifconfig bridge0 add fxp1 it's brconfig, not ifconfig.

Re: Simple startup daemon's on boot question?

2007-09-18 Thread Julian Leyh
On 02:05 Tue 18 Sep , Jake Conk wrote: Hello, Simple noob question... I've installed a few packages (ie nrpe2 and openvpn) that on other systems like Linux and even BSD based systems such as FreeBSD provide means of a rc script which can start and stop the service and you can configure

Re: Simple startup daemon's on boot question?

2007-09-18 Thread Julian Leyh
On 03:25 Tue 18 Sep , Jake Conk wrote: What do you mean that you put OpenVPN into your hostname.if? Can your hostname.if file contain sh script code? If so is that true also with something like hostname.fxp0? My hostname.ral0: inet 10.10.1.1 255.255.255.0 NONE media autoselect mediaopt

Re: unix on lenovos

2007-09-13 Thread Julian Leyh
On 20:52 Wed 12 Sep , Pau Amaro-Seoane wrote: You'll notice that Mark Kohut (Lenovo's worldwide analyst) cannot tell the difference between linux and BSD (both freebsd and openbsd fall in the category of linux) but, in any case, maybe you feel like clicking the OpenBSD entry... I did

Re: D-Link DWL-650 CardBus crash report

2007-09-13 Thread Julian Leyh
Hi, I got a panic recently, too, after trying to insert my CF card into the cf reader, which seems to be connected to pcmcia. As we discussed on IRC it seems to have something in common. Maybe it's the same reason? The trace seems identical. I submitted a bug report... maybe somebody can see

Re: Show your appreciation and get your 4.2 DVD

2007-09-07 Thread Julian Leyh
On 19:03 Thu 06 Sep , Daniel Ouellet wrote: So, what are you waiting for... Go do it! done. Ordered CD Set and T-Shirt.

Re: mc doesn't work on console

2007-07-26 Thread Julian Leyh
On 10:33 Thu 26 Jul , Martin Toft wrote: With TERM=xterm-color I experience what you describe. With TERM=vt220 it works just fine (albeit in black and white). Martin With TERM=pcvt25 it works with color...

Re: Regular Expression Problem

2007-06-14 Thread Julian Leyh
I got in the output (Which I not want): [EMAIL PROTECTED] - I believed with [a-zA-Z]{2,4} I can limit it after the . Or? [EMAIL PROTECTED] - It should be as well not possible with [a-zA-Z]{2,4} How can I exclude this? You did not say that after the 2-4 characters the line should end...

Re: pkg_add -u says Not updating .libs-$pkg, remember to clean it

2007-04-24 Thread Julian Leyh
On 14:16 Tue 24 Apr , Peter N. M. Hansteen wrote: for a number of packages, apparently corresponding to directories under /var/db/pkg. This being OpenBSD, I know it's most likely harmless and informational, but I wonder - does this mean I should 'clean out' these .libs-* directories by

Re: Finding a ral(4) cardbus card

2007-04-13 Thread Julian Leyh
On 19:33 Thu 12 Apr , Luke Eckley wrote: Does anyone know of any place that sells a ral(4) supported card? Where did everyone get theirs? I'm using a Sitecom WL-112.. Got it from a local computer shop in Germany. Should be in most other shops there, too. Works without any Problems here :)

Re: vi keys in mg

2007-04-03 Thread Julian Leyh
On 11:14 Tue 03 Apr , Kjell Wooding wrote: Mwa-ha-ha -kj You got me, too... Very nice. Regards, Julian

Re: Distorted sound with clcs(4) on Thinkpad 600X

2007-03-28 Thread Julian Leyh
On 15:13 Wed 28 Mar , Stefan Sperling wrote: Can you try the following patch and let me know if it makes SpeedStep work for you? http://stsp.in-berlin.de/piixpcib/piixpcib-2007-03-24_3.diff Examine the hw.cpuspeed sysctl. The dmesg may still report CPU speed incorrectly. Thanks alot.

Re: enlarge the drive

2007-03-27 Thread Julian Leyh
On 21:01 Mon 26 Mar , Darrin Chandler wrote: Reinstall may be the easiest and cleanest. There's also another alternative that you left out, which I have done before. If you have unused space at the end, you can add a slice and newfs for a new /var, then reboot single user and copy

Re: cannot install courier-pop package

2007-03-27 Thread Julian Leyh
On 22:14 Tue 27 Mar , Peter Matulis wrote: Ummm, ok, but what is one to do? pkg_delete the borked package and try to install from different mirror... you could try without -v, too. Regards, Julian

Distorted sound with clcs(4) on Thinkpad 600X

2007-03-27 Thread Julian Leyh
Hi there, I've got some issues with my Thinkpad 600X. It has a clcs(4) sound chip, which seems to not work properly with OpenBSD. The sound output is strangely distorted and slower than it should be. Attached a dmesg using GENERIC 4.1-current kernel. The sound works without any problem after i

Re: Where to get md5 of X* install sets and packages

2005-11-26 Thread Julian Leyh
On Tue, 22 Nov 2005 09:30:08 -0500 Will H. Backman [EMAIL PROTECTED] wrote: If you are looking for MD5 sums to verify the trustworthiness of the packages, I think the best way would be to purchase the official CDs from the OpenBSD store and run the MD5 tool yourself. Not the most useful

Re: 3.6 - 3.7 make build problem

2005-09-30 Thread Julian Leyh
Hi.. Why not make release(8) from another box without aac, compile aac-support into the kernel and install from that snapshot? cu JRL PS: Sorry for sending from gmx, i'm not at home ATM. --- Urspr|ngliche Nachricht --- Von: eric [EMAIL PROTECTED] An: misc@openbsd.org Betreff: 3.6 - 3.7

Re: Gnu Assembler on Openbsd 3.7 Operation not permitted

2005-07-05 Thread Julian Leyh
Ted Hanna [EMAIL PROTECTED] wrote: [...] len =3D . - msg [...] see the =3D? maybe there is some character which shouldn't be there. try typing the whole program into a new file. cu JRL PS: the code works for me.. -- If you don't remember something, it never existed... If you aren't

Re: Stephanie for OpenBSD 3.6 released

2005-06-05 Thread Julian Leyh
Constantine A. Murenin [EMAIL PROTECTED] wrote: I got this six-months-old message this evening... Has someone invented a time-machine? :-) yeh.. i got four old messages.. cu JRL -- If you don't remember something, it never existed... If you aren't remembered, you never existed... I don't