Re: sndioctl not switching device in 7.5 and current

2024-04-23 Thread Thanos Tsouanas
On Tue, Apr 23, 2024 at 4:23 AM Alexandre Ratchov wrote: > > > On Mon, Apr 22, 2024 at 01:14:43PM -0300, Thanos Tsouanas wrote: > > > > [...] > > > > uaudio0: class v1, full-speed, sync, channels: 0 play, 0 rec, 3 ctls > > > > > > 0 channels see

sndioctl not switching device in 7.5 and current

2024-04-22 Thread Thanos Tsouanas
audio0 Same problem under the latest current snapshot. Also, trying a different USB audio interface everything works fine (Allen & Heath ZED-14). Any clues what may cause this or how to fix? Cheers, -- Thanos Tsouanas http://www.tsouanas.org/

Re: network problem with latest snapshots

2018-10-04 Thread Thanos Tsouanas
p on how I can provide further info that might be useful..? Problem description in the original message: On Sat, Sep 8, 2018 at 2:45 PM Thanos Tsouanas wrote: > So, my box was working fine from a relatively recent snapshot (first > days of Aug). Then I upgraded to a snapshot of Sep 5th, and I

network problem with latest snapshots

2018-09-08 Thread Thanos Tsouanas
ormation, would be appreciated! Cheers -- Thanos Tsouanas http://www.tsouanas.org/

httpd and my misunderstanding of user/group permissions

2017-04-18 Thread Thanos Tsouanas
I am running httpd(8) to serve some sites, and I have setup groups like so: www: only has www in it webdevels: has www and users who have access to at least one domain under /var/www/sites, there is a per-domain directory that holds that domain's website: /var/www/sites/domain1 /

Re: Thinkpad X230t convertible and openbsd

2013-05-23 Thread Thanos Tsouanas
ot working.. See also: http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/X230-1802-error-after-WLAN-card-upgrade/ta-p/867893 Hope that helps somebody.. On Thu, May 23, 2013 at 2:26 PM, Thanos Tsouanas wrote: > Christian Weisgerber wrote: >> FWIW, the "Intel Centrino Ultimate-N

Re: Thinkpad X230t convertible and openbsd

2013-05-23 Thread Thanos Tsouanas
On Wed, May 08, 2013 at 01:28:05PM +0200, David Coppa wrote: >> It depends if it is a serial wacom tablet or a usb one. >> >> See: >> http://openbsd.7691.n7.nabble.com/X60-Tablet-Wacom-Atheros-5213-amp-others-td67571.html#a67575 > > Hmm, I am not sure to be honest.

empty arrow in "out-of-date"

2009-12-11 Thread Thanos Tsouanas
;from". What does this mean? Is my avahi really out-of-date? I tried make update but it didn't work. Thanks. -- Thanos Tsouanas http://mpla.math.uoa.gr/~thanos/

Printing on Dymo

2006-12-30 Thread Thanos Tsouanas
share some logs but I cant seem to make lpd any verbose. Also, if anyone has this or a similar printer, I'd like to know your printcap entry. Thanks! -- Thanos Tsouanas .: My Music: http://www.thanostsouanas.com/ http://thanos.sians.org/ .: Sians Music: http://www.sians.org/

Re: getting siteXX.tgz, possible bug

2006-11-14 Thread Thanos Tsouanas
On Mon, Nov 13, 2006 at 09:03:48PM -0500, Nick Holland wrote: > Thanos Tsouanas wrote: > > Hello. > > > > For some reason, the site40.tgz wasn't recognized as an option when I > > was using http to get the sets, but it was when I moved the sets to my > > f

getting siteXX.tgz, possible bug

2006-11-13 Thread Thanos Tsouanas
Hello. For some reason, the site40.tgz wasn't recognized as an option when I was using http to get the sets, but it was when I moved the sets to my ftpd... Or maybe it was my bad. -- Thanos Tsouanas .: My Music: http://www.thanostsouanas.com/ http://thanos.sians.org/ .: Sians

Re: OpenBSD dedicated hosting

2006-11-13 Thread Thanos Tsouanas
spent about an hour > upgrading from OpenBSD 3.5 up to 3.9-stable. Ok I confess, I actually found > that fun since I never did in-place upgrades ;) Not really. They are more than willing to install any version. You can even supply them with the iso, siteXX.tgz included.. Cheers.

