search for: changem

Displaying 20 results from an estimated 22 matches for "changem".

Did you mean: changed
2012 Jul 13
1
[Bug 9041] New: Feature request: Better handling of btrfs based sources
...56K 382M 1% /test/btrfs /dev/mapper/vg-test_rsync btrfs 1.0G 56K 382M 1% /test/rsync # I create a subvolume within the btrfs filesystem > btrfs sub create btrfs/current Create subvolume 'btrfs/current' # I copy 2 mp3 files into the subvolume > cp -v *.mp3 btrfs/current/ `ChangeMe.mp3' -> `btrfs/current/ChangeMe.mp3' `NoTouching.mp3' -> `btrfs/current/NoTouching.mp3' # Now I snapshot that subvolume > btrfs sub snapshot btrfs/current btrfs/old Create a snapshot of 'btrfs/current' in 'btrfs/old' # As you can see there are now two sub...
2007 May 19
1
configuration & error help
...<header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-on-connect>1</burst-on-connect> <burst-size>65535</burst-size> </limits> <authentication> <source-password>changeme</source-password> <relay-password>changeme</relay-password> <admin-user>admin</admin-user> <admin-password>changeme</admin-password> </authentication> <hostname>evillight.shacknet.nu</hostname> <lis...
2007 Apr 07
3
Prompt for a PIN number to make long distance call?
I need to authenticate users to make long distance calls. Basically,when the user dials a long distance dialplan pattern, I want to prompt for his pin and look it up against a table of pins:usernames in a file. If it exists, I'll use the username in the cdr accountcode and permit the call. Authenticate() looked very promising nut I couldn't get the ma options to work. Any help is
2004 Aug 06
1
Icecast2 Configuration
...; <limits> <clients>100</clients> <sources>10</sources> <threadpool>5</threadpool> <client-timeout>15</client-timeout> </limits> <source-password>changeme</source-password> <directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</touch-freq> </server>...
2015 Mar 18
2
Re: Would this be considered a ubuntu or libguestfs issue?
...efused" error (the exact package that fails is rsyslog on 10 and 12 and libpam-systemd in 14). libguestfs-1.29.29 + supermin 5.1.12 built from source on fedora 21. Here's a log for a 14.04 guest. The command used was: $ ./run virt-builder ubuntu-14.04 --update --root-password password:changeme --format qcow2 -o /mnt/nfs/ubuntu-10.le04.qcow2 Thanks, Lee
2004 Aug 06
2
Icecast2 Configuration
...@ffradio.net</admin> >> <limits> >> <clients>100</clients> >> <sources>10</sources> >> <threadpool>5</threadpool> >> <client-timeout>15</client-timeout> >> </limits> >> <source-password>changeme</source-password> >> <directory> >> <touch-freq>5</touch-freq> >> <server> >> <host>yp.icecast.org</host> >> <touch-freq>15</touch-freq> >> </server> >> </directory> >> <bind-addres...
2004 Aug 06
0
vobris icecast 2
...; <limits> <clients>100</clients> <sources>10</sources> <threadpool>5</threadpool> <client-timeout>15</client-timeout> </limits> <source-password>changeme</source-password> <directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</touch-freq> </server>...
2004 Aug 06
0
ices bitrate encoding mode?
...er, earlier this morning I was using the latest CVS version (latest as of this morning) of libvorbis and got the same error. Here is a config snippet used to get the above: <instance> <hostname>mystreamer.net</hostname> <port>9000</port> <password>changeme</password> <mount>/alpha40.ogg</mount> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <managed>1</managed> <nomin...
2004 Aug 06
0
Icecast2 Configuration
...@ffradio.net</admin> >> <limits> >> <clients>100</clients> >> <sources>10</sources> >> <threadpool>5</threadpool> >> <client-timeout>15</client-timeout> >> </limits> >> <source-password>changeme</source-password> >> <directory> >> <touch-freq>5</touch-freq> >> <server> >> <host>yp.icecast.org</host> >> <touch-freq>15</touch-freq> >> </server> >> </directory> >> <bind-addres...
2005 Apr 17
0
Listener count in stream title
...ch shouldn't be needed to get the script to work, though. -------------- next part -------------- #!/usr/bin/perl -w # tristan+perl@ethereal.net 17apr2005 # public domain use strict; use URI::Escape; use LWP::UserAgent; my $mounts = '/.*'; my $user = 'source'; my $pass = 'changeme'; my $host = 'localhost:8000'; my $realm = 'Icecast2 Server'; my $maxclients = 100; my $ua = LWP::UserAgent->new; $ua->timeout(10); #$ua->env_proxy; my $res = $ua->get("http://$host/status2.xsl"); die $res->status_line unless $res->is_success; my...
2015 Mar 17
2
Would this be considered a ubuntu or libguestfs issue?
virt-builder on a ubuntu guest when passed --update fails with "Unable to connect to Upstart": https://www.nesono.com/node/368 Lee
2015 Mar 18
0
Re: Would this be considered a ubuntu or libguestfs issue?
...ckage > that fails is rsyslog on 10 and 12 and libpam-systemd in 14). > libguestfs-1.29.29 + supermin 5.1.12 built from source on fedora 21. > > Here's a log for a 14.04 guest. The command used was: > > $ ./run virt-builder ubuntu-14.04 --update --root-password > password:changeme --format qcow2 -o /mnt/nfs/ubuntu-10.le04.qcow2 Yup, this is a bug .. in something. What is happening is that the Ubuntu libpam-systemd package has a post-install script that tries to communicate with the init system (which it expects to be running, but isn't running inside the libguestfs ap...
2023 Apr 24
3
[Bug 3566] New: Password expiry warning is printed multiple times when UsePAM is set to yes
...692 --> https://bugzilla.mindrot.org/attachment.cgi?id=3692&action=edit Show pam messages only on failure When UsePAM is set to yes in sshd_config and if a user password is about to expire, it gets printed two times while doing ssh login. Sample output: ``` root at ph4dev:~ # sshpass -p changeme ssh root at localhost Warning: your password will expire in 2 days. Warning: your password will expire in 2 days. Last login: Mon Apr 24 15:47:41 2023 from 127.0.0.1 15:48:55 up 1:32, 2 users, load average: 0.00, 0.00, 0.00 root at ph4dev:~ # ``` I reproduced this with "openssh-8.8p1&quo...
2011 May 05
1
variables inside a template for my hp ilo device
.../> <DHCP_ENABLE VALUE = "N"/> <DOMAIN_NAME VALUE = ""/> </MOD_NETWORK_SETTINGS> </RIB_INFO> <USER_INFO MODE="write"> <ADD_USER USER_NAME="User" USER_LOGIN="admin" PASSWORD="changeme"> <ADMIN_PRIV value ="Y"/> <REMOTE_CONS_PRIV value ="Y"/> <RESET_SERVER_PRIV value ="Y"/> <VIRTUAL_MEDIA_PRIV value ="Y"/> <CONFIG_ILO_PRIV value="Yes"/> </ADD_USER> &l...
2004 Aug 06
0
Icecast2 Configuration
...;> <limits> > >> <clients>100</clients> > >> <sources>10</sources> > >> <threadpool>5</threadpool> > >> <client-timeout>15</client-timeout> > >> </limits> > >> <source-password>changeme</source-password> > >> <directory> > >> <touch-freq>5</touch-freq> > >> <server> > >> <host>yp.icecast.org</host> > >> <touch-freq>15</touch-freq> > >> </server> > >> </dir...
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle. I believe that it has something to do with database.yml, this is how my database.yml looks: development: adapter: oci database: 127.0.0.1:1521/XE username: system password: y1984nip0359 host: 127.0.0.1 And this is the Error that i get: -> http://127.0.0.1:3000/blog OCIError in BlogController#index
2004 Aug 06
2
icecast2 sources
adam wrote: > have the icecast 2 sources moved? does anyone know the current download > url? There's no direct URL to the sources, you have to fetch them from CVS. Look at http://www.xiph.org/cvs.html for further information and read the file HACKING in the icecast module about further helper lib you need to download and how to build the thing. There will be an alpha release of
2012 Nov 06
4
apcupsd
Anyone else around using apcupsd? I seem to be seeing a problem, and I'd like someone to check me on it: I edit /etc/apcupsd/apccontrol to replace the value of SHUTDOWN from /sbin/shutdown to /bin/false (we don't want 3 or 6 servers shutting down over a 2 second or so blip, which it really wants to do). What's happened is that a machine shut down the other day, and looking at it, I
2004 Aug 06
3
ices bitrate encoding mode?
I have got ices running with quality -1 (and on my roommates crappy computer speakers it sounds damn near the real thing - better than FM radio anyway)... I'm just wondering if it's posible to configure it with a maximum bitrate, or a nominal bitrate. i.e. to use managed bitrates instead of quality (I know it's a no no, but this is streaming!). Mark <p>--- >8 ---- List
2014 Jun 21
2
Managing users and home dirs
...he second task on the other dovecot system will discover a new user in the DB that doesn't have a home dir, and do its thing to create it all. So the whole create-a-new-user process becomes something like this on either dovecot system : mkdir -p /var/mail/domain.com/newusername ; echo "changeme" > /var/mail/domain.com/newusername/PASSWD A max of 5 minutes later the user is added to the database, and the home dir/Maildir/etc/etc is created on both dovecot systems. D.