Displaying 20 results from an estimated 87 matches for "yourserver".
Did you mean:
ourserver
2004 Aug 06
0
AW: AW: final question: how many mountpoints can icecast handle ?
...cking songs in your database, then let their mp3
tool (be it xmms, mpg123, winamp, itunes, realplayer) play this playlist.
This way you'll not need any source to your icecast server and a single
server could handle most of the load, if not all.
Provided your icecast server's name is "yourserver" and it listens on port
8000, then just take a look at http://yourserver:8000/playlist.pls output
and do the same from your cgi script (launched through Apache) with a cgi
output like this one :
--- CUT ---
[playlist]
NumberOfEntries=3
File1=http://yourserver:8000/file/songs/song1.mp3
File2...
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774
Summary: banner is displaying twice (/etc/issue)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2004 Aug 06
2
AW: AW: final question: how many mountpoints can icecast handle ?
Hello Michael
damn, I was afraid of that, but thanks for lightening me up
(although I am in complete darkness now, after having seen
the light just some days ago..)
I'm looking into http streaming of the static files just now,
but I came to find that there is one huge drawback:
1. when sending the stream out with icecast/shoutcast
it would be possible to "push" the next song
2005 Mar 02
10
[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
http://bugzilla.mindrot.org/show_bug.cgi?id=990
Summary: OpenSSH cannot connect to an IBM RSA (Remote Supervisor
Adaptor) II
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at
2004 Aug 06
0
Error Syncing to MPEG
...st server
#mountPoint = sample96 # mount point of this stream on the IceCast
server
#name = DarkIce trial
# # name of the stream
#description = This is only a trial
# # description of the stream
#url = http://www.yourserver.com
# # URL related to the stream
#genre = my own # genre of the stream
#public = no # advertise this stream?
# this section describes a streaming connection to an IceCast2 server
# there may be up to 8 of these sections, named [icecast2-0] ....
2007 Mar 03
3
configure actionmailer to recieve email on localhost?
hi, is there a way i can configure my localhost to receive email using
smtp? i can out emails fine but now would like to test/get-to-know how
to handle incoming emails.
if on my localhost:3000, do i do anything like below?
ActionMailer::Base.server_settings = {
:address=>''smtp.yourserver.com'', # default: localhost
:port=>''25'', # default: 25
:user_name=>''user'',
:password=>''pass'',
:authentication=>:plain # :plain, :login or :cram_md5
}
what do i use as an email...
2015 Nov 02
2
Pam_mount not working with "sec=krb5"
Hi all, this is not really a Samba question, but related, and I hope
that some of you are using this and can tell me what I am doing wrong.
On a member server, I can mount my shares by hand specifying "-o
username=xxx,domain=yyy,password=zzz". But as soon as I put "sec=krb5"
in the mount options (and leaving out the password part), I get this error:
# mount error(126):
2004 Jun 08
2
Error Syncing to MPEG
I am trying to relay a streamtuner Live365 stream across a ssh tunnel to
a remote XP pc, where I would pick it up using winamp.
I have a similar setup with a non-live365 stream routed using
streamripper to port 9001 and this plays correctly in winamp
For my Live365 stream, I have a RealVNC root session that is streaming
the Live365 broadcast from streamtuner (using XMMS). I can see XMMS
playing
2004 Aug 06
3
ices question
hi folks,
after some adventures for setup an icecast server , the system is now
running, but there where some questions open:
1. ) i use ices as streamer for the server. in some cases (i dont know why)
is ices break after an while of streaming. ices re-encode the mp3 files with
lame 3.88 to stream them. there is no hint why the stream is broken in the
log files. after an restart of ices all looks
2005 Feb 17
4
[Bug 984] Hangup to script while forced command ...
http://bugzilla.mindrot.org/show_bug.cgi?id=984
Summary: Hangup to script while forced command ...
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: webmyster
2008 Oct 08
11
Using image_tag and send_data
I am using image_tag to load an image that I''ve saved to the database
(using attachment_fu if you''re curious but that''s probably not
relevant here):
VIEW
<%= image_tag ''/photo/get_image/5'' %>
CONTROLLER
def get_image
@photo=Photo.find(params[:id])
send_data(DbFile.find(@photo.db_file_id).data,
:type =>
2006 Mar 07
10
[PREVIEW] SmallCap
...may be useful to some who have (as I do) modest needs in this regard,
especially for on-server versioning.
Here''s a preview of the usage:
Usage: ruby smallcap.rb [options]
-s, --server=SERVER Copies app to specified server.
Default: yourserver.com
-u, --user=USER User id for server.
Default: youruserid
-d, --deploy-path=FULLPATHNAME Specifies the full path on server
for deployment.
Default:
/full/path/to/deployment/directory
-e, --e...
2015 Nov 02
0
Pam_mount not working with "sec=krb5"
...he first place?
>
> Kerberos as such is working correctly. Domain logons work, kinit as
> well. This is on CentOS 6.7. Pam_mount was installed via the Nux
> Desktop repo.
>
> Best,
> Ole
>
>
>
Hi
You need multiuser.
Either use a key you already have:
mount -t cifs //yourserver/share /share -osec=krb5,
username=MACHINE$,multiuser
Or create an unprivileged domain user to mount the shares and add that
key to the keytab. Use the mutiuser switch to mount the share on behalf
of anyone who needs it:
mount -t cifs //yourserver/share /share -osec=krb5,
username=user4cifs,mul...
2004 Aug 06
0
ices question
...nect all of the clients to the same mount point,
causing icecast to interleave the data. Which is obviously not a good
thing. If this is the case, then you should get the errors as soon as you
start the second stream.
You can also check by pointing your web browser at
<A HREF="http://<yourserver">http://<yourserver</A>>:8000/list.cgi and see what mount points you have
registered.
thomas
<-*- -*->
Xander : "We kind of have a romantic evening planned."
Anya : "We were gonna light a bunch of candles and have sex near them."...
2004 Aug 06
1
Always starts playing at the beginning of a stream
Is there a way to force a client to always start playing at the beginning of a stream?
Currently, the client starts from wherever ices is playing at, unfortunately, this is not ideal for my situation.
Thanks in advance.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2004 Sep 21
1
mp3 vs ogg question (reformatted)
...te try
http://scanmassachusetts.no-ip.com:8000/capecod.ogg
Some guy made a windows app. that interacts with a police scanner with a
serial out. And sends the channel data through simplecast.
Now we are trying to get the linux users to have luck with it. We are
trying to use the
http://login:pass@yourserver:port/admin/metadata?mount=/MOUNTPOINT.ogg&mode=updinfo&song=New%20Title
Method which I just googled and found about 15 mins ago.
2008 Jul 09
2
sudoers
Hi,
I need to run /bin/mount and /sbin/mount.cifs commands as nobody user
(it has (bin/bash shell).
So, I've edited /etc/sudoers and added:
Cmnd_Alias CMD_MOUNT = /bin/mount
Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs
nobody ALL = NOPASSWD: CMD_MOUNT
nobody ALL = NOPASSWD: CMD_CIFS
But when I run the command as nobody (in the shell), I get the error:
"mount
2003 Dec 01
0
No subject
...han one samba machine attached it is not necessary to do
so on every machine. Samba is able to get the passwords from another machine
be it an NT server or some other host. To activate this switch you will have
to enter the following lines in the global section:
security = server
password server = YOURSERVER
Make sure that 'YOURSERVER' is the NetBIOS name of the server (NetBIOS and
DNS may differ). NetBIOS names are restricted to a maximum of 15 letters. Of
course you may not enter the options given above on the server itself. This
would create an endless loop.
Important:
Please use an actua...
2003 Dec 01
0
No subject
...han one samba machine attached it is not necessary to do
so on every machine. Samba is able to get the passwords from another machine
be it an NT server or some other host. To activate this switch you will have
to enter the following lines in the global section:
security = server
password server = YOURSERVER
Make sure that 'YOURSERVER' is the NetBIOS name of the server (NetBIOS and
DNS may differ). NetBIOS names are restricted to a maximum of 15 letters. Of
course you may not enter the options given above on the server itself. This
would create an endless loop.
Important:
Please use an actua...
2005 May 11
1
Samba + AD etc.
Hi all...
Im at the stage where:
Kinit works
Net ads join -U Administrator works (I can see the computer in AD)
Net ads user works
Wbinfo -u / -g / -t works
Getent passwd/group works
What I cannot seem to get working is when someone logs onto the domain, and
then tries to map a drive to the samba server, its like the credentials
arent getting passed onto samba, or rather samba is unable to look