updating ports

2005-11-13 Thread Thanos Tsouanas
27;updating' even if there is no newer version for them, but just for some of their dependencies. Is there an automated proccess I could follow for them instead of the traditional and stably-working "remove all and reinstall all" method? Thanks. -- Thanos Tsouanas .: My M

Re: '.' in username

2005-07-21 Thread Thanos Tsouanas
nt to be quick ways to type something, in a program you'd use the chown and chgrp functions your system/language/whatever provides you with. No? -- Thanos Tsouanas .: My Music: http://www.thanostsouanas.com/ http://thanos.sians.org/ .: Sians Music: http://www.sians.org/

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 06:01:11PM +0200, Bruno Rohee wrote: > On Wed, Jul 20, 2005 at 04:57:00PM +0300, Thanos Tsouanas wrote: > > > > IMHO, either the man pages should be altered, or the chown program, so > > that it understands no '.', but just the ':&#

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
n is a good idea or not, I do > not know. Maybe it's even okay to just remove the warning from chsh in > any case, since it doesn't appear to be the appropriate tool to issue > such a warning. > > Moritz Indeed. IMHO, either the man pages should be altered, or the chow

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
name > > > > I'm sure there's a reason (why? regexps involved?) but I think that > > since chsh complains, adduser should complain too. No? > > Try being the contact for a DNS SOA record with one of those. Good point. No SOA for them. ;) -- Thanos Tsouanas

'.' in username

2005-07-20 Thread Thanos Tsouanas
Hello. I just found out that chsh complains if a username has a '.' in it: % sudo chsh foo.bar [ ... ] chsh: '.' is dangerous in a login name I'm sure there's a reason (why? regexps involved?) but I think that since chsh complains, adduser should complain

Re: YA suexec question...

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 10:45:14AM +0200, knitti wrote: > On 7/20/05, Thanos Tsouanas <[EMAIL PROTECTED]> wrote: > > The problem is, > > Premature end of script headers > > > > The script runs fine without the User/Group directives, and also runs > > fine

Re: YA suexec question...

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 12:55:23AM +0200, knitti wrote: > On 7/20/05, Thanos Tsouanas <[EMAIL PROTECTED]> wrote: > > I've added > > User foo > > on a VirtualHost apache directive, > > > > but when I try to exec the cgi script I want, these a

YA suexec question...

2005-07-19 Thread Thanos Tsouanas
c Why is this userid invalid? Any ideas? I get the feeling I'm missing something obvious here... TIA -- Thanos Tsouanas .: My Music: http://www.thanostsouanas.com/ http://thanos.sians.org/ .: Sians Music: http://www.sians.org/

Re: Problems with MySQL/phpMyAdmin in 3.6/3.7

2005-07-04 Thread Thanos Tsouanas
never installed such software on my servers, but I think you must have a look at the chrooted apache of OpenBSD, or start the httpd daemon with the -u option (unsecure). Just a wild guess, since I suppose that mysql is installed somewhere out of /var/www/... no? -- Thanos Tsouanas .: Sians http://thanos.sians.org/ .: http://www.sians.org/

Re: sleep patterns...

2005-07-04 Thread Thanos Tsouanas
On Mon, Jul 04, 2005 at 10:22:13AM +0200, Otto Moerbeek wrote: > > On Mon, 4 Jul 2005, Thanos Tsouanas wrote: > > > tar tvfz src.tar.gz | xargs rm -f > > But might throw away some files that belong in /usr/bin Hmmm.. how is that? I mean, /usr/bin has no furth

Re: sleep patterns...

2005-07-04 Thread Thanos Tsouanas
On Mon, Jul 04, 2005 at 11:07:21AM +0300, Thanos Tsouanas wrote: > Something like.. > > tar tvfz src.tar.gz | xargs rm -f > > should work... Sorry, I forgot to mention a cd /usr/bin before that. -- Thanos Tsouanas .: Sians http://thanos.sians.org/ .: http://www.sians.org/

Re: sleep patterns...

2005-07-04 Thread Thanos Tsouanas
rc.tar.gz | xargs rm -f should work... -- Thanos Tsouanas .: Sians http://thanos.sians.org/ .: http://www.sians.org/