Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 43 matches

Go to advanced search

Advanced search
Search found 43 matches
  • 1
  • 2
  • Next
by pyxel
Fri Jun 08, 2007 7:36 pm
Forum: Networking & Security
Topic: NAT through VPN
Replies: 1
Views: 788

NAT through VPN

Hello all,

In my work we are using CISCO phones on local lan. Now, I have my personal server at home connected to the VPN,, I puted in an additional network card. In fact I need to put this phone on the VPN:



[CISCO ROUTER IN OFFICE]..... |VPN via INTERNAT| .... |eth1 (vpn device) --- eth0 ...
  • Jump to post
by pyxel
Mon Mar 26, 2007 7:37 pm
Forum: Multimedia
Topic: [solved] how to convert .rm to .ogg
Replies: 10
Views: 2759

Hello,


mencoder movie.rm -ovf lavf -ovc theora -oac lavc -lavcopts acodec=vorbis -o movie.ogm


[mmahut@mmahut ~]$ mencoder -ovc help
MEncoder 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
CPU: Genuine Intel(R) CPU T2400 @ 1.83GHz (Family: 6, Model: 14, Stepping: 8)
CPUflags: Type: 6 MMX: 1 MMX2: 1 ...
  • Jump to post
by pyxel
Mon Mar 26, 2007 7:34 pm
Forum: Multimedia
Topic: [solved] how to convert .rm to .ogg
Replies: 10
Views: 2759

The solution

transcode it to ffmpeg2 via memcoder:

Code: Select all

mencoder ./stream.rm -o temp.avi  -ovc lavc -oac lavc
and now to ogg using ffmpeg2theora [1]:

Code: Select all

./ffmpeg2theora-0.18.linux.bin ./temp.avi -o output.ogg

[1] http://www.v2v.cc/~j/ffmpeg2theora/


Cheers,

Marek Mahut
  • Jump to post
by pyxel
Thu Mar 22, 2007 7:24 pm
Forum: Multimedia
Topic: [solved] how to convert .rm to .ogg
Replies: 10
Views: 2759

frostschutz wrote:If mplayer can play it, mencode.
Actually no, it can play, but no encore to ogg :(
  • Jump to post
by pyxel
Thu Mar 22, 2007 9:15 am
Forum: Multimedia
Topic: [solved] how to convert .rm to .ogg
Replies: 10
Views: 2759

[solved] how to convert .rm to .ogg

Hello all,

I want just to ask if you can help me to convert one RealMedia video file (from stream) to ogg video ?

Any advice is welcome.

Code: Select all

[marek@pluto ~]$ file stream.rm
stream.rm: RealMedia file
[marek@pluto ~]$ 
Thank you in advance!
  • Jump to post
by pyxel
Tue Jan 23, 2007 1:51 am
Forum: Desktop Environments
Topic: form auto-fill
Replies: 3
Views: 881

If you use KDE, kwallet will handle passwords/usernames for you.
The Gnome equivalent is gnome-keyring-manager.

Yes I know, but I don't want only for password, but for all the data stuff you see. Like if I type nsu, the program detects words "Password:", check for window title
if it's really ...
  • Jump to post
by pyxel
Mon Jan 22, 2007 4:24 am
Forum: Desktop Environments
Topic: form auto-fill
Replies: 3
Views: 881

form auto-fill

Hi folks,

I'm looking for some program for linux that do the same thing as active card's tools under windows.
I mean when I open a window with application (not browser window, any appplication) it will fill in my login and password.

For example, under windows I have my corporate application that ...
  • Jump to post
by pyxel
Sun Nov 19, 2006 10:51 pm
Forum: Multimedia
Topic: Burning a VCD (but using DVD).
Replies: 1
Views: 896

Hello,

I propose you to transcode and burn it as DVDr... simple and beautiful qualifity ! ;)
This little howto will help you, maybe... http://gentoo-wiki.com/HOWTO_Create_a_DVD

good luck !

/Marek Mahut.
  • Jump to post
by pyxel
Sun Nov 19, 2006 10:46 pm
Forum: Other Things Gentoo
Topic: Burn .bin files
Replies: 8
Views: 2237

Hello Petka,

