Slackware :: Get Rtsp:// In Firefox To Work \ (adding Entries In :config Does Not Work)?
Feb 2, 2010
I have followed the instructions at http://www.vcn.bc.ca/~dugan/setting-up-slackware.html (under "Making Firefox Perfect"), but I still get the error message"Firefox doesn't know how to open this address, because the protocol (rtsp) isn't associated with any program."
View 13 Replies
ADVERTISEMENT
Jul 10, 2011
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
View 3 Replies
View Related
Apr 23, 2009
I have this annoying problem since day one.I am testing out Red Hat RHEL5, everything is fine except DNS look up.If I ping www.google.com, it doesn't work, ping ip address it all works;if I bring up browser, put www.google.com it doesn't work, can't find the name, however, simply put ip address there it works.My DNS seeting seems ok, and the DNS works from Windows box.
View 2 Replies
View Related
May 22, 2010
have installed btnx-config however when i run it i get an error message error no code key file btnx-config needs the file/etc/btnx/events to run . make sure you have installed btnx first and that the file exists.
what i need to do to sort this out. i aqm using ubuntu 9.10 trying to configure mouse buttons
View 1 Replies
View Related
Oct 10, 2010
how do you config ubuntu to work with multitouch... like Utouch?? using ubuntu 10.10
HP Touchsmart iq800s
View 2 Replies
View Related
Jun 17, 2010
When I click on System Administration Display I get the root pasword entry. I enter the root password and then nothing. I stumbled on another way to set the resolution before but I can't find it now
View 5 Replies
View Related
Feb 24, 2010
system-config-samba doean't work from terminal neither it is shown in graphical mode, i cannot see system > administration > servers. Server is missing.
View 1 Replies
View Related
Jan 17, 2011
Am I right in thinking that the system-config-httpd tool doesn't work in Fedora 13?
View 1 Replies
View Related
Jun 23, 2010
I've been using an old modem from 2007, which my ISP calls Type I. It didn't have wireless connectivity and I used pppoeconf to setup my connection - username and password and set it to connect at boot time and everything was fine till today. I bought a Type II modem from my ISP and had to return the type I modem to them. Since the technician had no knowledge of Ubuntu (or Linux in general), he configured the modem in Windows 7, tested that the connection was working, tested the wireless connection in my netbook running XP and then he left.
Now I can't connect through pppoeconf in Ubuntu (running 9.10). The terminal says eth0 is listed but the 'access concentrator' or something like that isn't responding (no other process was running at that time). I feel very vulnerable while browsing in Windows so I want to get back to Ubuntu ASAP. Oh, and here's the output when I run "dhclient eth0"
Code:
Listening on LPF/eth0/00:16:76:33:d2:70
Sending on LPF/eth0/00:16:76:33:d2:70
Sending on Socket/fallback
DHCPDISCOER on eth0 to 255.255.255.255 port 67 interval 7
DHCPOFFER of 192.168.1.5 from 192.168.1.1
[Code]....
View 9 Replies
View Related
Aug 21, 2010
I would like to set up three directories-
1) RW public directory
2) R-public, RW-me
3) Private dir (my /home/me)
BTW, I set all file permissions (recursively) to 777 until I can get this to work...
1) So far I have got 1 samba share working Read only with the following: [Music]
[Code]...
Guests can read it okay but user 'JoeBleaux' can't write to it...
2) I can't get the public read-write dir to work, again, it can be read by everyone but no one can write to it. Here's my broken config for this share: [Uploads]
[Code]...
3) I can't get the private dir to work. Here's my broken config for this share: [HomeDir]
[Code]...
View 4 Replies
View Related
Jun 8, 2010
A while back I suddenly lost USB support on one of my computers. At first I thought it was a HW problem but I'm not completely sure. What configuration files have entries for the USB, especially at startup, so that I can check them against the ones on my working computer. I'm running Ubuntu 10.04.
View 2 Replies
View Related
Mar 3, 2010
i'm using ubuntu 9.10... i'm working on some projects on L4 microkernel... i want to add it to the grub...i was familiar with the earlier grub, i.e editing the menu.lst...
title = L4Ka:istachio/i586 pingpong
kernel=/boot/kickstart
module=/boot/i586-kernel
module=/boot/sigma0
module=/boot/pingpong
how can i do this in new grub version...? i tried adding the following to /etc/grub.d/40_custom but failed...
menuentry "L4Ka:istachio" {
set root=(hd0,9)
kernel=/boot/kickstart[code ]..........
View 3 Replies
View Related
Mar 26, 2016
I wrote a GRUB multi-boot configuration so I can boot multiple distributions and have storage space on one 32GB flash drive.
set imgdevpath="/dev/disk/by-label/multiboot"
Code: Select allmenuentry 'Debian Jessie amd64' {
set isofile='/iso/debian-8.0.0-amd64-DVD-1.iso'
loopback loop $isofile
linux (loop)/install.amd/vmlinuz
initrd (loop)/install.amd/initrd.gz
}
This works in virt-manager when I boot the physical usb device a virtual disk with a usb bus and it works flawlessly, but when I plug it into a physical machine the cdrom detects fails to mount /dev/sdb1 as fstype=iso9660.
View 14 Replies
View Related
Oct 16, 2010
Any one know how add entrie at Application menu? Is only "sound & video, office, internet, games and system" but i installed other software from ubuntu repositories for education, but in Applications is possible see all programs, i need a entrie called "Education" or "Science" for more easily find them. How can add? In Menu editor is not possible.
View 9 Replies
View Related
Feb 9, 2010
I recently upgraded from fc8. I am running two nvidia NVS 285 cards with four monitors and using nvidia driver 190.53-pkg1. I have one card up and running and can edit the config file and make to other two work I just can't get all four to work together.
View 3 Replies
View Related
Mar 5, 2011
Is it possible to add menu entries for older kernels to boot instead of the latest?
I have tried this in Ubuntu 10.04 and it hasn't worked.
This used to be possible with ease in grub legacy.
I copied the current menu entry from /boot/grub/grub.cfg and pasted it in the /etc/grub.d/ 20_custom file.
Then I changed the kernel number to the older kernel number and the initrd number too. #update-grub puts this entry into 'grub.cfg', but it doesn't work.
I get:
The old kernel is in /boot as well as the respective initrd and config files.
View 1 Replies
View Related
Jan 22, 2010
I currently have an LDAP database on my Suse 10.2 server for managing authentication and controlling emails for my Cyrus email server. I use this setup to provide email functionality to my web and email hosting clients, as well as DNS functionality, and it uses the default LDAP database that was setup when OpenLDAP was initially configured. Email support is working wonderfully, I might add. I also tested and verified the use of an email lookup directory in two different email clients (Outlook and Evolution) so that I can tell one of my clients how to lookup the email address of users who are setup in the LDAP server, and it works beautifully.
However, I'd also like to be able to allow my clients to build a shared contact database that can also be used in their email clients so that they can share them among all of their users. Ideally, I would need to be able to allow each client to have their own database of shared contacts, and I assume this would be done by creating a new LDAP database for each client company (i.e. group of users) that can contain the list of shared contacts for any of that client's users. When they configure their email client directory settings, they would enter the base path to their database in order to retrieve their shared contact database entries.
In my web searches, I've found plenty of CRM solutions on the web that claim to provide this type of functionality, but I believe that OpenLDAP contains everything I need to make this work without adding another layer of software to the server solution. (I subscribe to the "Keep it Simple, Stupid!" approach whenever possible.) Essentially, I need to have People entries in a client's LDAP database that are NOT email users on the system. The fields in the standard people schema are all the fields they would need - as long as I can figure out how best to add these non-user entries in the LDAP database. Are there any potential difficulties in creating additional LDAP databases expressly for this purpose?
Are there any tricks to adding contact entries into a client's LDAP database without them also being current email users on the server, so that those entries can be retrieved through an Email Client directory lookup? I will also want to provide an easy method for my client users to add new entries to their LDAP contact database, most likely through a web interface for them that could then issue LDAP commands on the server based on the input fields for the new contact. (I don't believe this is possible from within the email client itself.) Is there any reason this could not be done with the proper configuration? What should I be aware of as I setup this contact management web interface? Is there a better way for non-technical client users to manage this list of shared contacts?
View 3 Replies
View Related
Feb 3, 2011
I have problems with my USB driver. After adding my device (MSP430 USB-DEBUG-INTERFACE) it doesn't work.
[ 60.476039] usb 2-2.1: new full speed USB device using uhci_hcd and address 8
[ 60.693959] ti_usb_3410_5052 2-2.1:1.0: TI USB 3410 1 port adapter converter detected
[ 60.693981] ti_usb_3410_5052: probe of 2-2.1:1.0 failed with error -5
I try to do: modprobe ti_usb_3410_5052.No changes.It's Linux
Linux ubuntu 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:44 UTC 2011 x86_64 GNU/Linux
View 1 Replies
View Related
May 15, 2010
the mail server itself will receive mail, that part works. i'm using dovecot imap to grab my mail, that works. but if i try to send mail from my iphone using an account on that server it doesnt work. this is what i see in syslog: May 15 07:14:52 coax postfix/smtpd[1432]: NOQUEUE: reject: RCPT from mobile-166-137-139-003.mycingular.net[166.137.139.3]: 450 4.1.8 <eppo@customconnexions.com>: Sender address rejected: Domain not found; from=<eppo@customconnexions.com> to=<xxxxxxx@aol.com> proto=ESMTP helo=<[10.25.15.47]>
View 1 Replies
View Related
Aug 21, 2011
I'm kinda new to Linux. My problem is that a new Fedora O/S entry is added onto grub everytime I receive an update on Fedora (I think). Eg:
Fedora 15 15.40.0-4 ...
Fedora 15 15.40.0-3 ...
Fedora 15 15.38.0-0 ...
Windows 7
How do I stop this? Ideally I'll only have two entries, Fedora 15 and Windows 7 where Windows is set as the default primary o/s to boot up. The current method I use is to fiddle around with that grub file and set default to entry 3, which used to be Windows 7 but is now a Fedora (which means Fedora is now set to default boot up).
View 4 Replies
View Related
Mar 31, 2010
I installed Ubuntu in a dual-boot with Windows 7, and installed the bootloader (GRUB? However, I have some weird Windows XP Embedded entry! I also have a lot of different boot options for Ubuntu. All I want is my Windows 7 entry (picked up as Windows Vista) and my main Ubuntu entry. How can I edit the bootloader entries (remove some existing ones, not adding any) so I have only two on there?
View 4 Replies
View Related
Mar 11, 2011
I am working on building a customized ISO image of a server based on linux. The thing is after the server is installed and run for the first time, three users have to be created for the various services to run properly. I want this to be automated. To achieve this what is was thinking is automatically enter the user entries in the /etc/passwd and /etc/shadow files through init scripts when the server starts for the first time after the installation. I tried creating user and assigning password in one of my machine, and the /etc/passwd and the /etc/shadow entries of this user I copied it into the other machine and tried login in on the other machine and everything worked fine. How I am trying to achieve this.
View 1 Replies
View Related
Aug 20, 2010
I like to load other distro's via their own grub.
So at the min I add an entry to code...
however when update-grub2 is run it also adds its own entries (for arch linux).
Is there a way to stop the update-grub2 script automatically adding a entry on a specific partition ?
View 3 Replies
View Related
Apr 9, 2011
I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.
My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)
View 5 Replies
View Related
Jan 12, 2010
I recently ordered the Alienware Aurora from Dell and upgraded the video card to the Nvidia GeForce GTX 295 as I noticed that Nvidia offers a 32-bit driver for download.
Then I noticed that the system comes with Windows 7 64-bit so I am assuming that this is a 64-bit system.
My bottom line question is will I have to install Slackware 13 (64 bit) or will I have to stick with the 32-bit version since the Nvidia driver is compiled for 32-bit? This is a gaming machine so obviously I want to be able to realize the full potential of the video card.
If I have a choice, what are the pros and cons? I DO NOT want Windows so I'll be disappointed if I can't install Linux!
Below is my order list from Dell:
Code:
View 11 Replies
View Related
Jun 5, 2010
I do have trouble in configuring my wireless network,though i configured it as what Alien BOB say(http://alien.slackbook.org/dokuwiki/...ckware:network) and google some similar Threads.My latop is Asus F83vf, wireless card is Atheros AR9285 Wireless Network Adapter.
The code when I run lspci command is code...
View 11 Replies
View Related
Sep 21, 2010
Debian Squeeze 32bit. I uninstalled Iceweasel. I downloaded Firefox from their website. It is the complete folder and I have it in my /home/mydir/firefox. I have Flash installed just fine. The problem is java. I have sun-java6-jre installed but I am not sure what I need to link to the Firefox plugins folder to get java to work.
View 3 Replies
View Related
Feb 1, 2010
I've got fedora12 64bit and have installed sun java 64bit. If I run java -version its shows that its using sun java. I have followed a few site now to get firefox to use the sun plugin but nothing seems to work. All I get when I click a java app is to run it in iced tea.
View 11 Replies
View Related
Apr 17, 2010
I'm running Fedora 12 constantine, and firefox was working just days ago, but today i tried and it wouldn't launch.
I go to terminal and type "firefox -safe-mode" (because i was using ubuntu this command worked when this exact problem occurred) but here i get "Could not find compatible GRE between version 1.9.1.4 and 1.9.1.4"
also i would like to ask, how do i update my fedora from terminal, something similar to "sudo apt-get update" on ubuntu..but yum instead,.
View 4 Replies
View Related
Dec 22, 2010
I can't get Java to work on Firefox.Woops I did not notice the title. Well put it simple I want to play RuneScape, but I don't think I have Java and don't know how to get it running on Fedora.
View 1 Replies
View Related