Indeed you can use the easy way and get bin2iso (http://packages.gentoo.org/ebuilds/?bin2iso-19b-r2). With this little program (script?) you are able to convert any bin image to iso, and them burn it with k3b.

Second way is to burn it directly via cdrecord

cdrdao write --device 0,0 ...
  • Jump to post
by pyxel
Thu Aug 03, 2006 12:56 pm
Forum: Networking & Security
Topic: suPHP
Replies: 3
Views: 1226

Hello,

try this nice modul: http://websupport.sk/~stanojr/projects/mod_ruid/


br.
  • Jump to post
by pyxel
Fri Jul 28, 2006 8:04 am
Forum: Installing Gentoo
Topic: install with lvm error!
Replies: 2
Views: 1229

Hello,

following the doc at http://www.gentoo.org/doc/en/lvm2.xml, look at Code Listing 2.4.
You can ignore this warning.


Best regards,

Marek.
  • Jump to post
by pyxel
Fri Jul 28, 2006 8:01 am
Forum: Other Things Gentoo
Topic: lvm pv recovery
Replies: 1
Views: 1428

Hello,
If your /etc/lvm/backup/ was created with vgcfgbackup command, you can try to do this:

First find out the old UID’s of the partitions, this is in your /etc/lvm/backup/system file, and make sure you get the UID for the physical volumes.
Where system is a name of your volume group.
You can do ...
  • Jump to post
by pyxel
Sun Apr 30, 2006 7:07 am
Forum: Multimedia
Topic: Sony VAIO - Sound works but low volume
Replies: 4
Views: 1233

hmm, strange.

try this:
1. In the file /etc/hotplug/blacklist add a line at the bottom with: snd_intel8x0m
3. In the file /etc/modules add on two separate lines:
snd_ac97_codec
snd_intel8x0
(and delete snd_hda_intel)

save, and reboot.

NB: and don't forget to mute the External Amplifier in the ...
  • Jump to post
by pyxel
Sat Apr 29, 2006 8:54 pm
Forum: Multimedia
Topic: NeroLinux and .flac
Replies: 2
Views: 1042

Hello,

do you have media-libs/flac compiled and installed?
  • Jump to post
by pyxel
Sat Apr 29, 2006 8:51 pm
Forum: Multimedia
Topic: Sony VAIO - Sound works but low volume
Replies: 4
Views: 1233

try use

Code: Select all

alsamixer
or

Code: Select all

aumix
  • Jump to post
by pyxel
Tue Apr 11, 2006 3:24 pm
Forum: Desktop Environments
Topic: Change xfce4 icons
Replies: 3
Views: 1491

xfce4 menu > Settings > User interface setting > Icon theme
  • Jump to post
by pyxel
Sun Mar 26, 2006 4:53 pm
Forum: Multimedia
Topic: can't make ISO image from dvd: Input/output error
Replies: 2
Views: 1389

drwook wrote:make sure the device isn't mounted... kde/gnome/ivman/whatever could be automounting...
I'm sure that isn't....
  • Jump to post
by pyxel
Sun Mar 26, 2006 3:14 pm
Forum: Multimedia
Topic: can't make ISO image from dvd: Input/output error
Replies: 2
Views: 1389

can't make ISO image from dvd: Input/output error

Hello, I can't make ISO image from dvd (/dev/hdd) with dd.

# dd if=/dev/hdd of=.:st1.iso
dd: reading `/dev/hdd': Input/output error
1328+0 records in
1328+0 records out

# dmesg
...
end_request: I/O error, dev hdd, sector 1380
hdd: command error: status=0x51 { DriveReady SeekComplete Error ...
  • Jump to post
by pyxel
Sun Mar 19, 2006 10:29 am
Forum: Documentation, Tips & Tricks
Topic: [dyndns|statdns|custom] Without external program...
Replies: 2
Views: 8639

nice script
  • Jump to post
by pyxel
Sun Mar 05, 2006 9:24 pm
Forum: Networking & Security
Topic: my net.eth0 script is broken [SOLVED]
Replies: 3
Views: 1764

I have downgrade baselayout and that's work.
thank a lot!
  • Jump to post
by pyxel
Sun Mar 05, 2006 6:52 pm
Forum: Networking & Security
Topic: my net.eth0 script is broken [SOLVED]
Replies: 3
Views: 1764

my net.eth0 script is broken [SOLVED]

Hello,
each time I run my net.eth0 init script I see that:

# /etc/init.d/net.eth0 restart
* Starting eth0
* adsl does not support the required function provides
* apipa does not support the required function check_installed
* arping does not support the required function provides
* bonding ...
  • Jump to post
by pyxel
Sat Mar 04, 2006 6:50 pm
Forum: Networking & Security
Topic: X forwarding via ssh - relocating a still running program?
Replies: 8
Views: 2639

I'm interessed too.
Gaim running in screen on server, look good :p
  • Jump to post
by pyxel
Tue Feb 28, 2006 6:59 pm
Forum: Networking & Security
Topic: error in mrtg
Replies: 3
Views: 1419

and what is on line 340 in /usr/bin/indexmaker line 340 ?
  • Jump to post
by pyxel
Sat Feb 18, 2006 11:54 am
Forum: Networking & Security
Topic: Fast Network Browser (Solved)
Replies: 5
Views: 2171

Try midnight commander or a normal web broser like opera/firefox...
  • Jump to post
by pyxel
Thu Feb 16, 2006 8:41 pm
Forum: Networking & Security
Topic: postfix problem.
Replies: 5
Views: 6975

kiosk wrote:Can you not reboot because of a process that is running, or because of a kernel-level function like networking etc.? I ask because you can always try changing runlevels instead of actually rebooting.
I can't reboot because of a process. :(
but thank you a lot!
  • Jump to post

Search found 43 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic